/*
-----------------------------------------------
Here goes the stuff! 
----------------------------------------------- */
html,
	body {
		margin:0;
		padding:0;
		font-family:"Trebuchet MS", Georgia, Verdana, serif;
		color:#000;
		background:#fff;
	}
	h1 {
		padding:0;
		margin:0;
		font-size:16px;
	}
	p {
		margin:9px 0 0 0;
		padding:0;
		font-size:12px;
		line-height:18px;
	}
	p+p {
		font-style:italic;
		font-size:11px;
	}
	
	#toplogo {
	display:block;
	padding: 0;
    margin-right:auto;	
	margin-left:auto;
	height:467px;
    width: 480px;
	}
	
	#centerdiv {
	background:transparent url(../navbarback.jpg);
	
   	padding:0;
    width:480px;
    height:100px;
    position:relative;
    top:-35px;
 
	margin-left:auto;
	margin-right:auto;
    /*border:solid #333333;*/
    /*border-width:3px 0 3px 0;*/
    /*opacity: 0.00;
    -moz-opacity: 0.00;
    filter: alpha(opacity=00);*/

}

#centerdiv li {
list-style:none;
margin: 0;
padding: 0;
width: 10em;
float:left;
}

#gallb {
background:transparent url(../gallboff.png);
height:100px;
}

#gallb:hover {
background:transparent url(../gallbon.png);
}

#aboutb {
background:transparent url(../aboutboff.png);
height:100px;
}

#aboutb:hover {
background:transparent url(../aboutbon.png);
}


#contactb {
background:transparent url(../conboff.png);
height:100px;

}

#contactb:hover{
background:transparent url(../conbon.png);
}



#logoimg {
background:transparent url(../pagecenterlogo.png);
height:302px;
width:100em;
}
/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}



