html, body {

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}

div { float: left; }

p, li {

	font-size: 10pt;

}

#wrapper {
	width: 770px;
}

#header {
	width: 770px;
	height: 100px;
	
	background: #DF1F26 url('images/header.gif') top right no-repeat;
	margin-bottom: 3px;
}

#menu {
	width: 770px;
	height: 25px;
	background: #666666 url('images/menu.gif') top right no-repeat;
	border-bottom: 3px solid #FFFFFF;

	color: #FFFFFF;
	font-size: 10pt;
}

#menu a {
	height: 25px;
	padding: 0px 9px;
	float: left;
	display: block;
	background-color: #666666;

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}

#menu a:hover {
	background-color: #DF1F26;
	color: #FFFFFF;
}

.leftpic {
	position: absolute;
	z-Index: 1;
	top: 155px;
	left: 10px;
	float: left;
	width: 250px;
}

#content {

	clear: left;

	width: 550px;
	min-height: 325px;

	border-left: 220px solid #DF1F26;
	border-right: 1px solid #BEBEBE;

}

	#content h1, #content h2, #content h3 { color: #666666; }

	#content h1 {
		font-size: 16pt;
		letter-spacing: 1px;
		padding: 30px 50px 15px 60px;
	}

	#content h2 {
		padding: 5px 50px 10px 60px;
		font-size: 12pt;
	}

	#content h3 {
		padding: 5px 50px 10px 60px;
		font-size: 10pt;
	}

	#content p { padding: 0 50px 15px 60px; }

	#content a {
		text-decoration: underline;
		color: #900000;
	}

	#content a:hover { color: #060000; }

#footer {
	width: 740px;
	height: 40px;
	margin-top: 3px;
	padding: 8px 15px;

	text-align: right;

	background-color: #FFFFFF;
	color: #BEBEBE;
	border-top: 1px solid #DF1F26;
}

	#footer a {
		text-decoration: none;
		color: #666666;
	}

	#footer a:hover { color: #F00000; }
