* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #fff;
	text-align: center;
}

body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}


h1 {
	font-size: 30px;
	position: absolute;
	top: 45px;
	left: 15px;
	font-family: "Times New Roman", Times, serif;
}

h2, h2 a, h2 a:hover {
	font-size: 32px;
	line-height:  100%;
	font-weight: normal;
	margin-bottom: 30px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

h3, h3 a, h3 a:hover {
	font-size: 18px;
	line-height:  18px;
	font-weight: normal;
	margin-bottom: 16px;
	text-decoration: none;
	color: #84934F;
	font-family: "Times New Roman", Times, serif;
}

h4, h4 a, h4 a:hover {
	font-size: 16px;
	line-height:  14px;
	font-weight: bold;
	margin-bottom: 16px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

h5, h5 a, h5 a:hover {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 9px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}




p, li, a, td, th, dd, address, blockquote, label {
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, dl, ol, address, blockqoute {
	margin-bottom: 18px;
}



img {
	border: 0px;
	display: block;
}

img.inline {
	display: inline;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

input, textarea, option, select {
	font-size: 11px;
}

option {
	padding-right: 5px;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

ul, ol {
	margin-left: 8px;
	padding-left: 8px;
}




/* custom styles ================== */

.header_wrapper_1 {
	width: 100%;
	height: 438px;
	background-image: url(images/body_bg_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.header_wrapper_2 {
	width: 100%;
	height: 438px;
	background-image: url(images/body_bg_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.header {
	text-align: left;
	margin: 0 auto;
	width: 640px;
	height: 240px;
	position: relative;
}

.menu {
	text-align: left;
	position: absolute;
	top: 132px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	line-height: 46px;
	text-align: center;
	font-size: 15px;
}

.menu ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

.menu ul li a:hover {
	color: #FFFFFF;
}

.tab_home {
	width: 72px;
}

.tab_styles {
	width: 104px;
}

.tab_teachers {
	width: 86px;
}

.tab_classes {
	width: 82px;
}

.tab_locations {
	width: 92px;
}

.tab_news {
	width: 108px;
}

.tab_contact {
	width: 94px;
}

.tab_on {
	background-color: #FFFFFF;
}

.head_photo_box {
	position: absolute;
	top: 177px;
	width: 640px;
	height: 260px;
}


.torso {
	text-align: left;
	margin: 20px auto;
	width: 640px;
	position: relative;
}

.torso_padding {
	padding: 0 15px;
}

.footer {
	border-top: 1px solid #000000;
	padding: 20px 0;
	clear: both;
}

.photo_text {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #E8F0D8;
}

.libra tr th, .libra tr td {
	padding: 5px 0;
	border-bottom: 1px solid #cecece;
}

.dvd_banner {
	background-image: url(images/banner_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 300px;
}

.dvd_img {
	float: left;
	width: 76px;
	margin-top: 8px;
	margin-bottom: 4px;
}

.dvd_text_box {
	padding: 10px 10px 10px 0;
	margin-left: 76px;
	
}

.clearing {
	clear: both;
}

.no_margin {
	margin: 0;
}

.big_col {
	width: 300px;
	float: left;
}

.little_col {
	width: 310px;
	float: left;
	background-image: url(images/col_border.gif);
	background-repeat: repeat-y;
}

.little_col_padding {
	padding-left: 40px;
}

.green {
	color: #84934F;
}

.facebook_icon {
	display: inline;
}