body,html  {
	background-color: rgb(235,235,212);
	
	font: normal normal normal 11px tahoma;
	color: black;
	
	margin: 0;
	
	scrollbar-arrow-color: rgb(45,46,40);
	scrollbar-3dlight-color: rgb(140,133,104);
	scrollbar-darkshadow-color: rgb(140,133,104);
	scrollbar-face-color: rgb(195,191,162);
	scrollbar-highlight-color: rgb(195,191,162);
	scrollbar-shadow-color: rgb(195,191,162);
	scrollbar-track-color: rgb(235,235,212);
}

a {
	color: rgb(109,82,6);
  	text-decoration: none;
  	font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

h1 {
	font: normal normal normal 18px times new roman;
	margin: 0;	
	text-transform: uppercase;		
}

h2 {
	font: normal normal normal 14px times new roman;
	margin: 0;	
	text-transform: uppercase;					
}

h3 {
	font: normal normal normal 12px tahoma;
	color: rgb(195,191,162);
	text-transform: uppercase;	
}

h4 {
	font: normal normal normal 11px tahoma;
	font-weight: bold;	
	text-transform: capitalize;	
}

h5 {
			
}


div.spacer {
	clear: both;
   font-size: 1px;	
}

div#container {
	width: 766px;
	min-height: 830px;
	margin: 20px auto 0 auto;
	background-color: rgb(195,191,162);
	border: 1px solid black;
}

div#header {
	float: left;	
	width: 508px;	
}

div#column_left {
	float: left;
	width: 258px;
	height: 100%;
}

div#content {
	float: left;
	min-height: 421px;
	width: 488px;
	padding: 10px;
}

div#column_right {
	float: left;
	width: 100px;
	background-color: green;
}

div#footer {
	float: right;
	width: 508px;
	margin: 10px 0 20px 0;
}

img.IMG_ZOOM {
	display: none;
	position: absolute;
}
