html, body {
    margin: 0; padding: 0; border: 0;
    background: #b3b3b3;
}		

#container { 
		background: #b3b3b3;
}
			
#headercontainer {
	display: none;
}
					
#header {
	display: none;
}

#logol {
	display: none;
}

#logor {
	display: none;
}	
				
#menucontainer {
	display: none;
}
			
#menu {
	display: none;	
}

#spacecontainer {
		display: none;
}

#contentcontainer {
		text-align: center;
		background: #b3b3b3;
}
					
#contentframe {
		background: white url("images/contenthead.gif") no-repeat;
		margin: auto;
		width: 950px;
		/*border: 1px solid black;*/
		/*height: 500px;*/
}
							
#content {
		text-align: left;
		padding: 20px 35px 35px 35px;
		margin-bottom: 10px;
		font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
		color: #000;
}

#content a {
		color: #ffa800;
		text-decoration:underline;
}

#content a:hover {
		color: #ffa800;
		text-decoration:none;
}

#content h1 {
		color: #a52b2b;
}

#content h2 {
                color: #ff6600;
}

#contentfooter {
		text-align: right;
		padding: 3px 10px 10px 3px;
		font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
		color: #000;
}

#contentfooter a {
		display: none;
}
