@charset "utf-8";

body{
	text-align:center;
	background-color: #CCC;
	width:960px;
	height:auto;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;	
	border-right-color: #FFF;	
	border-left-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#wrapper {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #E7E7E7;
	text-align:center;
	
	
}

#menu {
	background-image: url(menubg.jpg);
	height:25px;
	width:960px;
}

#banner {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0px;
	height: 150px;
	width: 960px;
	text-align:left;
	margin: 0px;	
}


h1.banRep {
	position:relative;
	height:150px;
	width:960px;
	margin: 0px;	
	padding: 0px;
}

h1.banRep span {
	position:absolute;
	height:100%;
	width:100%;
	background-image: url(Banner.jpg);

}

#mainContent {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 960px;		
	background-color: #CF0;
	
}
#mainLeft {
	width: 640px;
	height: 1%;
	background-color: #339;
	float:left;
	overflow:hidden;

}
#spotContainer {
	background-color: #F36;
	margin: 0px;
	padding: 0px;
	width: 640px;
	
}

#spotLight {
	height: 150px;
	width: 620px;
	background-color: #9C6;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#leftContainer {
	background-color: #69F;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 320px;
	float:left;
}

#artLeft1 {
	
	margin: 10px;
	padding: 0px;
	width: 300px;
	height:150px;
	background-color: #C33;
}
#rightContainer {
	background-color: #C99;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 320px;
	float:right;
}

#artRight1 {
	
	margin: 10px;
	padding: 0px;
	width: 300px;
	height:150px;
	background-color: #60F;	


}
#mainSide {
	margin: 0px;
	padding: 0px;
	width: 320px;
	height: auto;
	background-color: #FC9;
	float:right;
}


#footer {
	margin: 0px;
	padding: 0px;
	height: 50px;
	clear:both;
	background-color: #C9C;
	
}

