@charset "utf-8";
/* CSS Document */
.clear {
	clear:both;
}
html,body{height:100%;font-family:Arial;}
.img{
filter: Alpha(Opacity=30);
opacity:0.3;
-moz-opacity:0.3;
position: absolute;
left:150px;
z-index:-1;
display:inline;
}
#container{width:900px;margin:20px auto;}
#mainhead{width:900px; padding:0px; height:182px; margin:0px;}
#logo{width:182px; margin:0px; height:100%; float:left;}
#login{	width:649px; margin-top:0px; margin-left:69px; height:26px; float:left; display:inline; line-height:26px; font-family:Tahoma; font-size:12px;}
#banner{width:650px; margin-top:63px; margin-left:68px; height:89px; float:right; display:inline;}
#bg{width:900px; background:url(../images/shrimp1.jpg) repeat-y;}
#menu{width:880px; padding:0px; margin:10px auto; height:26px; border-bottom:#000000 1px solid; font-size:14px; text-align:center; line-height:26px;}
#menu a{
	color:#000000;	
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover{
	color: #E2522C;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
#content{
	width:750px;
	margin:10px auto;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#footer{
	width:500px;
	margin:10px auto;
	border-top:1px dotted;
	text-align:center;
	font-family: tahoma;
	font-size:12px;
}