HTML {
	height:101%;


}

BODY, HTML {
	margin:0;
	padding:0;
	}

BODY {background-image:url(images/backgrid.gif);height:100%;}

#container {
	position:relative;
	margin:0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width:960px;
	background-color:#fdfbfb;
}

	
#topmenu {
	position:absolute;
	vertical-align: middle;
	margin:0 auto;
	background-color:#fdf5e5;
	width:960px;
	height:20px;
	top:0px;
	left:0px;
}



#topmenu a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b04613;
	padding-left:15px;
	
	
	
}

#topmenu a:hover {color:#f6ac5f;}

#banner {
	position:relative;
	top:20px;
	width:960px;
	height:202px;
	
}

#bigbanner {
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:222px;
	}

#bigbanner a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #655641;
	padding-left:15px;
	
	
	
}

#bigbanner a:hover {color:#A01506;}

#logo {
      position:absolute;
      left:0px;
      top:100px;
}

#logo a, #logo a img {border:0;}

#menu {
	position:relative;
	top:222px;
	left:50px;
	width:250px;
	height:250px;
	vertical-align:top;
	padding-top:55px;
}


#menu a{
	text-decoration:none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A01506;
}

#footer {
	position:absolute;
	
	width:100%;
	height:10px;
	bottom:0px; /* stick to bottom */
	background:#fdfbfb;
}


.indent {
	width:250px;
	position:relative;
	font-weight:normal !important;
}

#menu a:hover, .indent:hover {color:#FF9933; }

.italic {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #FF9933;


 }
	
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
	
}

#text {
	position:relative;
	top:-84px;
	left:255px;
	width:600px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #53311c;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 20px;
	margin:0 0 0 0;
}

#text a:link, #text a:active {color:#A01506;}
#text a:hover {color:#FF9933;}






