/* CSS Document */

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}

ol,ul {
	list-style:none;
	}

body {
	margin: 0 auto;
	padding: 0px; 
	width: 705px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#ffffff;
	}

	
h1 {
	font-size:16px;
	margin-top:10px;
	margin-bottom:25px;
	font-weight:800;
	color:#6a2d00;
	}
	
/* 
#blog h1 {
	font-size:32px;
	font-family:"Goudy Old Style";
	margin-top:10px;
	margin-bottom:25px;
	font-weight:100;
	font-style:italic;
	}
*/

li {
	list-style-type:none;
	}

#title {
	height:150px;
	width:705px;
	background:#FFF;
	overflow:hidden;
	}


#title img.logo {
	width:705px;
	height:150px;
	float:left;
	}

#content {
	width:705px;
	text-align:left;
	height:700px;
	background-color:#F0eadc;
	}
	
/* Different background for different sections */

#index #content {
	background:#F0eadc url(images/home.gif) no-repeat;
	}

#about #content {
	background:#F0eadc url(images/about2.gif) no-repeat;
	}

#inspiration #content {
	background:#F0eadc url(images/schedule.gif) no-repeat;
	}

#schedule #content {
	background:#F0eadc url(images/inspire.gif) no-repeat;
	}

#classes #content {
	background:#F0eadc url(images/class.gif) no-repeat;
	}

#contact #content {
	background:#F0eadc url(images/contact.gif) no-repeat;
	}

#blog #content {
	background:#F0eadc url(images/blog.gif) no-repeat;
	min-height:3000px;
	}

	
#nav_main {
	list-style-type:none;
	width:150px;
	font-family: Book Antiqua, Verdana, Garamond, Tahoma, "Arial Narrow", "Comic Sans MS";
	font-size: 14px;
	font-style:italic;
	letter-spacing:0px;
	line-height:20px;
	float:left;
	margin-left:15px;
	margin-top:5px;
	}


#body_main {
	font-family: Book Antiqua, Verdana, Garamond, Century, Georgia, Garamond, "Times New Roman";
	font-size: 12px; 
	line-height: 16px;
	width:450px;
	padding-left:1em;
	padding-right:2em;
	float:right;
	background-color:#F0eadc;
	margin-bottom:40px;
	}

table {
	color:#333333;
	font-size:12px;
	}
	
.alt_sched_bg_color {
	background-color: #CCFF99;
	}

hr.indent {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #663333;
	}


p { 
	margin-bottom:15px;
	color:#333333;
	}

#inspiration p {
	color:#333333;
	margin-bottom:0px;
	margin-top:15px;
	}
	
#inspiration #body_main li {
	margin-left:15px;
	}

#footer {
	clear:both;
	font-family:Verdana, Garamon, Tahoma, "Arial Narrow", Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
	
#footer a:link {
	color:#366ea8;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#d86e30;
	}

a:link {
	color:#366ea8;
	text-decoration:none;
	}    /* unvisited link */

a:visited {
	color:#224468;
	text-decoration:none;
	}  /* visited link */

a:hover {
	color:#d86e30;
	text-decoration:none;
	}   /* mouse over link */

a:active {
	color:#b38b66;
	text-decoration:none;
	}   /* selected link */

	

