/* General Formmating */
*{
	margin: 0;
	padding: 0;
}
body{
	background: url(../../images/body_bg.jpg) repeat-x #fff;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
h2{
	font-size: 14px;
	color: #7A0400;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.3em;
	padding: 5px 0 3px 0;
	margin-bottom: 5px;
	letter-spacing: .08em;
}
.larger{
	font-size: 13px;
	font-weight: bold;
}
a, a:visited{
	color: #7A0400;
}
a:hover{
	text-decoration: none;
}
.image-left{
	float: left;
	border: 3px solid #7A0400;
	margin-bottom: 15px;
}
.image-right{
	float: right;
	border: 3px solid #7A0400;
	margin-bottom: 15px;
}
.column{
	float: left;
	width: 270px;
	padding: 0 0 0 10px;
}
.picture-caption{
	width: 301px;
	text-align: center;
}

/* Container */
#container{
	width: 770px;
	margin: 0 auto;
}

/* Header */
#header a{
	float: left;
	background: url(../../images/club_logo.jpg) no-repeat;
	width: 319px;
	height: 136px;
	text-indent: -9999px;
}

/* Flash */
#flash{
	float: left;
	width: 451px;
	height: 118px;
}

/* Main */
#main{
	width: 770px;
}

/* Navigation */
#nav{
	clear: both;
	width: 770px;
	height: 35px;
	text-align: center;
	border-left: 1px solid #333;
}
#nav li{
	display: inline;
}
#nav li a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	color: #333;
	padding: 10px 15px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#contact #nav .contact,
#general #nav .general,
#coach-bio #nav .coach-bio,
#gofak #nav .gofak,
#calendar #nav .calendar,
#nav li a:hover{
	background-color: #7A0500;
	color: #fff;
}

/* Left Side */
#left-side{
	float: left;
	background-color: #ffcc00;
	width: 130px;
	margin-top: 15px;
	padding-top: 10px;
}
#left-side p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 0 5px;
}

/* Content */
#content{
	color: #000;
	float: left;
	background: url(../../images/watermark.jpg) bottom center no-repeat;
	width: 584px;
	margin-top: 15px;
	padding: 0 20px;
	min-height: 400px;
}
#content ul{
	margin: 0 0 10px 20px;
}
#content li{
	margin: 2px 0;
}
#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#content table{
	width: 500px;
	margin: 0 auto;
}
#content td{
	width: 250px;
	padding: 10px;
}
#coach-bio .column p{
	margin: 2px 0;
}
#coach-bio p.indent{
	margin: 0 0 5px 20px;
}

/* Footer */
#footer{
	clear: both;
	width: 770px;
	height: 50px;
	line-height: 50px;
}