﻿*{
margin:0px;
padding:0px;
}
img{border:0px}
html{
	width:100%;
	background-color:#1c2630
}
body
{
	float:none;
	width:780px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
}
#banner
{
	float:none;
	width:780px;
	height:120px;
	background-image:url(../images/banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#bottom
{
	float:none;
	width:780px;
	height:70px;
	background-image:url(../images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#menu
{
	float:none;
	width:780px;
	height:27px;
	background-image:url(../images/menu/bg.jpg);
	background-position:top left;
	background-repeat:repeat;
	text-align:left;
	
}
.menusub
{
	text-align:center;
	padding-left:10px;
}
#contains
{
	float:none;
	width:780px;
	min-height:500px;
	background-color:#f7f5e9;

	font-family:Tahoma;
	font-size:11px;
	color:#6c6c6c;

}
.login
{
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	

}
.login a
{
	text-decoration:none;
}