#logo {
	margin-right:auto;
	margin-left:auto;
	width:800px;	
	height: 88px;
	margin-top: 20px;
}
#nav_wrap {
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height: 38px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #818E96;
	border-right-color: #818E96;
	border-bottom-color: #818E96;
	border-left-color: #818E96;
	background-image: url(../images/nav_bg.jpg);
}
#nav_left {
	float: left;
	height: 38px;
	width: 280px;
}
#nav_center{
	float: left;
}
#nav_right {	
	float: left;
	height: 38px;
	width: 300px;
}
#content_wrap{
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/content_bg2.gif);
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #818E96;
	border-left-color: #818E96;
	height: auto;
}
#content_title{
	float: left;
	width: 440px;
	background-image: url(../images/logo_bot.jpg);
	font-size: 24px;
	font-weight: bold;
	color: #133654;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 26px;
	padding-left: 20px;
}
#content_meio{
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #133654;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 26px;
	padding-left: 20px;
}
#content_body{
	float: left;
	width: 440px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#content_image{
	float: right;
}
#bottom_wrap{
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/content_bg2.gif);
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #818E96;
	border-bottom-color: #818E96;
	border-left-color: #818E96;
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#bottom_left{
	float:left;
}
#bottom_right{
	float:right;
}
#footer_wrap{
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	font-size: 10px;
	color: #21425E;
}
#footer_left{
	float:left;
}
#footer_right{
	float:right;
	text-align: right;
}
body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F4F5FA;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#footer_wrap a{
	color: #003300;
	text-decoration: underline;
}
#footer_wrap a:hover{
	color: #990000;
	text-decoration: underline;
}
#nav_wrap a:hover {
	text-decoration: none;
	background-image: url(../images/nav_selected.jpg);
	background-repeat: repeat-x;
}
#nav_wrap a {
	color: #21425E;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	display: block;
	margin-top: 2px;
}
#nav_wrap ul {
	margin: 0px;
	padding: 0px;
}
#nav_left li {
	float: left;
	list-style-type: none;
	margin-left: 34px;
	font-size: 16px;
	font-weight: bold;
}
#nav_right li {
	float: right;
	list-style-type: none;
	margin-left: -10px;
	font-size: 16px;
	font-weight: bold;
}
.nav_selected {
	background-image: url(../images/nav_selected.jpg);
	background-repeat: repeat-x;
}

