#shellcontainer {
	width: 880px;
	margin: auto;	
}

.hidden {
	display: none;
}


body {
	margin: 0;
	margin-top: 10;
	padding: 0;
	font-family: lucida sans, verdana, sans-serif;
	font-weight: lighter;
	font-size: 16pt;
	text-decoration: none;	
	color: #666666;	
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}



#header {
	height: 50px;
}

#topnav {
	height: 50px;
	text-align: right;
	margin-left: 40px;
	margin-right: 40px;
	/* background: red; */
}

#navkeys {
	text-align: left;
	margin-left: 0px;
	margin-right: 40px;
	margin-top: 0px;
	/* background: gray; */
	float: left;
	color: #FFFFFF;
}

#navkeys a:link, #navkeys a:visited, #navkeys a:active {
	text-decoration: none;
	color: #FFFFFF;
}	

#sidebar-left {
	float: left;
	width: 5px;
	/* background: blue; */
}

#maincontainer {
	margin-left: 5px;
	margin-right: 40px;
	/* background: orange; */
}

#sidebar-right {
	float: right;
	width: 40px;
	/* background: lightblue; */
}

#bottomnav {
	height: 80px;
	margin-left: 5px;
	margin-right: 40px;
	/*background: #99FFCC;*/
	-webkit-text-size-adjust: 200%; 
}

#footer {
	height: 10px;
	clear: both;
	/*background: gray;*/
} 

#copyright {
	color: #555555;
	font-size: 16px;
	-webkit-text-size-adjust: 200%;
	/*background: blue;*/
}
	

h1 {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 200%;	
}

