@charset "utf-8";
a{text-decoration:none;}
a:link {
	color: #999;
}
a:visited {
	color: #333;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
body {
	
	background-color: #dce5ee;
	margin: 0px;
}
#menu {
	float:left;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 800px;
	text-align: center;
	
}
#cont {
	background-image: url(images/cont_bg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 800px;
	text-align: left;
	float: left;
		
}
#cont2 {
	background-image: url(images/cont_up.gif);
	background-repeat: no-repeat;
	float: left;
	width: 800px;
	height: 138px;
}


#wrapper {
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
	float:none;
	width: 800px;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	height: 144px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 51px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
