body {
	padding: 0;
	margin: 0;
	background-position: center top;
	background-image: url(back.gif);
	background-repeat: repeat-x;
	}
	
#container {

	width:800px;
	position:relative;
	margin: 0 auto;
	height:800px;
	

}

#header {
    margin-top:0px;
	width:800px;
	height:148px;
	background-repeat: no-repeat;
	background-image: url(header.jpg);
	
		
}

#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	margin-top:18px;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

li { display: inline; }

li a
{
	text-decoration: none;
	color: #000000;
	padding: .2em 1em;
	border-right: 1px solid black;

}

li a:hover
{
	color: #B04600;
	text-decoration: underline overline;
}





#welcome p{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	
	
}


#welcome{
margin: 0 auto;
width:800px;
margin-top:35px;
}



#pageheader{
	background-image:url(gallery.gif);
	width:300px;
	height:20px;
	background-repeat: no-repeat;
}

#pageheader span{
display:none;
}



.floatright
{
float: right;
margin: 3px 0px 3px 6px;
clear: right;
border:1px solid black;
}

.floatright img{
padding-top:0px;
}

#footer{
clear:both;
margin-top:30px;
}

#foot{
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}

#footer img{
margin-top:15px;
margin-left:20px;
}



		

