body {
	padding: 0px;
	margin: 0px;
	background: #7a7a7a;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #777;
	}
img {
	padding: 0px;
	border: 0px;
	}
h1 {
	margin: 0;
	}
h1#logo {
	float: right;
	background: transparent url('../images/logo.jpg') no-repeat top left;
	width: 335px;
	height: 52px;
	}
h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #74a3d2;
	}
#tools {
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	}
a span {display:none;}
p {
	font-size: 1em;
	line-height: 1.4em;
	}
h1 span,
h2 span {
	display: none;
	}
h2#schedule {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	}
h2#schedule a {
	display: block;
	width: 158px;
	height: 37px;
	background: transparent url('../images/schedule.gif') no-repeat top left;
	margin: 90px 0 0 0;
	}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 5px 0;
	}
a {
	color: #74a3d2;
	}
form {
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1em;
	}
table table {font-size: 1em;}
td, textarea {padding: 3px 2px 3px 0;}

/*******************/
/* MAIN DIV STYLES */
/*******************/
#wrap {
	width: 800px;
	margin: 20px auto 0 auto;
	}
#main {
	float: left;
	display: inline;
	overflow: visible;
	width: 800px;
	background: transparent url('../images/bg_gradient.gif') repeat-y 0 0;
	}
#header {
	float: left;
	display: inline;
	overflow: visible;
	width: 755px;
	padding: 35px 45px 2px 0;
	background: transparent url('../images/bg_header.jpg') no-repeat top left;
	}
#leftColumn {
	float: left;
	display: inline;
	overflow: visible;
	width: 158px; 
	margin: 0 0 0 31px;
	}
#content {
	float: left;
	display: inline;
	overflow: visible;
	width: 550px;
	padding: 0;
	margin: 0 0 20px 0;
	background: transparent url('../images/sideline.gif') no-repeat top left;
	}
#content p,
#content h2,
#content h3 {
	padding: 0 20px;
	}
#content p {
	margin: 0 0 10px 0;
}
#map {
	}


/*********************/
/* NAVIGATION STYLES */
/*********************/
#nav{
	float: left;
	display: inline;
	overflow: visible;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li{
	float: left;
	}

#nav li a {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px arial, verdana, sans-serif;
	color: #777777;
	float: left;
	display: block;
	width: 158px;
	height: 34px;
	background:url('../images/menuback.gif');

	vertical-align: middle;
	line-height: 34px;
	}

#nav li a:hover,
#nav li a.current {
	color: #74a3d2;
	}

#p_home #n_home a {color: #74a3d2;}
#p_better #n_better a {color: #74a3d2;}
#p_brighter #n_brighter a {color: #74a3d2;}
#p_drklele #n_drklele a {color: #74a3d2;}
#p_contact #n_contact a {color: #74a3d2;}


/****************/
/* INDEX STYLES */
/****************/
#p_home #content {
	width: 285px;
	height: 366px;
	display: block;
	background: transparent url('../images/mainimage.jpg') no-repeat top left;
	padding: 20px 0 0 300px;
	margin-bottom: 80px;
	}
#p_home #content p{
	font-size: 1.1em;
	line-height: 2em;
	color: #ffffff;
	margin: 10px;
	width: 227px;
	}


/******************/
/* CONTENT STYLES */
/******************/
.mainLink {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: right;
	}
.alignRight {text-align:right;}
#spacer {
	float: left;
	clear: left;
	display: block;
	height: 20px;
	}
.padding {
	height: 5px;
	}
.red {color: #fc0000;}


/******************/
/* FOOTER STYLES */
/******************/

#footer {
	float: left;
	display: inline;
	overflow: visible;
	width: 751px;
	text-align: center;
	margin: 0 0 0 30px;
	padding: 10px 0;
	background: #d6d6d6 url('../images/dotbar.gif') no-repeat bottom left;
	color: #777;
	font-size: .9em;
	}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul li {
	display: inline;
	padding-right: 2px;
	}
#footer ul li a {
	color: #777;
	text-decoration: none;
	}
#footer ul li a:hover {
	text-decoration: underline;
	}

/*****************/
/* SCHEDULE PAGE */
/*****************/
#scheduleForm {
	padding: 10px 20px;
	}
#tbl_schedule {
	font-size: 1em;
	}
.halfwidth {
	width: 200px;
	}
input,
textarea {
	border: 1px solid #c6c6c6;
	background: #fff;
	}
textarea {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: .9em;
	overflow-y: auto;
	}
textarea.halfwidth {
	height: 50px;
	}
input.button {
	border: 0;
	color: #fff;
	background: #74a3d2;
	}
input.button:hover {background: #99a3d2;}