* {
	margin:0;
	padding:0;
}
html,body {
	color:#79797d;
	font-family:arial;
	font-size:12px;
	background-color:#003c85;
}

img{
	border:0px;
}
p{
 padding-bottom:20px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.clearright{
	clear:right;
}
.clearleft{
	clear:left;
}
.main{
	width:817px;
	margin:0 auto 73px;	
	padding-top:73px;
}
	.header{
		height:114px;
		background-image:url(images/header_logo.png);
		background-position:top left;
		background-repeat:no-repeat;
	}
	.content_container{
		background-image:url(images/content_bg_tile.jpg);
		background-position:top left;
		background-repeat:repeat-y;
	}
		.content_wrapper{
			background-image:url(images/content_bg_btm.jpg);
			background-position:bottom left;
			background-repeat:no-repeat;
		}
			.content_wrapper_inner{
			
			}
				.content_container_left{
					/*width:330px;
					float:left;
					margin:36px 0 0 50px;
					line-height:20px;*/
					padding:36px 50px 16px 50px;
					line-height:18px;
				}
				.content_container_right{
					width:330px;
					float:right;
					margin:36px 57px 0 0;
					line-height:20px;
				}
	.footer{
		height:124px;
		background-image:url(images/footer_bg.png);
		background-position:top left;
		background-repeat:no-repeat;
	}
		.footer_content{
			font-size:11px;
			width:500px;
			padding-top:40px;
			margin-left:163px;
			text-align:center;
		}
			.footer_content a{
				color:#79797d;
				text-decoration:none;
				display:inline-block;
			}
			.footer_content a:hover{
				color:#003c85;
			}
	
	