body {
	background-color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	margin:0;
	padding:0;
}

div{text-align:left;}

p{margin:0; padding:0;}

img{border:0;}

div#container{
	margin:0 auto;
	width:900px;
}

div#top{
	padding:25px 0 0;
	width:900px;
	height:82px;
}

div#top h1{
	height:72px;
	width:104px;
	float:left;
	background-image: url(../images/template/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 0 10px;
	margin:0;
}

div#top h1 span{
	display:none;
}

div#top h2{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
	padding:54px 0 3px 5px;
	margin:0;
	float:left;
	width:791px;
	height:21px;
	letter-spacing:1px;
}

div#top h2 a{
	color:#2662BA;
	text-decoration:none;
}

div#top h2 a span{
	color:#629699;
	font-weight:bold;
	font-style:italic;
}


div#menu{
	width:900px;
	height:44px;
	border-bottom:1px solid #FFF;
	background-color:#648FB9;
	float:left;
}

div#menu ul{
	width:900px;
	height:44px;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:13px;
}

div#menu ul li{
	width:99px;
	border-right:1px solid #FFF;
	padding:0 0 8px;
	height:36px;
	margin:0;
	display:inline;
	float:left;
}

div#menu ul li.cento{
	width:100px;
	border-right:1px solid #FFF;
	padding:0 0 8px;
	margin:0;
	display:inline;
	float:left;
}

div#menu ul li.last{
	width:99px;
	padding:0 0 8px;
	height:36px;
	margin:0;
	display:inline;
	float:left;
	border:none;
	}
		
div#menu ul li a{
	width:auto;
	text-align:center;
	border-bottom:1px solid #FFF;
	display:block;
	padding:10px 0;
	height:15px;
	background-color:#FFB062;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3A5E81;
}

div#menu ul li a:hover{
	background-color:#6B9C9F;
	color:#EAEAEA;
}




div#footer{
	width:900px;
	float:left;
	border-top:3px solid #648FB9;
	padding:6px 0 25px;
	text-align:center;
	color:#666;
	line-height:17px;
	margin:1px 0 0;
}

div#footer span{
	color:#FEB369;
}

div#footer a{
	color:#629699;
	font-weight:bold;
}

div#footer a:hover{
	text-decoration:none;
}




