* {
	margin:0;
	padding:0;
}
body {
	background: url(img/bg_body.jpg) repeat-x #283b8a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tophead{
	background-color: #013370;
	color: #fff;
	width:750px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 0 auto;
	letter-spacing: 0.3em;
}
#wrap {
	width:670px;
	margin:0 auto;
	background-color: #fff;
	border-width:0 40px 10px 40px;
    border-style: solid;
	border-color: #fff;
}
#head{}
#nav{
    border-top: 2px solid #00bae0;
	height: 50px;
}
#content{}
#left{
	float: left;
	width: 360px;
	padding:0 20px;
}
#left h1{
	color: #00bae0;
	padding: 8px 0;
}
#left h2{
	color: #00bae0;
    padding: 8px 0;
}
#left p{
	padding: 8px 0;
	line-height: 16px;
}
#right{
	float: right;
	width: 270px;
	text-align: center;
}
li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
ul{
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#foot{
	clear: both;
	text-align: center;
	border-top: 15px solid #fff;
}
a:link{color:#2B4A81;text-decoration: none;}
a:visited{color:#08591f;text-decoration: none;}
a:hover{color:#08591f;text-decoration: underline;}
.rollover{}
