html {
	background-color: #EFEFEF;
	
}
body {	
	padding: 0;
	margin: 0;
	background: url(/media/layout/bgblee3.jpg) no-repeat center top;
	color: #666;
	width: 100%;
	display: table;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 140%;
}
a {
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper {
	background-color: white;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#header {
	height: 120px;
  background-color: redx;
 	padding-top: 15px;
	padding-left: 0px;
	border-top: #c2b59b 5px solid;
}
#headerlinks {
	height: 15px;
}

#headerlinks img {
	padding-top: 4px;
}
#headerlinks  a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#headerlinks  a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#logo {
	float: left;
	background-color: bluex;
	padding-left: 0px;
	margin-left: 10px;
	width: 500px;
}
#logo img {
	margin: 0px;
	padding: 0px;
	border: 0px solid #cccccc;

}
#search {
  float: right;
  margin-right: 0px;
  background-color: greenx;
  width: 380px;
  text-align: right;
}
#search {
  float: right;
  margin-right:20px;
  background-color: greenx;
  width: 200px;
  text-align: right;
}
#topmenu {
	margin-bottom: 0px;
  padding: 0px;
	height: 26px;
	text-align: right;
	margin-right: 20px;
		margin-left: 10px;
		margin-bottom: 10px;
	background-color: orangex;
}
#topmenu a {
    font-family: Georgia;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    color: #663300;
    text-decoration: none;
}
#topmenu a.menu-current {
    color: #336633;
    font-weight: bold;
    text-decoration: none;
}
#topmenu a:hover {
	border: 0px solid #90200A;
  text-decoration: underline;
}
#content1 {
}
#content1left {
	width: 790px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: inline;
	background-color: yellowx;
	line-height: 140%
}
#content1left h1 {
font-family: Georgia;
font-style: italic;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.2em;
}
content1left p {
}
#content1right {
	width: 160px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;
	background-color: greenx;
}





#footer {
	float: none;
	margin-top: 0px;
	font-size: 10px;
	padding: 15px 0 5px 0;
	height: 40px;
	background-color: #716658;
}
#footer a {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
}
#footerleft {
	float: left;
	/*width: 580px;*/
	padding-left: 10px;
	background-color: orangex;
	color: white;
}
#footerright {
	float: none;
	/*width: 220px;*/
	text-align: right;
	padding-right: 20px;
	background-color: yellowx;
	color: white;
        margin-top: 20px;
}
#content1rightb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
}

input {
font-size: 11px;
border: #666666 1px solid; 
padding: 2px;
color: black;
}

