@charset "utf-8";
/* CSS Document */
*, body, html{
	padding:0;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
}
a:active, a:focus{
	outline:none;
}
body{
	background-color:#850001;
	margin:10px 0 0 0;
}
div#layout{
	position:absolute;
	width:750px;
	left:50%;
	margin:0 0 0 -400px;
}

div#header{
	width:750px;
	height:272px;
	background-image:url(../img/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	clear:both;
}
	div#nav{
		padding:55px 0 0 0;
		width:530px;
		float:left;
		clear:left;
	}
		div#nav a{
			float:right;
			color:#FFF;
			padding:13px 15px 13px 30px;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
			border-right:1px solid #FFF;
		}
	div#contact{
		float:left;
		clear:both;
		padding:155px 0 0 0;
		color:#FFF;
		text-transform:uppercase;
		font-weight:bold;
		width:750px;
	}
		div#contact div.left{
			float:left;
			width:175px;
			font-size:12px;
			text-align:center;
		}

		div#contact div.right{
			float:left;
			width:575px;
			font-size:11px;
			text-align:center;
			padding:1px 0 0 0;
		}
			div#contact div.right a{
				color:#FFF;
				text-transform:none;
			}

div#content{
	width:750px;
	background-image:url(../img/body.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	float:left;
	clear:both;
}
	div#content div.left{
		float:left;
		width:175px;
	}
		div#content div.left div.left_image{
			text-align:center;
			font-size:10pt;
			font-weight:bold;
		}
		div#content div.left p{
			padding:10px;
			color:#000;
			font-size:10px;
			font-weight:bold;
		}
	div#content div.right{
		float:left;
		width:575px;
		padding:0 0 20px 0;
	}
		div#content div.right h1{
			font-size:24px;
			font-weight:bold;
			border-bottom:2px solid #000;
			padding:10px 0 15px 0;
			margin:20px 30px 0 30px;
		}
		div#content div.right h2{
			font-size:22px;
			font-weight:bold;
			padding:0;
			margin:0 30px 0 30px;
			color:#850001;
		}
		div#content div.right h3{
			font-size:16px;
			font-weight:normal;
			display:inline;
			color:#850001;
		}
		div#content div.right h3.first{
			padding:0 0 0 30px;
		}
		div#content div.right p{
			font-size:12px;
			padding:10px 30px 10px 30px;
		}
		div#content div.right ul{
			font-size:12px;
			padding:0 0 0 45px;
			font-weight:bold;
		}
		div#content div.right ul li ul{
			font-size:12px;
			padding:0 0 0 10px;
			list-style:none;
			font-weight:normal;
			font-style:italic;
		}
	
div#footer{
	width:750px;
	height:20px;
	background-image:url(../img/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	clear:both;
}