body {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%;
	height:680px;
	position:relative;
	
}

a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000000; }

#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #649220;
}

h2 {
  display: none;
}

#header {
	
	margin: auto;
	padding: 0px;
	margin-left:0px;
}

#menu {
	background-color: #CEA500;
	clear: both;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	text-align: left;
	padding: 5px;
}

#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: left;
	
}

#menuside {
  background:url(../images/sidebg.jpg) repeat-y; margin: 0px; padding: 0px; width: 150px; height: 610px; text-align: left;
  float:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#fffda5;
  font-weight:bold;
  padding-left:10px;
 
}

#menuside a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#fffda5;
  text-decoration:none;
}

#content {
	text-align: left;
	float:left;	
	width: 480px;
	height: 300px;
}

#base{
  background:url(../images/base.jpg) no-repeat;
  height:205px; 
  width:419px; 
  padding:16px; 
  padding-left:12px;
  padding-bottom:8px; 
}

#base img{
  float:left;
}

#footer {
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	left: 500px;	
}

#search {
	text-align: right;
	margin: 0px;
	padding: 0px;
  float: right;
  width: 50%;
}
