
* /* This resets most styles */		{ margin: 0; padding: 0; }
body								{ font-size: 12px; font-family: Arial, sans-serif; color: #000; background-image: url(images/bg-background2.jpg) ; background-repeat:repeat; background-color: #936527;  }
p									{ margin: 0 0 10px; line-height: 1.4; font-size: 12px; color: #000; }
a									{ color: #000; text-decoration: underline; }
a:hover                             { color: #ce4e21;  }
ul									{ margin-left: 25px; }
.clear /* Used for fomratting */	{ clear: both; }


#pagewrap 							{ width: 900px; margin: 0 auto; background: #FFF; padding: 0 0 15px;}
#header								{ width: 900px; height:100px;  background-image:url(images/header2.jpg); background-repeat:no-repeat;}
#footer								{ width: 900px; margin: 0 auto;}
#footer .inner						{ width: 870px; margin: 0 auto;}
#left								{ float: left; width: 560px; padding-left: 20px;  }
#right								{ float: right; width: 270px; padding-right: 10px; padding-left:10px; background-color:#ce4e21; height:1200px; }



img.logo /*Applied to Image Tag */	{ float: left; margin: 5px 0 0 15px; no-repeat;}
img.address /*Applied to Image Tag */	{ float: right; margin: 8px 0 0 0px;}

#shadow /*Shadow under photo */		{ width: 900px; height: 13px; margin: 0 0 15px; }

#splash	 /* Sets size for photo area */	{ position:relative; width: 900px; height: 200px; border-top: 1px solid #936527; border-bottom: 1px solid #936527;}

.home								{ background: url(images/splash-home.jpg) no-repeat; }

#splash table#form					{ position: absolute; top: 50px; right: 60px; color: #FFF; }

h1									{ color: #ffffff; }
h2									{ color: #ffffff; }

#footer ul							{ float: left; margin: 10px 0 0; padding: 0 10px 0 0; }
#footer ul li						{ list-style: none; display: inline; }
#footer ul li a						{ font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none; text-transform: uppercase;  padding: 0 7px 0 5px; } 
#footer ul li a:hover				{ color: #cccccc; }
#footer span						{ float: right; margin: 10px 0 0; font-size: 11px; color: #ffffff; }


