@media screen
{
/* page structure
---------------------------------------------------------- */
	#main-body {
		width: 64em;
		margin: 30px auto;
		padding: 0;
		font-size: 95%;
		line-height: 1.6em;
		text-align: left;
		font-size: 100% !important;
		font-size: 80%; 		
		
	}
	#content {
		width: 64em;
		float: left;
	}
	#footer {
		width: 64em;
		margin: 0 auto;
		padding: 15px 10px 30px 10px;
		font-size: 95%;
		line-height: 1.5em;
		text-align: left;
		background-color:#EEEEEE;		
	}
	
	#searchform {
		width: 64em;
		margin: 0 auto;
		padding: 0px;
		font-size: 95%;
		line-height: 1.5em;
		text-align: left;
		background-color:#EEEEEE;		
		font-size: 100% !important;
		font-size: 80%; 		
		
	}	
	
	#searchform  .searchformcontent {
	text-align:center;
	padding: 15px 10px 30px 10px;
	}
/* header
---------------------------------------------------------- */
	#header {
		padding: 0;
		font-size: 95%;
		border-top: 1px solid #464a52;
		background: #31363e;
		font-size: 100% !important;
		font-size: 80%; 		
		
	}

	/* logo */
	#logo {
		width:64em;
		margin: 0 auto;
		padding: 20px 0 0 0;
		text-align: left;
	}

	#logo h1 {
		font-size:2em;
		margin-left:0px;
	}

	#logo a {
		color: #e7e3d9;
		text-decoration: none;
		border-bottom:none;
	}

	#logo a:hover {
		text-decoration: none;
		color:#BBBBBB;
	}

	/* top menu */
	#topmenu {
		width: 64em;
		margin: 20px auto 0 auto;
		padding: 0;
		background: url(../images/bg-topmenu.gif) no-repeat bottom right;
		background: #383d44;
		}
	#topmenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #464a52;
		background: #383d44;
		}
	#topmenu li {
		float: left;
		margin: 0;
		padding: 0;
		font-family: Georgia, serif;
		font-size: 80%;
		letter-spacing: 2px;
		text-transform: uppercase;
		}
	#topmenu li a {
		float: left;
		padding: 10px 12px;
		text-decoration: none;
		color: #e7e3d9;
		border: none;
		background: url(../images/bg-topmenu.gif) no-repeat bottom right;
		}
	#topmenu li a:hover {
		color: #fff;
		background: #464a52;
		}
	#topmenu li a.active {
		font-weight: bold;
		color: #fff;
		background: #292d34 url(../images/bg-topmenu-on.gif) repeat-x top left;
		}
	
	/* system messages */
	.systemmessages
	{
		font-size:75%;
		width: 100%;
		margin:0px;
		padding: 5px 5px 5px 5px;
		color:#FF0000;
		font-weight:bold;
		background-color:#FFFF00;
	}
	/*boxes */
	.box	
	{
		width: 100%;
	}
	.boxheader
	{
		margin: 0 0 20px 0;
		padding: 0 0 6px 0;
		border-bottom: 2px solid #dbd5c5;
	}
	.boxheader h1 {
		margin: 0;
		padding: 0;
		font-family: Georgia, serif;
		font-size: 170%;
		line-height: 1.2em;
		font-weight: normal;
		text-transform: none;
		letter-spacing: 0;
		color: #383d44;
		border: none;
	}
	.boxcontent
	{
		width: 100%;
		padding: 5px 5px 5px 5px;
		display: table;
	}

	.divclear {clear:both;}
	
	#topmenu ul:after, 
	#main-body:after,
	#footer:after 
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
}
