*
{
	margin: 0;
	padding: 0;
}
body
{
	overflow: hidden;
	color: #323d5c;
	background: url(../images/bg.jpg) no-repeat  top center;
	height: 100%;
         	width: 100%;
	margin: 0;
	padding: 0;
}
#container
{
	width: 800px;
	height: 580px;
         margin: 0 auto;
}
#banner
{
	position: absolute;
	width: 800px;
	height: 126px;
	top: 50px;
}
.banner1
{
	background: url(../images/banner1.jpg);
	position: absolute;
	top: 0px;
	width: 95px;
	height: 126px;
	background-repeat: no-repeat;
	left: 0px;
}
.banner2
{
	background: url(../images/banner2.jpg);
	position: absolute;
	top: 0px;
	width: 174px;
	height: 126px;
	background-repeat: no-repeat;
	left: 95px;
}
.banner3
{
	background: url(../images/banner3.jpg);
	position: absolute;
	top: 0px;
	width: 168px;
	height: 126px;
	background-repeat: no-repeat;
	left: 269px;
}
.banner4
{
	background: url(../images/banner4.jpg);
	position: absolute;
	top: 0px;
	width: 172px;
	height: 126px;
	background-repeat: no-repeat;
	left: 437px;
}
.banner5
{
	background: url(../images/banner5.jpg);
	position: absolute;
	top: 0px;
	width: 191px;
	height: 126px;
	background-repeat: no-repeat;
	left: 609px;
}
#header
{
	width: 800px;
	height: 50px;
	background: #00ccff;
	top: 0px;
	position: absolute;
	color: #323d5c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 15px;
}
#menu
{
	width: 95px;
	height: 370px;
	*height: 370px;
	top: 176px;
	position: absolute;
	background: #00ccff;
}
#menu ul
{
	display: inline;
	list-style: none;
}
#menu ul li a
{
	display: block;
	height: 30px;
	width: 80px;
	line-height: 10pt;
	text-decoration: none;
	text-align: left;
	border: 0px;
	float: left;
	color: #323d5c;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	
}
#menu ul li
{
	display: inline;
	
}
#content
{
	width: 484px;
	height: 350px;
	*height: 350px;
	background: #99ccff;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
         position: relative;
         top: 176px;
         left: 95px;
}
#content a
{
	color: #323d5c;
	text-decoration: none;
}
#right
{
	width: 191px;
	height: 345px;
	position: relative;
	left: 604px;
         top: -200px;
}
#footer
{
	width: 800px;
	height: 40px;
	top: 545px;
	*top: 545px;
	position: absolute;
	background: #00ccff;
	padding-top: 4px;
}
#footer a
{
	color: #323d5c;
	text-decoration: none;
}
.link-content
{
	color: #323d5c;
	text-decoration: underline;
}
.link-content
{
	text-decoration: underline;
}
