body{
	background-color: #cccccc;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.7em;
}

a{
	background-color: transparent;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h1{
	font-size: 1.4em;
}

img, img a{
	border: 0px;
}

p{
	margin-top: 15px;
	margin-bottom: 15px;
}

#clubAddr{
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
}

#clubAddr p{
	margin-bottom: 10px;
	margin-top: 10px;
}

#leftPanel{
	min-height: 600px;
	height: auto !important;
	height: 600px;
	
	vertical-align: top;
	width: 440px;
}

#leftPanel h1{
	margin-top: 0px;
	padding-top: 0px;
}
#leftPanelImage{
	float: right; 
	padding-left: 5px; 
	padding-bottom: 5px;
}


#rightPanel{
	vertical-align: top;
	width: 200px;
}

#rightPanel p:first-child{
	margin-top: 0px;
}

#navPanel{
	/*background-color: #333333;*/
	background-color: #0000b0;
	color: #f5f5f5;
	padding: 5px;
	vertical-align: top;
}

#navPanel ul{
	list-style-type: none;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	text-align: center;
}

#navPanel li{
	margin-bottom: 15px;
	margin-top: 15px;
}

#navPanel a{
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

#navPanel a:hover{
	text-decoration: underline;
}

#news p:first-child{
	margin-top: 0px;
}

#page{
	background-color: #ffffff;
	margin: auto;
}

#pageTitle{
	/*background-color: #333333;*/
	background-color: #0000b0;
	/*color: #ff9900;*/
	color: #f5f5f5;
	font-size: 1.8em;
	margin-top: 0px;
	padding: 10px;
}

.fill{
	width: 98%;
}

.homeBoxArea{
	border: 1px solid #666666; 
	margin-bottom: 10px;
}

.homeBoxArea p{
	padding: 5px;
}

.homeBoxTitle{
	/*background-color: #666666;*/
	background-color: #0000b0;
	color: #ffffff;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
}

.dayTitle{
	border-bottom: 2px solid #666666;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
}