body
{ 
		font:.8em Georgia, "Times New Roman", Times, serif;
		line-height: 18px;
		background: #333 url(img/bg.png) fixed;
		color: #000;
		margin:0;
		padding:0;
}
.clear{
clear:both;
}
h1, h2, h3 {
	color:#680B0B;
	margin-bottom:5px;
}
h1 {font-size:2em;}
h2 {font-size:1.5em;}
h3 {font-size:1.25em;}
ul, ol {
	margin:0;
	line-height:normal;
}


#main_content{
width:940px;
height:auto;
margin:auto;
background-color:#FFF;
}
#top_banner{
max-width:936px;
border-color:#060; border-left-style:solid; border-left-width:2px;
border-color:#060; border-right-style:solid; border-right-width:2px;
border-color:#060; border-top-style:solid; border-top-width:2px;
border-color:#060; border-bottom-style:solid; border-bottom-width:2px;
}

/*----------------------------------------------    LEFT SECTION    ------------------------------------------------*/
#page_content{
padding:0 0 75px 0;
border-left-color:#060; border-left-style:solid; border-left-width:2px;
border-right-color:#060; border-right-style:solid; border-right-width:2px;
line-height:22px;
background:url(img/scalepattern.jpg) repeat;
}
#left_section{
width:436px;
height:auto;
float:left;
margin:20px 0 0 20px;
font-size:1.1667em;
}
.title{
font-size:20px;
font-weight:bold;
color:#060;
}
.text_content{
width:436px;
color:#000;
line-height:20px;
text-align:left;
}
.text_content a{
color:#3366ff;
text-decoration:none;
}
.text_content a:visited{
color:#3366ff;
text-decoration:none;	
}
.text_content a:hover{
color:#3366ff;
text-decoration:underline;
}
.schedule li{
	padding-bottom:10px
}
/*---------------------------------------------    RIGHT SECTION   -------------------------------------------------*/
#right_section{
	width:460px;
	height:auto;
	margin:20px 0 0 20px;
	float:left;
	font-size:1.1667em;
}
.title2{
	font-size:16px;
	padding-left:10px;
	font-weight:bold;
	color:#060;
}
.text_content2{
	width:440px;
	color:#000;
	line-height:20px;
	text-align:left;
	padding-left:10px;
}
/*------------------------------------------------    FOOTER    ----------------------------------------------------*/
#footer{
width:936px;
height:80px;
clear:both;
border-color:#060;
border-style:solid;
border-width:2px;
background-color:#390;
}
.footer_text{
padding:20px;
font-size:14px;
color:#000;
}
.footer_text a{
text-decoration:none;
padding:0 8px 0 8px;
color:#000;
}
.footer_text a:hover{
text-decoration:underline;
}