/* XHTML/CSS by Arcturus Web Designs : www.arcturusweb.biz */

/* BODY */

body, div, img, p, h1, h2, h3, ul, li { margin: 0; padding: 0; }

h1, h2, h3 { font-size: 100%; }

body {
	background-color:#000000;
}

a { overflow: hidden; }


.outline { /* use if you'd like to create a border around page /*
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
border:0px solid #CCCCCC;
padding:0px;
border-collapse: collapse;
width: 650px;
margin: 0px auto; /* centers page */

}
/* HEADER */

div#header {
	width: 650px;
	height: 103px;
	margin: 0px auto;
	border-bottom: 1px solid black;
}


/* CONTENT */

div#content {
	width: 650px;
	margin: 0 auto;
	background-color:#ffffff;
}

/* CLASSINFO PAGE */
	
ul#classes li {
	margin: 0 0 5px 10px;
	list-style-type: none;

}

#classes h3 {
	/*font-size: 1.2em;*/
	text-decoration: underline;
}

ul#achievements {
    padding: 15px 0 15px 25px;
	list-style-type: disc;
}

/* MAIN */

div#main {
	float: right;
	width: 478px;
	height: 1000px;
	background-color: #FFFFFF;
	padding: 0 1px 0 0;
	
	
}

div#maintext { 
	font-family: Garamond, Arial, sans-serif;
	font-size: 18px;
	text-align:left;
}

div#maintext p {
	line-height: 1.3em;
	/*margin: 1em 0;*/
	margin: 0px 10px 0px 10px;
}

.centeredImage {
    text-align:center;
	margin: 5px 0px 0px 0px;
    padding:0px;
}


/* PAGE TITLES */

div#pagetitle { 
    font-family:Garamond, Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #666666;
}

/* NAVIGATION */

div#sidebar {
	float: left;
	clear: left;
	width: 170px;
	height: 1000px;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: left;
	border-right: 1px solid #000000;
	background-color:#CDB1A2;
}

div#navigation ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
}

 
div#navigation a{
    display: block;
	width: 170px;
	height: 40px;
	line-height: 36px;
	color:#000000;
	text-decoration: none;
	background-image:  url(images/button.jpg);
	background-repeat:no-repeat;
	background-position: left;
	text-indent: 35px;
}

div#navigation a:hover{
background-position: right;
color: #fff;
}

div#navigation a#current {
    background-position: right;
    color: #fff;
}

div#sidebar p#address {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 5px;
	padding: 0px;
}

.homeImage {
    text-align:center;
    margin: 0px 0px 0px 5px;
    padding:0px;
}

    
.quote {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    padding:0px;
}


div#sidebar p#phone {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

div#sidebar p#email {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

div#sidebar a#mail{
    display: block;
	width: 170px;
	line-height: 36px;
	color:#000000;
	text-decoration: none;
	background-color: #CDB1A2;
}


/* FOOTER */

div#footer {
	font: 0.6em Garamond, sans-serif;
	color: #999;
	width: 650px;
	/*height: 12px; */
	margin: 0 auto;
	padding: 3px 0 0;
	text-align: center;
	clear: both;
}


div#footer a{
	color:#999;
	text-decoration: none;
}

div#footer a:hover {
	color: #CCC;
}
/* TESTIMONIALS */

p.testimonials {
	
}
