/* CSS Document */

body {
	margin:0;
	background-color:#752b15;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#head {
	background-image:url(../images/head2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:204px;
}

#main {
	background-image:url(../images/wrapper3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	height:722px;
	z-index:5;
}

#wrapper {
	width:786px;
	margin:0 auto;
	text-align: center;
	padding:0;
}

#title {
	clear:both;
	margin:0;
	padding:0;
	height:75px;
	border-bottom:2px solid #121212;
	text-align: center;
}



#content {
	clear:both;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	
}

#lftcol {
	width:250px;
	float:left;
	margin:0 0 0 0;
	padding:0;
}

#midcol {
	width:248px;
	float:left;
	margin:0 18px 0 20px;
	padding:0;
}

#rtcol {
	width:250px;
	float:left;
	margin:0 0 0 0;
	padding:0;

}


#footer {
	background-image:url(../images/footer3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:68px;
	padding-top:6px;
	margin:0;
	position:relative;
	z-index:0;
}

/*
	padding-top:116px;*/

#footer ul, #menu ul {
	font-size:11px;
	padding:0;
	list-style:none;
}
#sitecredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position:relative;
	width:786px;
	height:15px;
	text-align:center;
}
/*--------------  h1 title lengths------------*/


.title_home {
	width: 100%;
}
.title_about {
	width: 100%;
}
.title_classes {
	width: 100%;
}
.title_gallery {
	width: 100%;
}
.title_contact {
	width: 100%;
}
.title_register {
	width: 100%;
}



/*-------------- font styling ------------*/

#lftcol, #midcol, #rtcol {
	font-size:11px;
	line-height:20px;
	margin-top:0;
	text-align: left;
}
a {
	color: #752B15;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

h1 { /*any adjustments to this heading are done through sIFR-screen.css*/
	margin:0;
	padding:0;
	font-size:29px;
	text-decoration:underline;
	font-weight:bolder;
}


h2 {/*any adjustments to this heading are done through sIFR-screen.css*/
	clear:both;
	font-size:15px;
	font-weight:bolder;
	letter-spacing:-1px;
	margin: 0;
	
}
h3 {/*any adjustments to this heading are done through sIFR-screen.css*/
	visibility:visible;
	letter-spacing: 0px;
	font-size: 14px;
	margin:0;
	padding:0;
	display: block;
}

.clear {
	clear:both;
}

hr {
	padding:0;
	margin:0;
}

#content .smhead {
	margin:0;
	padding:0;
}
.smalltext {
	font-size: 11px;
	
}

/*-------------- form styling ------------*/

#submitbutton {
  width: 160px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/submit_button.jpg) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
	
#registerbutton {
  width: 160px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/register_button.jpg) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
	