@charset "utf-8";

/* ###### basic struture ######*/


body  {
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position:relative;
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}
 
#header {
	padding:0;
} 

#sidebar1 {
	float: right;
	width: 200px;
	margin-top: 1px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: center;
}

/* ###### navigation link stylings ###### */

#sidebar1 ul{
	padding: 0;
	list-style: none;
	margin: 20px;
	border-top: thin none #333333;
	border-right: thin none #333333;
	border-bottom: thin none #333333;
	border-left: thin none #333333;
}

#sidebar1 li a:link, #sidebar1 li a:visited {
	margin: 15px;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	border: thick double #333333;
	}
	
#sidebar1 li a:hover, #sidebar1 li a:active {
	background-color:#333333;
	color: #FFFFFF;
	}

#mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px; 
} 

#footer { 
	padding: 0 10px 0 20px; 
	background:#ffffff; 
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* ###### positioning styles ###### */
 
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	 clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

#fancy_border {
	border: thick double #000000;
	margin: 30px;
}

#turtle_border {
	border: thick double #333333;
	}
	
.turtle_border {
	border: thick double #333333;
	}
	
.right_pic {
	border: thick double #333333;
	float: right;
	margin-left: 30px;
}

.left_pic {
	border: thick double #333333;
	float: left;
	margin-right: 30px;
}

.little_black_border {
	margin: 20px;
	border: thin solid #666666;
}

.textfield {
	border: 1px solid #333333;
}

/* ###### text styles ###### */

h1, h2, h3 {
	font-family:"Lucida Handwriting", Arial, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:15px;
	padding-bottom:15px;
}


p {
	text-indent: 2em;
}


/* ###### classes page ###### */


.class_desc {
	background: #FFF;
	float: left;
	height: 100%;
	width: 350px;
}

.description_photo {
	background: #FFF;
	float: right;
	height: 325px;
	width: 300px;
	padding-top: 25px;
}

.container_class_description {
	height: 350px;
	width: 700px;
	padding: 20px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.container_class_schedule {
	padding: 20px;
	height: auto;
	width: 700px;
}

.class_name {
	font-weight: bold;
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 15px;
}

.class_description {
	width: 90%;
	margin: auto;
	text-align: left;
}

/* ###### alignment styles ###### */

h1, h2, h3 {
	text-align:center;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
	vertical-align: middle;
}

.align_right {
	text-align: right;
}

.align_justify {
	text-align:justify
}

/* ###### table stuff ######*/


.half {
	width: 50%;
}

.third {
	width:33%;
}

.quarter {
	width:25%;
}

/* ###### news page ###### */

.news {
	text-align:left;
	width: 400px;
	margin: 0 auto;
}

.news img {
	border:solid 1px #333;
}

.news pre {
	font-size:18px;
}

.section_headings {
	font-family:"Lucida Handwriting", Arial, sans-serif;
	font-weight:bold;
	font-size:1.3em;
}

.bigger {
	font-size:24px;
}

.date_time {
	text-align::left;
	padding:10px;
}



