html, body{ margin:0; padding:0; font-family: arial;} 
#pagewidth{ width:800px; margin-left:auto; margin-right:auto; min-height:100%;}
#wrapper{ width:800px;  font-family: arial; min-height:100%;height: 100%}
/*div {max-width:800px;}*/

img {border:none;}

a:link {
color:#000;
text-decoration:none;

}


a:visited {
text-decoration:none;
color:#000;
}

a:hover {
text-decoration:none;
color:#0FF;
}

a:active {
text-decoration:none;
}

.header {
	background-color:#FFF; width: 800px; height: 122px;
}

.topnav { 
		background-color:#09F; 
		width: 800px; 
		height:40px; 
		text-align:center;
		font-weight: bold;
}
		
.main { background-color:#FFF; width: 800px; height: 600px;}

.botnav { 
		background-color:#09F; 
		width: 800px; 
		height:20px; 
		font-size:11px; 
		color:#000; 
		font-weight:bold; 
		text-align:center;
		padding-top:4px;
		padding-bottom:1px;
		}
		
.footer { background-image: url(images/bottom.jpg);
		width: 800px; 
		height: 15px;
		text-align:center;
		font-size:10px;
		padding-top:4px;
		}

.adminnav { 
		background-color:#06C; 
		text-align:center; 
		font-size:10px; 
		color:#FFF; 
		font-weight:bold;
		width:800px;
		}


h1,h2,h3,h4,h5,h6{
margin-top: 0px;
padding-top: 0px;
}

.header h1 {
	text-align: center;
	height: 34px;
	vertical-align: top;
}

.thumbnail{
        padding:5px;
		margin:5px; 
		border-width:0px; 
		vertical-align: top; 
		border-color: #A6A6A6;  
		float: left;
		border-style:solid; 
		font-size:14px;
		background-color:#fff;  
		text-align:center;
}

.gallery {
	text-align:center; margin:auto;
}
a:link  img.thumbnails {border: none}
a:visited  img.thumbnails {border: none}
a:active   img.thumbnails {border: none}
a:hover    img.thumbnails {border: none}