/* CSS Document */

body{
margin: 0px 0px 0px 0px;
background-color: #ebebeb;
font-family: Arial, Helvetica, sans-serif;
}
#wrapper
{
width:740px;
margin: 0em auto;	
}
#header
{
color: white;
font-size: 12px;
padding-right: 15px;
padding-top: 15px;
margin: 0em auto;
text-align: right;
background-position: top right;
background-image:url(images/header.gif);	
width: 725px;
height: 187px;
}
#header a
{
font-weight:bold;
color:white;
text-decoration:none;
}
#header a:hover
{
color:white;
text-decoration:underline;
}
#main
{
	background-color:#FFFFFF;	
}
#sidebar
{
	margin: 0;
	font-size: 12px;
	line-height: 14px;
    float: left;
    width: 129px;    
    padding: 10px;
	border-right: 1px solid;
}
#bigcontent
{
margin: 0;
float: right;
font-size: 12px;
line-height: 14px;
padding: 20px;
width:700px;
}
#content a
{
color: #665a50;
}
#content a:hover
{
color: #ac9b8a;
}

h1
{
    margin: 5px 0px 5px 0px;
    font-size: 16px;
}
h2
{
    font-size: 14px;
}
h3
{
    font-size: 12px;
}
#footer
{   
	clear:both;
    width: 725px;
	font-size: 10px;
    color: #FFFFFF;
    padding: 5px 0px 10px 15px;
    line-height: 14px;
    margin: 0em auto;  
    background-color: #ac9b8a;
}   
#footer a
{
    text-decoration: underline;
    color:#FFF;    
    clear: both;
} 
#footer a:hover
{
    text-decoration: none;            
}
#nav
{    
    margin: -106px 0px 0px 168px;
    width:524px;
    height:106px;    
}
div#menu ul#menuitem{
	height:106px;
	width:524px;
	background:transparent url(images/menu.gif) top left no-repeat;	
	margin: 0px 0px 0px 0px;
	position:relative;
}
div#menu ul#menuitem li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
ul#menuitem li,ul#menuitem a{
	height:106px;
	display:block;
}
div#menu ul#menuitem li a{
	text-indent:-9999px;
	text-decoration:none;
}
#history{
	left:0px;
	width:102px;
}
#cookoff{
	left:102px;
	width:124px;
}
#store{
	left:226px;
	width:100px;
}
#media{
	left:326px;
	width:100px;
}
#links{
	left:426px;
	width:98px;
}
#history a:hover,body#homeon #history{
	background:transparent url(images/menu.gif) 0px -106px no-repeat;
}
#cookoff a:hover,body#historyon #cookoff{
	background:transparent url(images/menu.gif) -102px -106px no-repeat;
}
#store a:hover,body#galleryon #store{
	background:transparent url(images/menu.gif) -226px -106px no-repeat;
}
#media a:hover,body#mapon #media{
	background:transparent url(images/menu.gif) -326px -106px no-repeat;
}
#links a:hover,body#contacton #links{
	background:transparent url(images/menu.gif) -426px -106px no-repeat;
}