ul
{
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;

}

a:hover
{
}

body
{
	background: url(../image/bgimage/bg_5.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#wrapper
{
	/* float: left; */
	margin: 0 auto;
	width: 1004px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#content
{
	/* float: left; */
	margin: 0 auto;
	width: 1004px; 
	background-color: #FFFFFF;
}

#logo
{
	width: 1004px;
	float: left;
	overflow: hidden;
	display: inline;
	padding-bottom: 1px;
	padding-top: 1px;
}

#menu
{
	width: 1004px;
	background-color: #5a5a5a;
	float: left;
	overflow: hidden;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#menu ul
{
	list-style: none;
	margin-left: 20px;
}

#menu li
{
	overflow: hidden;
	display: inline;
}

#menu a
{
	padding: 5px 10px 5px 10px;
	float: left;
	height: 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #5a5a5a;
}

#menu a:hover
{
	color: #800000;
	background-color: #FFFFFF;
}

#link
{
	width: 1004px;
	clear: both;
	padding-top: 10px;
	background: url(../image/footer.gif) repeat-x;
	margin: 0 auto;
	/* float: left; */
}

#link p
{
	margin: 0;
	width: 1004px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding-top: 5px;
}

#link a
{
	color: #ffffff;
	text-decoration: none;
}

#link a:hover
{
	color: #CC0000;
}

#footer
{
	width: 1004px;
	clear: both;
	padding-top: 10px;
	background: url(../image/footer.gif) repeat-x;
	margin: 0 auto;
	/* float: left; */
}

#footer p
{
	margin: 0;
	width: 1004px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-family: ËÎÌå;
	font-weight: lighter;
	padding-top: 5px;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	color: #CC0000;
}


