@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #482809;

}

div#main {

  width: 100%;

  margin-left: auto;

  margin-right: auto;

  text-align: left;
  
  position:relative; /* needed for footer positioning*/
  
  height:auto !important; /* real browsers */
  
  height:100%; /* IE6: treaded as min-height*/

  min-height:100%; /* real browsers */



}


div#content {

  width: 1025px;

  margin-left: auto;

  margin-right: auto;

  text-align: left;
  
  padding:1em 1em 5em; /* bottom padding for footer */

  

  
}


div#content p {
		text-align:justify;
		padding:0 1em;
	}





div#header {

  width: 1200px;
  
  height: 200px;
  
  clear:both;

}

div#top_logo {

  width: 485px;
  
  height: 200px;
  
  float:left;

}



div#menu_right {

  width: 675px;
  
 
  
  float:right;
  
  padding:15px;

}


div#footer {
   position:absolute;
   
   width:100%;
   
   bottom:0; /* stick to bottom */
   background:url(images/bk_footer.gif) repeat-x;
  
   margin-top:50px;
   height:175px;
}




#footer-text {

  
   
	  margin-top:40px;
	  float:right;
      width:500px;
	  color:#9b8558;
	  font-size:12px
   
}


#footer-logo {

  
   
	  float:left;
      width:450px;
   
}


div#footer-content {

  width: 1025px;

  margin-left: auto;

  margin-right: auto;

  text-align: left;
  
  
}


#menu
{
padding:0;
margin:0;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
text-transform:uppercase;
font-weight:bold;

}

#menu li {display:inline;}

#menu li a
{

padding:0.2em 1em;
text-decoration:none;
float:left;
color: #6c4300;

}

#menu li a:hover
{
background: url(images/curly_menu.png) no-repeat left;
color: #1f1800;

}

#menu li .selected
{

background: url(images/curly_menu.png) no-repeat left;
}

