body,html{
height: 100%;  
margin: 0;     
padding: 0;    
font:14px Arial, Helvetica, sans-serif;
}
* {
	margin:0px auto;
	padding:0;
}
.blue{
	background:#B2D2E3;
}
.green{
	background:#000033;
}
.white{
	background:#FFFFFF;
}
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid #000;
	border-right:2px solid #000;
}
#header {
	display:block;
	height:140px;
	background:url(images/header.png) top left no-repeat;
	width:100%;
	border-bottom:2px solid #000;
}
#content{

}
#index {
	width:860px;
	text-align:left;
	float:none;
	margin:0px 10px;
	padding-bottom:30px;
}
#index p{
	padding-right:10px;
}
#sidebar{
	text-align:center;
}
#sidebar ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	margin-top:2px;
}
#sidebar ul li{
	font-size:12px;
	margin-left: 0;
	width:98px;
	padding:4px 0px;
	border: 1px solid #000;
	border-bottom:2px solid #000;
	border-top:none;
	list-style: none;
	display: block;
	float:left;
	font-weight:bold;
	cursor:pointer;
	background:#FFFFFF;
	color: #000000;
}
#sidebar ul li a {
display: block;
height: 100%;
width: 100%;
}
#sidebar ul li.left{
border-left:none;
width:99px;
}
#sidebar ul li.right{
border-right:none;
width:99px;
}
#sidebar ul li:hover{
	background:#000033;
	color:#FFFFFF;
}
#sidebar ul li a{
	text-decoration:none;
	color:inherit;
}


#mp_ls{
width:500px;
border:1px solid #000000;
margin-top:20px;
}
#mp_ls td{
	padding:3px;
	text-align:center;
	font-size:12px;
}
#mp_ls h1{
	text-align:center;
}
#bowlingimg{
	width:250px;
	height:200px;
	margin:10px 30px;
	background:url(images/bowlers.png) top left no-repeat;
	display:block;
	float:left;
}
#blurb{
width:50%;
border:1px solid #000;
}
#blurb h1,h2,h3,h4,h5{
	font-size:18px;
	font-weight:bold;
}
#pagetable{
	display:block;
	width:98%;
	float:none;
	margin:0px 10px;
}
#pagetable td{
	vertical-align:top;
	padding:5px;
}
#footer{
height:25px;
border-top:2px solid #000;
text-align:right;
padding:5px;
font-size:10px;
font-weight:bold;
}
#map{
	width:400px;
	height:210px;
	border:2px solid #000;
}

/* ---------------- Bowling.php ---------------------*/
#bp_pricing{
	width:60%;
}
#bp_specials{
	background:#B2D2E3 url(images/whitelogo.png) no-repeat 90% 100%;
	width:300px;
	border:2px solid #000;
	height:300px;
	margin:10px 0px;
}
#bp_specials img{
	padding:0;
	margin-top:5px;
	margin-bottom:0px;
}
#bp_photo{

}
#bp_photo img{
	width:300px;
	height:auto;
}
/* ---------------- Multiple Subpages ---------------- */
#league,#contact,#menu{
	width:860px;
	text-align:left;
	float:none;
	margin:0px 10px;
	padding-bottom:30px;
	overflow:auto;
}
/* ---------------- Menu Subpage ---------------- */
#menuspecials{
	width:300px;
	height:270px;
	border:2px solid #000;
	padding:10px;
}
/* ---------------- League Subpage ---------------- */
.paddedcells{
	
}

/* Fundraise subpage */

#fundraise, #tournaments, #parties{
	padding:10px;
}
#fundraise *{
	margin-bottom:1em;
}
#parties *{
	margin-bottom:1em;
}
#parties ul li{
	margin-bottom:none;
}
#parties table{
	border-collapse:collapse;
	min-width:400px;
	border:none;
}
#parties table *{
	border:none;
}

#parties ul{
	margin-left:30px;
}

.pop { color:blue; text-decoration:underline; cursor:pointer; }