html, body {
	margin: 0;
	padding: 0;
	color: #fff;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	background-image: url(img/contentback.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;


} 

#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(img/leftbarback.gif) repeat-y;
	min-height: 100%;
	border-top: none;
	border-right: 1px solid #754B35;
	border-bottom: none;
	border-left: 1px solid #754B35;
} 
/*\ Give to IE/Win but hide from IE/Mac - unfortuantely it won't support either min-height method */ 
* html #container { 
height: 100%; 
} 
/* end hide */ 
/* trick to get compliant browsers to clear the (right) floated div if required */ 
#container::after{ 
content: "."; 
display: block; 
height: 0; 
line-height: 0; 
font-size: 1px; 
clear: both; 
visibility: hidden; 
} 





#header { 
position: absolute; 
z-index: 100; 
left: 50%; 
margin: 0 0 0 -380px; 
padding: 0; 
height: 121px; 
width: 760px; 
background: url(img/header.jpg); 
} 

#footer 
{ 
position: absolute; 
left: 50%; 
bottom:-1px; 
margin: 0 0 0 -380px; 
padding: 0; 
height: 10px; 
width: 760px; 
background: #FEF9DD; 
color: #000; 
border-top: 1px dotted #FCB917;
} 

#left-col 
{ 
margin: 131px 0 0 0;
padding: 0; 
padding-left: 0px;
position: relative; 
float: left; 
width: 160px; 
color: #000; 
} 

#right-col 
{
	position: relative;
	float: right;
	margin: 131px 0 0 0;
	padding-left: 0;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 20px;
	width: 550px;
	color: #000;
} 

#right-col h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
#menu {
margin: 0;
padding: 0;
}
#menu li{
	list-style: none;
	height: 14px;
	padding-top: 0px;
	padding-bottom: 0px;

	color: #C0C0C0;
	display: block;
	width: 160px;
	height: 18px;
	
}
a {
color: #754B35;
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
a.menu{
	cursor: pointer;
	text-decoration: none;
	color: #754B35;
	display: block;
	width: 160px;
	height: 18px;
		padding-left: 5px;
		border-bottom: solid 1px #FFFFCC;
}

a.menu:Hover{
	color: #754B35;
	text-decoration: underline;
	background-color: #FFFFCC;
}

