@charset "utf-8";
/* CSS Document */

.menu
{
	float:left;
}

.menu a
{
	display:block;
	width:120px;
	height:25px;
	text-decoration:none;
	background-image:url(pics/lnkback.jpg);
	text-align:center;
	margin: 0px; 
	border: 0px; 
	vertical-align:center;
}

.menu ul { 
display: block; 
padding: 0px; 
margin: 0px; 
list-style: none; 
} 

.menu ul li { 
display: block; 
padding: 0px; 
margin: 0px; 
list-style: none; 
} 

.menu a:hover
{
	background-image:url(pics/lnkback_over.jpg);
}
.menu a div
{
	padding-top:6px;
}
.menu a span
{
	font-family:Georgia, serif ;
	color:#BDBDBD;
	font-size:12px;
	
}

#abovemenu
{
	width:50px;
}

#belowmenu
{
	width:50px;
}
img
{  border-style: none;
}

#container{
width: 800px; /*The width of our layout*/
margin-left: auto;
margin-right: auto;
/*Margin left and right set to auto center's our layout*/
text-align: left; /*Resets the text alignment*/
background-image:url(pics/templatebg.jpg);
}

#content
{
	width:400px;
	margin:auto;
	text-align:center;
	color:#FFFFFF;
}
#belowmenu
{
	clear:left;
}

#footer
{
	height:84px;
	background: url("pics/btmbartemplate.jpg") no-repeat;
}

#banner{
width: 800px;
height: 68px;
}




