/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#e1cd97;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	color: #330000;
}

#siteContainer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;

}

#topSection {
	padding:0;
	margin:0;
	height:150px;
	background-image:url(/img/bg_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#horizBorder {
	height:35px;
	background-color:#fefae7;
	background-image:url(/img/horizBorder_bg.gif);
	background-repeat:repeat-x;
}

#midSection {
	padding:0;
	margin:0;
	background-color:#000000;
	background-image:url(/img/tile_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#content {
	padding:15px;
	margin:0;
	text-align:center;
}

#bottomSection {
	padding:0;
	height:180px;
	background-image:url(/img/bottom_bg.gif);
	background-repeat:repeat-x;
}

#footer {
	padding:5px;
	text-align:center;
	color:#7a6f52;
}
.footerAddress {
	font-size:12px;
	color:#e1cd97;
}

#footer A:link	{	
	text-decoration:none;
	color:	#e1cd97;
	}	
		
#footer A:visited	{	
	text-decoration:none;
	color:	#e1cd97;
	}	
		
#footer A:active	{	
	text-decoration:none;
	color:	#e1cd97;
	}	
		
#footer A:hover	{	
	text-decoration:underline;
	color:	#ffffff;
	}

#headerLeft {
	padding:0;
	margin:0;
	height:152px;
	/*background-image:url(/img/mural_left.png);*/
	background-repeat:no-repeat;
	background-position:left;
}

#headerRight {
	padding:0;
	margin:0;
	height:152px;
	background-image:url(/img/mural_right.png);
	background-repeat:no-repeat;
	background-position:right;
}

#headerCenter {
	padding:0;
	margin:0;
	height:152px;
	background-image:url(/img/center_art.png);
	background-repeat:no-repeat;
	background-position:center;
}

#logo {
	padding:25px 0 0 0px;
}

#fade {
	height:350px;
	float:left;
	width:533px;
	overflow:hidden;
	border:0px solid #000;
}

.headerText {
	color:#660000;
	font-size:120%;
}
