body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #003399;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#d2d4c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold
}
a {
	color:#C0DCC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}
#header{
	height:140px;
	width:860px;
	background-image:url(images/PeakBowlBanner.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
#content{
}
#left{
	width:150px;
	float:left;
}
#middle{
	margin-left:160px;
	width:694px;
}


/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	display:block;
}
.menucontent{
	width:192px;
	padding-top:0px;
}
.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	display:block;
}
.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
/*	background-image:url(images/posttop.gif);
	background-repeat: no-repeat;*/
	display:block;
	width:642px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	padding: 20px 0px;
	font-size: 13px;
	font-weight: bold
}

.postcontent a{
	padding: 20px 0px;
	font-size: 13px;
	font-weight: bold
}
.postfooter{
/*	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;*/
	display:block;
	width:642px;
	height:15px;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:120px;
	display:block;
	left:200px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
	font-weight: bold;
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}
/********************* footer ****************************/
#footer{
	width:850px;
}
#footer ul{
	display:block;
	margin-left:0px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}

.clear{
	clear:both;
}


