p {
	color: #333333;
	text-align: left;
}
h3 {
	color: #700111;
	text-align: left;
}
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bg1.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	width: 1030px;
	height: 98%;
}
#container {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	paddding-right: 10px;
	background-color: #FFF;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#footer {
	text-align: center;
	font-size: x-small;
}
#header {
	background-image: url(../images/logo.png);
	behavior: url(scripts/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 105px;
}
#header_navbar {
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
}
#about_navbar {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header_navbar a:link, #header_navbar a:visited, #about_navbar a:link, #about_navbar a:visited {
	color: #FF0000;
	text-decoration: none;
}
#header_navbar a:hover, #about_navbar a:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #999999;
}
body#home a#home, body#about a#about, body#about a#active, body#classes a#classes, body#faq a#faq, body#events a#events, body#contact a#contact,
		body#galleryi a#gallery, body#gallery1 a#gallery, body#gallery2 a#gallery, body#gallery3 a#gallery,
		body#instructor a#classes, body#instructor a#active
{
	color: #0000FF;
}
#content {
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 350px;
	padding-bottom: 1px;
}
#gallery_content {
	padding-top: 40px;
	padding-left: 400px;
}
#gallery_content img {
	width: 150px;
	height: 130px;
	border: 1px;
}
#pic_td {
	width: 25%;
}
#desc_td {
	width: 70%;
	padding-top: 10px;
	vertical-align: top;
}
#flash_gallery {
	height: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
}
#html_gallery {
	height: 750px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
}
#classes_table {
	padding-top: 10px;
	padding-bottom: 3px;
}
#classes_table th {
	background: #CCC;
	font-weight: bold;
	border: 1px solid;
	padding: 3px;
	border-color: #000;
}
#spacer {
	height:10px;
}
#classes_table td {
	border: 1px dotted;
	padding: 3px;
	border-color: #000;
}
#teacher_photo {
	position: absolute;
	top: 160px;
	padding-left: 20px;
}
#random_photo img {
	height: 170px;
	width: 170px;
}
#random_photo a:link img, #random_photo a:visited img {
	border: none;
}
#video, #video p {
	text-align:center;
}
#contact_area {
	margin-top: 20px;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 80px;
}
#name, #email {
	width: 300px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}
#message {
	width: 500px;
	height: 100px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #ccc;
}
#check_boxes {
	float: left;
	margin: 0px 0px 5px 0px;
	width: 500px;
}
#submit {
	margin:5px 0px 0px 100px;
	float:bottom;
}

