body {
		 background-color: #000;
		 color: #fff;
		 padding: 0;
		 font-family: Georgia, Verdana, Arial, sans-serif;
		 font-weight: 100;
		 font-size: 16px;
}

body a {color: #fff;}

div#container {
	width: 700px;
	margin: 0 auto;
}

div#logo {text-align: center;}
	
div#navbar {
	text-decoration: underline;
	height: 50px;
	margin: 1em 0 1em 0px;
	font-size: 11px;
	background: url(../images/navbar_bg.jpg) top center repeat-x;			 
	text-align: center;
}

div#header  {
	margin-top: 20px;
	width: 700px;
	height: 34px;
	background-image: url(../images/header_blank.gif);
}

div#content {
		 background-color: #665230;
		 margin-bottom: 25px;
		 }

div#text_title {
		background-color: #fff;
		color: #665230;
		text-align: center;
		font-size: 16.5px;
		height: auto;
		overflow: hidden;
		padding-top: 20px;
		padding-bottom: 20px;
		}

div#text_title span {
     	margin-top: 0;
		font-size: 38px;
		text-decoration: none;
		}
		 
div#text {
		 padding: 10px;
		 text-align: justify;
		 }
		 
div#text div {
	clear:both;
}


div#text img {
		 float: right; 
		 margin: 1em; 
		 border: 1px solid #000;
		 }
		 
div#text img.nofloat {
	float: none;
}		 

div#legal {
		 text-align: center;
		 font-size: 11px;
}

div.nav {
	top: 0%;
	height: 40px;
	float: left;
	padding-top: 10px;
	font-size: 20px;
	text-decoration: none;
	overflow: hidden;
}

div.nav a {
	text-decoration: none;
}

div.nav a:link {
	text-decoration: none;
}

div.navend {
	top: 0%;
	height: 50px;
	width: 108px;
	float: left;
}

div.nav:hover {
	background: url(../images/navbar_bg_hover.jpg);
}

div#navleft {
	background-image: url(../images/navbar_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 26px;
}

div#homenav {
	width: 80px;
}

div#contactnav {
	width: 80px;
}

div#myteachersnav {
	width: 140px;
}

div#schedulenav {
	width: 100px;
}

div#shopnav {
	width: 80px;
}

div#videonav {
	width: 168px;
}

div#navright {
	background-image: url(../images/navbar_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 26px;
	left: 674px;
}

div#footer {
	width: 700px;
	height: 27px;
	background-image:url(../images/footer_main.gif);
}