@import "content.css";
@import "menu.css";

body					{	margin: 0px;
						padding: 0px;
						background: url('/img/bg.png') 50% 0px;
						font-family: Verdana, Trebuchet, serif;
						font-size: 10px;
						line-height: 14px;
						color: #444444;
					}

a					{	color: #b4aaa5;
						text-decoration: none;
					}
a img					{	border: 0px;
					}
.hid					{	display: none;
					}


#main					{	width: 932px;
						background: white;
						margin-left: auto;
						margin-right: auto;
					}
#main #ml				{	width: 16px;
						font-size: 4px;
						background: url('/img/bg_l.png') 0px 0px repeat-y;
					}
#main #mc				{	width: 900px;
						vertical-align: top;
					}
#main #mr				{	width: 16px;
						font-size: 4px;
						background: url('/img/bg_r.png') right top repeat-y;
					}

#banner					{	width: 888px;
						height: 100px;
						margin: 6px 6px 0px 6px;
						background: url('/img/bannbg.png') left top;
					}
#banner #bleft				{	width: 190px;
						vertical-align: bottom;
						padding: 0px 0px 3px 11px;
					}
#banner	#bmid				{	width: 608px;
						text-align: center;
						vertical-align: middle;
					}
#banner	#bright				{	width: 190px;
						vertical-align: top;
						padding: 15px 5px 0px 0px;
					}
#banner	#bright #partt			{	margin: 0px 0px 0px auto;
					}

.footsep				{	height: 1px;
						background: url('/img/divider/long.png') left 50% repeat-x;
					    	width: 888px;
						margin: 1px auto;
					}
#foott					{	width: 888px;
						margin: 0px auto;
						height: 20px;
					}
#foott td				{	vertical-align: middle;
					}
#foott #fleft				{	padding-left: 5px;
						width: 190px;
					}
#foott #fmid				{	text-align: center;
						width: 608px;
					}
#foott #fright				{	padding-right: 5px;
						width: 190px;
					}

#authbox				{	background: #ededed;
						padding: 5px;
						display: block;
						margin-bottom: 0px;
					}
#authbox .ainp				{	width: 120px;
					}

