#totalarea {
	width: 100%;
	height: 100%;
	background-image:url('/media/images/top_lock_bottom_bg_A03.jpg');
	background-repeat: repeat-x;
	background-position: bottom;	
}

#wrapper {
	width:980px;
	margin: 0 auto;
}

#header {
	width:980px;
	height:165px;
}

#rotators {
	width:980px;
	height:330px;
}

#rotator1, #rotator2 {
	width: 480px;
	height: 310px;
	border: 5px solid #6766cc;
}
#rotator1 {
	float: left;
}
#rotator2 {
	float: right;
}

#content {
	clear: both;
	width:940px;
	min-height:100px;
	line-height: 1.5;
	padding: 20px;
	overflow: hidden;
}
#content ul, #content ol {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#menu {
	clear: both;	
	width:980px;
	height:300px;
	background-image:url('/media/images/toplock03.jpg');
	background-position: top;
	background-repeat: no-repeat;
}


#footer {
	width:980px;
	height:110px;
}


#footerleft {
	padding-left: 10px;
	float: left;
	text-align:left;
	font-size: 11px;
	color:#333399;
	width: 650px;
	height: 100px;
	margin-top: 10px;
}

#footerlogos {
	width: 650px;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 15px;
}


#footerright {
	width: 300px;
	padding-right: 10px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}
#footerright h6 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	margin:10px 0 5px;
	padding:0 0 3px;
}
#footerright img {
	margin-bottom: 10px;
}

#footerright a, #footerleft a {
	font-size: 11px;
	color:#333399;	
}



