html {height: 95%; margin: 0; padding: 0;}
body{
		height: 100%;
	    background: #000;
	    color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.85em;
		text-align: center;
	}
	#container {
	height: 100%;
	}	
	.container {
	   width: 960px;
	   margin: auto;
	   text-align: center;
	}
	
	#header {
	width: 940px;
	padding: 1.0em 0 1.5em 0;
	float: left;
	text-align: left;
	clear: both;
	}
	
    #menu {
	width: 70%;
	float: left;
	text-align: left;
	clear: left;
	}
	
    div#contactinfo {
    position: relative;
    top: 30px;
    clear: none;
	width: 250px;
	float: right;
	}
	
	.newscontainer {
	width: 60%;
	float: left;
	text-align: left;
	}	
	
	.imagecontainer { 
	width: 60%;
	float: left;
	text-align: left;
	}
	
	div.news { 
	/*float: left;*/
	text-align: left;
	margin: 40px 0 40px 0;
	clear: both;
	}
	
	div#linkcontainer { 
	float: right;
	}
	
	.linkcontainer ul { 
	float: right;
	text-align: left;
	list-style: none;
	}
	
	img {
	border: 0
	}
	a {
	color: #fff;
	text-decoration: none;
	}
	#form {
	   width: 700px;
	   float: left;
	   text-align: left;
	   clear: both;
	}
	.error {
        background-color: #990000; 
        border: 2px #660000 solid; 
        clear: both; 
        text-align: left;
        font-weight: bold;
        padding: 15px;
	}
	.notice {
        background-color: #006600; 
        border: 2px #003300 solid; 
        clear: both; 
        text-align: left;
        font-weight: bold;
        padding: 15px;
	}
	.clear {
	 clear: both:
	}
	div.clear {
	witdh: 200px;
	height: 30px;
	 clear: both:
	}
	.newsdiv {
	 width: 700px;
	 clear:both;
	}
.gallerythumbs  {
    padding: 5px
}
.copy {
	position: relative;
	bottom: 0px;
	font-size: 0.80em;
	color: #555;
	text-align: center;
	margin:0;
	padding:0;
}
.copy a, .copy a:hover, .copy a a:visited {
	font-size: 0.80em;
	color: #555;
}