*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #924c04 url(../images/bg.png) top left repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
a, a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
div.body {
	width: 1000px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header {
	background: url(../images/header_bg.png) top center no-repeat;
	width: 100%;
	height: auto;
	padding-top: 20px;
	color: #fff9cb;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}
#header a, #header a:visited {
	color: #fff9cb;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}
h1 {
	display: none;
	visibility: hidden;
}
#logo {
	background: url(../images/logo.png) bottom center no-repeat;
	width: 420px;
	height: 260px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	display: none;
	visibility: hidden;
}
#nav {
	background: url(../images/nav_bg.png) top left repeat-x;
	width: 940px;
	height: 56px;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	margin-left: 10px;
	text-align: center;
}
#nav li a, #nav li a:visited {
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333;
}
#nav li a:hover {
	text-decoration: underline;
	text-shadow: 1px 1px 1px #333;
}
.home {
	background: url(../images/li_home.png) center left no-repeat;
	width: 42px;
	height: 54px;
	display: block;
	padding-left: 34px;
	line-height: 54px;
}
.about {
	background: url(../images/li_about.png) center left no-repeat;
	width: 42px;
	height: 54px;
	display: block;
	padding-left: 32px;
	line-height: 54px;
}
.schedule {
	background: url(../images/li_schedule.png) center left no-repeat;
	width: 84px;
	height: 45px;
	display: block;
	padding-top: 9px;
	padding-left: 32px;
	line-height: 17px;
}
.description {
	background: url(../images/li_description.png) center left no-repeat;
	width: 90px;
	height: 54px;
	display: block;
	padding-left: 32px;
	line-height: 54px;
}
.teachers {
	background: url(../images/li_teachers.png) center left no-repeat;
	width: 134px;
	height: 54px;
	display: block;
	padding-left: 32px;
	line-height: 54px;
}
.events {
	background: url(../images/li_events.png) center left no-repeat;
	width: 84px;
	height: 45px;
	display: block;
	padding-top: 9px;
	padding-left: 32px;
	line-height: 17px;
}
.gallery {
	background: url(../images/li_gallery.png) center left no-repeat;
	width: 56px;
	height: 54px;
	display: block;
	padding-left: 32px;
	line-height: 54px;
}
.contact {
	background: url(../images/li_contact.png) center left no-repeat;
	width: 56px;
	height: 54px;
	display: block;
	padding-left: 32px;
	line-height: 54px;
}
#center {
	width: 920px;
	height: 100%;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 160px;
	overflow: hidden;
	text-align: left;
}
#wrapper {
	background: url(../images/wrapper_bg.jpg) bottom center no-repeat;
	width: 100%;
	height: auto;
	padding-bottom: 37px;
	overflow: hidden;
}
#inner_wrapper {
	background: url(../images/bg.jpg) top center repeat-y;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	overflow: hidden;
}
#left {
	background: none;
	width: 534px;
	height: auto;
	float: left;
	padding: 26px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#left a, #left a:visited {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#left a:hover {
	font-weight: bold;
	text-decoration: none;
}
#left h3 {
	margin-top: -12px;
	margin-bottom: 10px;
	color: #633c12;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 38px;
	text-shadow: 0px 1px 1px #333;
}
#left ul {
	list-style-position: inside;
}
#right {
	background: none;
	width: 298px;
	height: auto;
	float: left;
	padding-top: 26px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 26px;
}
#right h3 {
	margin-left: 8px;
	margin-bottom: 25px;
	color: #ffffff;
	/*color: #f4b50c;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	text-shadow: 0px 1px 1px #333;
}
#right ul {
	margin-bottom: 35px;
	list-style: none;
}
#right li.post {
	background: url(../images/li_post_bg.png) top left no-repeat;
	width: 298px;
	height: 34px;
	display: block;
	margin-bottom: 2px;
}
#right li.post a {
	background: url(../images/li_post.png) 12px 13px no-repeat;
	height: 34px;
	display: block;
	padding-left: 36px;
	font-size: 13px;
	font-weight: normal;
	line-height: 34px;
}
#right li.post:hover {
	background: url(../images/li_post_bg.png) bottom left no-repeat;
	width: 298px;
	height: 34px;
	display: block;
	margin-bottom: 2px;
}
#right li.post a:hover {
	background: url(../images/li_post.png) 12px -30px no-repeat;
	height: 34px;
	display: block;
	padding-left: 36px;
	font-size: 13px;
	font-weight: normal;
	line-height: 34px;
}
#footer {
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
#social {
	width: 170px;
	height: 35px;
	margin: 0 auto;
}
#facebook {
	background: url(../images/facebook.png) center center no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	float: left;
}
#twitter {
	background: url(../images/twitter.png) center center no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-left: 12px;
}
.addthis_button {
	width: 83px;
	height: 16px;
	display: block;
	float: right;
	margin-top: 8px;
}
#footer_nav {
	width: 780px;
	height: 28px;
	margin: 5px auto 0;
	list-style: none;
	line-height: 28px;
}
#footer_nav a, #footer_nav a:visited {
	padding-left: 3px;
	padding-right: 3px;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
#footer_nav a:hover {
	text-decoration: underline;
}
#footer_nav li {
	display: inline;
}
.copyright {
	color: #ff9808;
	font-size: 12px;
	line-height: 20px;
}
.amped {
	color: #ff9808;
	font-size: 12px;
	line-height: 20px;
}
.amped a {
	color: #ff9808;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.amped a:hover {
	text-decoration: none;
}