﻿body {
	font-family: Tahoma,Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#header {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height:100px;
	background: green;
	position:relative;	
}
#content {
	background-color: #ffffff;
	width:100%;
	display:block;
	
}
#sitebar {
	background-image:url(images/main-bg.gif);
	border: 1px solid #c2bdaa;
	width:20%;
	height:100%;
	margin: 0px 0px 10px 28px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}

#main {
	float:right;
	width:70%;
	background-color:#ffffff;
	margin: 0px 23px 10px 0px;
	padding: 0px 0px 6px 0px;
	display:inline;	
}

/********************** footer ***************************/
#footer, #footer a {
	background-color: #fff7c6;
	width: 80%;
	height:60px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: green;
}
#footer a:hover{
	color:#000000;
}
