/* CSS Document */

HTML { 
	overflow:-moz-scrollbars-vertical; 
}
  
BODY {
	margin:0px;
	background-color:#cccccc;
}


#wrapper{
	width:960px;
	margin:auto;
}

#header{
	width:960px;
	height:152px;
	background-image:url(/content/images/header.jpg);
	background-repeat:no-repeat;
	float:left;
}

#banner{
	width:960px;
	height:178px;
	background-image:url(/content/images/banner.jpg);
	background-repeat:no-repeat;
	float:left;
}

#activities_banner{
	width:960px;
	height:178px;
	background-image:url(/content/images/activities_banner.jpg);
	background-repeat:no-repeat;
	float:left;
}

#nav_bar{
	width:960px;
	height:31px;
	background-image:url(/content/images/nav_bar.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding:10px 0 0 0;
	float:left;
}

#nav_bar a{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#1d1f12;
	text-decoration:none;
}

#nav_bar a:hover{
	text-decoration:underline;
}

#content_container{
	width:960px;
	float:left;
	background-color:#1d1f12;
}

#left_column{
	width:239px;
	float:left;
	background-color:#1d1f12;
	padding:0 1px 0 1px;
}

#right_column{	
	width:679px;
	float:left;
	background-color:#e6d3c1;
	margin:1px 0 0 0;
	padding:5px 20px 0 20px ;
}

#right_column h1{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	color:#1d1f12;
}

#right_column p{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	color:#1d1f12;
	line-height:150%;
}

#ql_header{
	width:240px;
	height:54px;
	background-image:url(/content/images/ql_header.jpg);
	background-repeat:no-repeat;
}

#ql_middle{
	width:225px;	
	background-image:url(/content/images/ql_bg_repeat.jpg);
	background-repeat:repeat-y;
	padding:5px 0 0 15px;
}

#ql_middle a{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#e9cf83;
	text-decoration:none;
	line-height:175%;
}

#ql_middle a:hover{
	text-decoration:underline;
}

#ql_bottom{
	width:240px;
	height:4px;
	background-image:url(/content/images/ql_bottom_bg.jpg);
	background-repeat:no-repeat;
}








