@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: #696900;
	margin: 30px;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#centered {
	background-color: #FFF;
	border: 1px solid #ddd;
	width: 775px;
}
#banner {
	float: left;
	height: 160px;
	width: 775px;
}
#menu {
	float: left;
	height: 30px;
	width: 775px;
	overflow: visible;
	background-image: url(../images/edmark-menu-shadow.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ddd;
}
#main {
	position: relative;
	width: 775px;
}
#leftcol {
	width: 190px;
	position: relative;
	float: left;
	top: 9px;
	left: 9px;
	border-right:1px dotted #ddd;
}
#maincol {
	width: 556px;
	position: relative;
	float: left;
	top: 9px;
	left: 16px;
}
#clr {
	clear: left;
}
#bottom {
	width: 775px;
	height: 30px;
	position: relative;
	top:5px;
}
#foot {
	width: 775px;
	height: 30px;
	position: relative;
	top:5px;
}
#copyright {
	width: 570px;
	position: relative;
	float: left;
	text-align: left;
}
#created {
	width: 200px;
	position: relative;
	float: left;
	text-align:right;
	color:#CCCCCC;
}
#created a {
	color:#CCCCCC;
	text-decoration:none;
	}
