body {

	margin:0px;
	padding:0px;
}

div{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	margin:auto;

}

/*-------------  Head  ----------------*/
.head {
	height: 121px;
	width: 1024px;
}


.head .logo {
	float: left;
	height: 108px;
	width: 141px;
	margin-left:25px;
}


.head .links {
	text-align: right;
	float: right;
	height: 110px;
	width: 300px;
	padding-right:25px;
	padding-top:11px;
}


.head .links a:link,.head .links a:visited{
	font-size: 12px;
	line-height: 16px;
	color:#5c5145;
	text-decoration:none;
}


.head .links a:hover{
	color:#fc9f00;
}








/*------------------- bottom -------------------------------*/
.bottom {
	font-size: 12px;
	line-height: 16px;
	color: #5c5145;
	text-decoration: none;
	background-image: url(/images/bottom_back.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 79px;
	width: 984px;
	clear:both;
}
.bottom .icons {
	text-align: center;
	height: 71px;
	width: 258px;
	margin-top:24px;
	margin-left:11px;
	float:left;
}
.bottom .copyright {
	font-size: 12px;
	line-height: 16px;
	color: #5c5145;
	text-align: left;
	height: 71px;
	width: 280px;
	margin-top:28px;
	margin-left:9px;
	float:left;
}
.bottom .copyright .notice{
	font-size: 12px;
	line-height: 16px;
	color: #ea8400;
	font-weight:bold;
}
.bottom .copyright a:link,.bottom .copyright a:visited{
	font-size: 12px;
	line-height: 16px;
	color: #5c5145;
	text-decoration:none;
}
.bottom .copyright a:hover{
	text-decoration:underline;
}
.bottom .sitelinks {
	font-size: 12px;
	line-height: 16px;
	color: #5c5145;
	text-align: left;
	height: 71px;
	width: 316px;
	margin-top:15px;
	float:left;
}


