html {
    background-color: #000;
}
body {
	background-image:url(../images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	color:#525757;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
/*  font-weight: bold*/
}
a {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
/*  font-size: 11px;*/
	font-weight: bold;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}
#header{
	height:280px;
	width:853px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header.about-us {
    background-image:url(../images/header_about-us.jpg);
}

#header.classes-offered {
    background-image:url(../images/header_classes-offered.jpg);
}

#header.schedule {
    background-image:url(../images/header_schedule.jpg);
} 
 
#header.announcements {
    background-image:url(../images/header_announcements.jpg);
}

#header.student-section {
    background-image:url(../images/header_student-section.jpg);
}

#header.events {
    background-image:url(../images/header_events.jpg);
}

#header.photo-gallery {
    background-image:url(../images/header_photo-gallery.jpg);
}

#header.testimonials {
    background-image:url(../images/header_testimonials.jpg);
}

#header.contact-us {
    background-image:url(../images/header_contact-us.jpg);
}

#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:450px;
}
#right{
	width:192px;
	float:right;
}

#secondary {
    margin-left:206px;
    width: 642px;
}

.video {
    width: 450px;
    margin: 10px 0 10px 80px;
}

/******************** menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url(../images/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(../images/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}

.menuheader h1,h2,h3,h4,h5,h6 {
	padding: 10px 0px 0px 20px;
}

.menuheader h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(../images/menubottom.gif);
	display:block;
	margin-bottom: 10px;
}
.postheader,.menuheader{
	color:#CCCCCC;
/*  text-transform: uppercase;*/
}
/********************* post ***************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(../images/posttop.gif);
	display:block;
	width:642px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
}

.postcontent {
	background-image:url(../images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 20px 0px;
}

.postfooter{
	background-image:url(../images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:642px;
	height:15px;
}

.postheader-home{
    background-image:url(../images/posttop_home.gif);
    display:block;
    width:450px;
    height:33px;
}
.postheader-home h1{
    padding: 7px 0px 0px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}

.postcontent-home {
    background-image:url(../images/postmiddle_home.gif);
    background-repeat: repeat-y;
    padding: 20px 0px;
}
.postfooter-home {
    background-image:url(../images/postbottom_home.gif);
    background-repeat: no-repeat;
    display:block;
    width:450px;
    height:15px;
}

.postcontent h1,h2,h2,h4,h5,h6 {
    padding-left: 20px;
}


#eventlist {
    color: #000;
	padding-left:20px;
}

#eventlist li {
	margin: 0;
	list-style-type: none;
}

#eventlist li.eventDateTitle span {
	color:#000;
	line-height:2em;
}

#eventlist li.eventDateTitle a {
	font-size:1.3em;
	font-weight:bold;
	/*color:#0083C8;*/
	color: #000;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/treeicons/news-file.gif) no-repeat left center;
}

#eventlist li.eventDateTitle a:hover {
	border-bottom:1px dotted #960004;
}
	
#eventlist li.eventSummary {
	margin-bottom:20px;
}

#eventlist li.eventSummary span {
	font-size:1.1em;
	line-height:1.5em;
	color:#000;
}

#eventlist li.eventSummary a.readMoreLink {
	color:#960004;
	text-decoration:none;
}

#eventlist li.eventSummary a.readMoreLink:hover {
	border-bottom:1px dotted #960004;
}


/********************* header ****************************/
/*#header{
    position:relative;
}*/
#header ul{
    padding-top:250px;
    text-align: center;
}
#header ul li {
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	font-size: 1.1em;
	color: #fff;
	
}
#header ul li a:hover{
	color: #cc0000;
}

#header ul li a.current {
    color: #cc0000;
}
/********************* footer ****************************/
#footer{
	width:850px;
}
#footer ul{
	display:block;
	margin-left:190px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
/*  text-transform: uppercase;*/
}
#footer ul li a:hover{
	color:#666666;
	
}
#footer span {
	color:#FFFFFF;
/*  font-family: Arial, Helvetica, sans-serif;*/
/*  font-size: 11px;*/
	font-weight: bold;
	text-align:center;
	width:850px;
    display:block;
	padding: 15px 0px;
}

#footer span.big {
    font-size: 1.2em;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
}
.menu ul li{
	padding-top: 5px;
	color:#000;
}
.menu ul li a {
    color:#000;
    font-size: 1.1em;
	text-decoration:none;
	padding: 0px;
/*  text-transform: uppercase;*/
}
.menu ul li a:hover{
    color: #960004;
	text-decoration:none;
/*  text-transform: uppercase;*/
}

.menu ul li a.current {
    color: #960004;
}

.member{
	display:inline;
	float:left;
	margin-left:10px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{
	width:75px;
	height:70px;
	border: solid 2px #999999;	

}
.clear{
	clear:both;
}

#PageComments_holder {
	margin-left:40px;
}

#PageComments_holder h4{
	line-height:400%;
	font-size:18px;
}

#CommentHolder ul, #CommentHolder li {
	margin:0px;
	list-style-type:none;
	list-style:none;
	padding:0px;
}
#CommentHolder {
	margin-left:-20px;
}

.eventtitle {
    padding-bottom: 10px;
}
.info span {
	color:#2a2d2d;
}