/* CSS Document */

/*Standard Styling*/

body {
text-align:center;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
background:url(../Images/background.jpg) left bottom #FFFFFF fixed no-repeat;
color:#666666;
}

h1 {font-size:20px; margin:0; padding:5px; color:#FF9933;}
h2 {font-size:16px; margin:0; padding:5px; color:#336666;}
h3 {font-size:13px; margin:0; padding:5px; color:#569269;}
p { margin:10px; }
img { border:none; }
dl { margin-top:0; }

a:link, a:visited {
	color:#3399FF;
	text-decoration:none;
	}

a:hover, a:active {
	color:#CC9935;
	text-decoration:none;
	}

.clearer {clear:both;}
.l_clear {clear:left;}
.r_clear {clear:right;}


.block {
margin:0 auto 0 auto;
width:790px;
text-align:left;

}

/*Layout Styling*/


#header {

background:#FFFFFF;
}

#bar { 
background:url(../Images/bar.jpg) repeat-x #FFFFFF;
height:25px;

}

#menu {
width:200px;
float:left;
background:url(../Images/menu.gif) repeat-y;
/*min-height:200px;*/
font-size:18px;
position:relative;
z-index:10;
margin-top:10px;
padding-top:10px;
padding-bottom:10px;
}

#menu dl {margin:0;}

#menu dt {
width:190px;
height:30px;
line-height:30px;
padding-left:10px;

}

#menu a:link, #menu a:hover {
display:block;
width:200px;
}

#menu a:hover, #menu a:active {
display:block;
width:200px;
text-decoration:underline;
margin-left:-10px;
padding-left:10px;
}


#content {
float:left;
width:560px;
padding:10px 10px 0 10px;
min-height:340px;
background:transparent url(../Images/content_bg.gif) top right no-repeat;
position:relative;
z-index:50;
}

*html #content {height:340px;}

#content_body {min-height:340px;}

*html #content_body {height:340px;}

#main_body {
background:none;
opacity: 1.0;
filter: alpha(opacity=100);
}

#footer {
border-top:1px solid #E4E7ED;
border-bottom:1px solid #E4E7ED;
min-height:50px;
clear:left;
background:url(../Images/footer.jpg) no-repeat;
padding:10px 0 10px 0;
text-align:right;

color:#663333;
}

#footer p {
margin-left:20px;

}


/*Additional Styles */

#times {
margin:15px;
border-collapse:collapse;
}

#times th, #times td {
padding:5px;
border:1px solid #F2F2F2;
}

#times td {background:#FCF7E9;}
#times th {background:#EEF0F0;}

#address {
float:left;
width:200px;
}

#map {
float:right;
width:350px;
}

#contact_form {
border:1px solid #CCCCCC;
background:#E4E7ED;
padding:5px;
}

#gallery {
margin:10px;
border:1px solid #CCCCCC;
background: #FCF7E9;
height:420px;
}

#gallery dt {
float:left;
margin:12px 3px 0 12px;
}

.class_box {
border:1px solid #CCCCCC;
background:#FCF7E9;
margin:10px;
}