﻿body {
	background-color:#333;
	/*background-attachment:fixed;
	background-image:url(/images/bg.png);
	background-position:center top;
	background-repeat:no-repeat;*/
}
div#page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div#wrapper {
	text-align:left;
	width:100%;
	height:auto;
	border:1px solid #CCC;
	background-color:#FFF;
	padding:10px;
	float:left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#FFF;
	-moz-box-shadow: 0 0 5px 5px #CCC;
	-webkit-box-shadow: 0 0 5px 5px #CCC;
	box-shadow: 0 0 5px 5px #CCC;
	margin-bottom:50px;
}
div#header {
	width:100%;
	clear:both;
	text-align:left;
	font-size:10pt;
	float:left;
}
div#header img {
}
div#headermenu {
	width:100%;
	height:26px;
	clear:both;
	background-color:#000033;
	text-align:left;
	color:#FFF;
	font-weight:bolder;
	font-size:0.75em;
}
div#headermenu A {
	text-decoration:none;
	color:#FFF;
}
div#main {
}
div#footer {
	width:100%;
	height:26px;
	clear:both;
	background-color:#000033;
	text-align:left;
	border:none;
	color:#FFFFFF;
	font-size:9pt;
}

