@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555;
	text-decoration: none;
	background-color: #eee;
	background-repeat: repeat;
	background-position: center top;
	margin:0px;
}
#center {
	position:relative;
	top:10px;
	background-repeat: no-repeat;
	background-position: center top;
	visibility:visible;
	overflow:visible;
}
#centered {
	background-color: #FFF;
	width: 980px;
}
#banner {
	position:relative;
	float: left;
	height:183px;
	width: 984px;
	background-image: url(../images/head.jpg);
	background-position:top;
}
#menu {
	position:relative;
	float: left;
	height: 30px;
	width: 984px;
	overflow: visible;
	background: #CCC;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#main {
	position: relative;
	width: 984px;
}
#leftcol {
	width: 190px;
	position: relative;
	float: left;
	top: 10px;
	left: 9px;
	border-right:1px dotted #ddd;
}
#maincol {
	width: 570px;
	position: relative;
	float: left;
	top: 10px;
	left: 15px;
	right: 15px;
	border-right:1px dotted #ddd;
}
#rightcol {
	width: 190px;
	position: relative;
	float: left;
	top: 10px;
	left: 25px;
}
#foot {
	width: 980px;
	height: 33px;
 background-image: url(../images/footer.jpg) position: relative;
	float:left;
	top:5px;
}
#copyright {
	width: 780px;
	position: relative;
	float: left;
	text-align: left;
	color:#CCCCCC;
}
#created {
	width: 200px;
	position: relative;
	float: left;
	text-align:right;
	color:#CCCCCC;
}
#created a {
	color:#CCCCCC;
	text-decoration:none;
}

