
html 
{
	margin: 0;
	padding: 0;
	height: 100%;
	 
}
	
body 
{ 
	 
	color:#000;
	background-color:#FFF;
    /*background-image:url("../splash_images/design/body_background.jpg");
	background-position:0 0;
	background-repeat:repeat-x; */ 
}

#body_container
{
	 width:1500px;
	 height:959px;
	 margin:0 auto;
	 background:url(../splash_images/pattern.png) repeat-y;
	 background-color:#FFF;
	 position:relative;
}


 
#header
{
	height:211px;
	
	background-color:#543019;
	 
}

div#header h1
{
	margin:0px auto;
	height:150px;
	width:529px;
	background:url(../splash_images/header_image.png) 0px 30px no-repeat;
	padding-top:30px;
	text-indent:-9000px;
	
}
 


#container_wrapper
{
	margin:0 auto;
	width:1000px;
	 
	position:relative;
}

#container
{
	width:1000px;
	height:630px;
	
	background:url(../splash_images/container_bg.png) no-repeat;
	padding:20px;
	position:absolute;
	top:-32px;
	right:0px;
	
}

#container h2
{
	text-indent:-9000px;
}

#container a
{
	display:block;
	width:100%;
	height:100%;
}

div#footer a
{
	display:inline;
}

div#footer  
{
	 padding-top:30px; 
	 text-align:center;   
	 
	 color:#666666;
	 font-size:12px;
}

div#footer a
{
	 
	 color:#333;
}

#spring, #fall
{
	height:289px;
}
#spring
{
	background:url(../splash_images/spring.jpg) no-repeat;
	margin-bottom:3px;
}
#fall
{
	background:url(../splash_images/fall.jpg) no-repeat;
}
 
a
{
	outline:none;
}


 
