/* CSS Document */
html body {
	margin:0;
	padding:0;
	} 
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;	
	}

#header, #container, #footer {
	display: block;
	padding: 0;	
	margin: 0 auto; /* centers the container */	
	}
#header, #footer {
	text-align: left; /* to overrule the text-align left in the body */
	width: 74em;
	}
#header {
	height: 64px;
	}
#header a {
    padding:0;
    }		
#container, #submenu {
	text-align: left; /* to overrule the text-align left in the body */
	}	
#container {
	max-width:74em;
	height:100%;
	}	
#header img {
	margin: 0;	
	padding: 0;
	}	
#menu, #content {
	margin: 0;
	padding: 0;	
	top: 0;
	border: 0;
	}			
	
/* columns */

#menu {
	width:30%;	
	float:left;
	}
#content {
	width:68%;
	float:right;
	}		
#menu ul, #submenu ul, ul.menu, #syndicate ul {
	clear:both;
	}
#menu p {
	background-color: #ADFF2F;
	float: left;
	}		
#menu p.adress {
	margin:0.2em;
	padding: .2em .4em;
	background-color: #6b6b6b;
	color: #fff;
	font-size: 0.8em;
	border:0;
	letter-spacing:0.2em;
	}
#menu ul, #submenu ul, ul.menu, #syndicate ul {
	margin:0;
	padding: 0;
	}				
#menu ul li, #submenu ul li, ul.menu li, #syndicate ul li {
	margin:0;
	padding: 0;
	list-style: none;
	background:none;
	float:left;
	}	
#menu li a, #submenu li a, #submenu li.hoofditem a, ul.menu li a, #syndicate ul li a {
	border-right: 0.2em solid #333;
	border-bottom: 0.2em solid #999;
	padding: 0.2em 0.4em;
	float:left;	
	}
#menu li a {	
	font-size: 1.3em;
	color: #000;
	background-color: #ADFF2F;
	margin:0.1em;
	}		
#submenu li a, #submenu li.hoofditem a, ul.menu a, #syndicate li a {	
	font-size: 0.8em;
	margin:0.2em;
	}	
#submenu li a, ul.menu li a {	
	color: #000;
	background-color: #cf9;	
	}
#syndicate li a {	
	background-color:#ff4500;
	color:#fff;
	}	
#submenu li.hoofditem a {	
	color: #fff;
	background-color: #666;	
	text-transform:uppercase;	
	}	
#menu li a:hover, #submenu li a:hover, ul.menu li a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	}			
#menu li a.selected, #menu h3.selected, ul.menu li.selected {	
	color: #fff;
	background-color: #000;
	}		
#menu h3.selected {
	font-weight: 0.9em;
	padding: 0.2em 0.4em;
	display: inline;
	}	
#menu li a span.info, #submenu li a span.info {	
	font-size: 0.6em;
	}								
#content p, #content h2, #content h5, p.posted, #content table, #content ul, #content form {
	margin: 0 15px 1em 25px;
	}	
#content form table {
	margin:0;
	background-color:#fff;
	}	
#content form table td, #content .forms {
	background-color:#bfbfbf;
	padding:4px;
	}		
#content h3 {
	margin: 2em 15px 0.2em 25px;
	font-weight: bold;
	clear:both;
	}	
#content h1 {
	margin: 0 0 .5em 25px;
	font-weight: 900;
	}			
#header p {
	margin: 0;
	padding: 1em 0;
	background-color: #ff4500;
	color:#000;
	font-size: 0.9em;
	font-weight: bold;
	}		
#header a {
	border:0;
	}			
td {
	vertical-align: top;
	}
div.spacer {
	height: 1em;
	display: block;
	clear: both;
	}
.button {
	}	

.left {
	float: left;
	}	
img.left {
	margin: 0.5em 1em 0.5em 0;
	}	
.right {
	float: right;
	}		
img.right {
	margin: 0.5em 0 0.5em 1em;
	}		