.hide {
	position: absolute;
	left: -9999px;
	background: inherit;
}
.maintitle {
	color: #003366;
	font-size: 2.3em;
	font-style: normal;
}
body {
	/*background-color: #CC6600;*/
	background: url(../images/mainpage.jpg) fixed top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	height: 100%;	
}
#container {
	position: relative;
	z-index: 1;
	margin: 165px auto;	
}
#menu {
	width: 800px; /*727px;*/
	height: 35px;
	/*margin: 0 auto;  */
	margin: 0 auto;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline; 
	margin: 0;
	padding: 0;	
}
#menu a {
	display: block;
	float: left; 
	width: 119px; 
	padding: 6px 0 4px 0;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	/*font-weight: bold;*/
	color: #333333;
}
#menu a:hover, #menu .active a {
	color: #FFFFCC;
    text-decoration: underline; 	
}
#content {
	margin: 50px auto;
	text-align: center;	
	font-size: 200%;
	color: #333333;
}
#footer {
	width: 800px; 
	margin: 300px auto;
}
#footer p {
	/*padding: 400px 0 0 0;*/
	text-transform: lowercase;
	font-size: .85em;
	color: #CC6633;
	text-align: center;	
}
#footer a {
	color: #CC6633;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFCC;
    text-decoration: underline; 
}
