﻿body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	bottom: auto;
	height: auto;
	left: auto;
	letter-spacing: normal;
	word-spacing: normal;
}

#container_home {
	background-image: url(images/bkgd_container_home.png);
	background-repeat: no-repeat;
	width: 820px;
}

#container{
	background-image: url(images/bkgd_container.png);
	background-repeat: repeat-y;
	width: 820px;
}

#header {
	background-image: url(images/bkgd_header.jpg);
	height: 84px;
	padding: 20px 20px 0px 0px;
	text-align: right;
	width: 780px;
}

#navigation {
	background-color: #00172C;
	height: 40px;
	width:800px;
}

#main_home {
	background-image: url(images/bkgd_main_home.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 800px;
}

#main_home .left {
	float: left;
	height: 170px;
	margin: 30px 0px 0px 40px;
	width: 424px;
}

#main_home .right {
	float: right;
	height: 170px;
	margin: 30px 40px 0px 0px;
	width: 208px;
}

#main {
	background-image: url(images/bkgd_main.jpg);
	background-repeat: repeat-y;
	min-height: 400px;
	padding: 20px 40px;
	width: 760px;
}


#footer_home {
	background-color: #5A7E92;
	color: #C7D9E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	margin-top: 16px;
	padding-right: 20px;
	text-align: center;
	width: 800px;
}

#footer {
	background-color: #5A7E92;
	background-image: url(images/bkgd_footer.png);
	background-repeat: no-repeat;
	color: #C7D9E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding-top: 36px;
	padding-right: 20px;
	text-align: center;
	width: 800px;
}
