@charset "utf-8";
@import url("style.css");
/* CSS Document */

#container{
	width = 968px;
	background-image: url(top-bkg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin:0 0;
	padding-left: 0px;
	padding-right: 0px;
	}
#left_column{
	width: 132px;
	float:left;
}
#center_column{
	width:686px;
	float:left;
	
}
#right_column{
	width:150px;
	float:left;
	background-color:#CCC;
}
#footer{
	width:968px;
	height:100px;
}
#header{
	width: 968px;
	height: 150px;
	margin:0px 0px;
	background-image:url(bkgrn.jpg);
	background-repeat: no-repeat;
	background-position: center;
 }
#header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight :bold;
	align:left; 
	color :#FF3;
	margin:30px 10px 5px 10px;
}
	#header h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight :bold;
	align:left; 
	color :#FF3;
	margin:0px 2px 5px 10px;
}