body { background: #f9f9f9 url(#); font-family: verdana, arial, serif; font-size: 0.8em; text-align: center; height: 100%; margin: 0;}

a {
	background-color: #fdfdf1;
	color: #3e3d4a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container { background-color: #fdfdf1; color: #3e3d4a; top: 0px; left: 50%; margin-left: -400px;
position: absolute; text-align: left; width: 750px; height: auto !important; height: 100%; min-height: 100%; overflow: visible; border-right: 3px solid #666656; border-left: 3px solid #666656; }

#header { background: #fdfdf1 url(banner.jpg) no-repeat; height: 140px; text-align: center; width: 100%; border-bottom: 3px solid #666656; }

#header h1 {
	font-size: 2.2em;
	position: relative;
	left: 260px;
	top: 10px;
}

#header a {
	background-color: transparent;
	color: #ffffff;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #999999;
}

#sidebar { background-color: #fdfdf1; float: left; margin-top: 10px; width: 125px; height: 100%; }

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a { background-color: #fdfdf1; border-bottom: 1px dotted #666666; border-right: 1px dotted #666666; color: #3e3d4a; display: block; font-size: 0.9em; font-weight: bold; padding: 2px 8px; text-decoration: none; width: 125px; }

#sidebar a:hover {
	background-color: #3a384c;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
}

#content {
	background-color: #fdfdf1;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 565px;
	height: auto;
	padding-bottom: 2px;
	min-height: 100%;
	position: relative;
	margin-bottom: 30px;
}

#footer { background-color: #fdfdf1; clear: right; color: #3e3d4a; font-size: 0.7em; margin: 0 auto; text-align: right; width: 730px; height: 15px; padding: 4px 10px; border-top: 3px solid #666656; border-bottom: 3px none #666656; position: absolute; bottom: 0px; left: 0px; overflow: hidden;}

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}
