/*---- GLOBAL STYLES ---- */
html, body, h1, h2, h3, h4, h5, h6, img, p, a, ul, ol, li, dl, dt, dd, form { 
	margin:0; padding:0; border:0;
	}

html { min-height: 100%; margin-bottom: 0px; height:100%; margin-bottom: 1px; /* needed for container min-height */}

body {
	background: url(images/bg.gif) repeat;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	height: 100%;
	<link rel="icon" href="images/siteicon.ico" />
}
html, body{
	height: 100%;
}
html { min-height: 100%; margin-bottom: 1px; }

p{
	line-height: 1.8em;
	margin-bottom: 15px;
}
	
ul, ol, li { 
	list-style-type: none; 
	float: left;
}
a{ color: #666; text-decoration: none;}
a:hover, a.selected{ color:#DC3141; }

.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }

/*---- MAIN LAYOUT ---- */
#blurb{ display: none; }
#main{
	width: 100%;
	height: 100%;	
	background: url(images/nav_bg.gif) repeat-x;
}
#wrapper{
	display: block;
	bottom: 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	width: 775px;
	margin: 0 auto 0 auto;
	
	background: white url(images/scroll.gif) repeat-y;
}

#left{
	float:left;
	width: 179px;
	height: 100%;
	
}
#right{
	float: right;
	width: 596px;
	height: 100%;
	background: white;
}

#header{
	background: #09B1B3 url(images/nav_bg2.gif) bottom repeat-x;
	width: 100%;
	height: 155px;
}


#logo{
	float: right;
	margin-top: 67px;
	margin-right: 40px;
}

#ie6 #logo{
	margin-right: 20px;
}
#ie7 #logo{
	margin-right: 40px;
}
#nav{
    padding-top: 14px;
	color: white;
	width: 520px;
	margin: 0 auto 0 auto;
	
}
#nav{
	width: auto;
}
#nav li.first{
	width: 136px;
	text-align: right;
}
#nav li.last{
	width: 100px;
}

#nav a{	
	display: block;
	padding: 10px 15px 6px 12px;
	color: white;
	text-decoration: none;
	font-size: 11px;
}
#nav a:hover, #nav a.selected{
	background: black url(images/slash_hover.gif) top right no-repeat;
}

#nav .last a:hover, #nav li.last a.selected{
	background-image: none;
}	
#nav li{
	background: url(images/slash.gif) top right no-repeat;
}
#nav li.last{
	background: none;
}
#index_image{
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 90px;
	margin-left: 0;
}
#index_image img{	border: #333333 0px solid; }
#footer{ text-align: center; margin: 20px 0 20px 0; font-size: 10px;}


/*---- GALLERY LAYOUT ---- */
#gallery #wrapper{ background-image: url(images/scroll_gallery.gif); }
#gallery #detail{ float:left; text-transform: uppercase; line-height: 1.8em;} 
#gallery #detail a:hover, #gallery #detail a.selected{ color:#DC3141; text-decoration: none; }
#gallery_nav{
	float: right;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	margin-right: 2px;
	margin-bottom: 20px;
}
#gallery_nav a{ 
	text-decoration: none; 
	color: #333333;
	display: block;
	width: 20px;
	font-size: 12px;
	line-height: 1.8em;
	float: left;
	text-align: center;
}
#gallery_nav a:hover, #gallery_nav a.selected{ background-color: black; color: white;}
#gallery #content_container{ margin: 60px 44px; }

#ie6 #content_container{ margin: 60px 40px;   border: 1px solid white;}
#gallery #left ul{
	margin-top: 220px;
	margin-left: 10px;
}
#gallery #left li{
	border-top: 1px solid #DC3141;
	width: 150px;
}
#gallery #left li.last{ border-bottom: 1px solid #DC3141; }
#gallery #left a{
	display: block;
	color: white;
	line-height: 2em;
	padding-left: 5px;
}
#gallery #left a:hover, #gallery #left a.selected{
	background-color: #09B1B3;
	text-decoration: none;
}

/*---- CONTENT LAYOUT ---- */
#content_container{
	margin: 60px 75px;
}
#page_title{
	font-size: 14px;
	line-height: 1.8em;
	color: #DC3141;
	border-top: 1px solid #DC3141;
	border-bottom: 1px solid #DC3141;
}
.title, .datetime{ color: #DC3141; }
.title{
	font-size: 12px;
	margin: 20px 0 20px 0;
}
.class-name{
	font-weight: bold;
}
.addr{ margin-bottom: 20px;}

/*---- WORKSHOP LAYOUT ---- */
#workshop_nav{
	float: right; 
	color: #666; 
	font-size: 11px;
}
#workshop_nav a{ text-decoration: none; }
#workshop_nav a:hover, #workshop_nav a.selected{ color: #DC3141; }
#toTop{ float: right; }


/*---- CONTACT LAYOUT ---- */
#contact #content_container{ 
	border: 1px #666 solid; 
	padding: 20px 50px 20px 50px;
	margin: 50px 20px;
}

#contact .text{
	width: 99%;
	
}
/*---- CLASSES LAYOUT ---- */
.class-name, .datetime, .addr{ line-height: 1.8em; }
over, #workshop_nav a.selected{ color: #DC3141; }
#toTop{ float: right; }


/*---- CONTACT LAYOUT ---- */
#contact #content_container{ 
	border: 1px #666 solid; 
	padding: 20px 50px 20px 50px;
	margin: 50px 20px;
}

#contact .text{
	width: 99%;
	
}
/*---- CLASSES LAYOUT ---- */
.class-name, .datetime, .addr{ line-height: 1.8em; }

