body {
	background-image: url(images/bg_stripe.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet MS";
	font-size: 12px;
}
#tree {
	background-image: url(../menssana_main/images/bg_flower2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 308px;
	height: 525px;
}
#search {
    position: absolute;
	left: 490px;
	top: 50px;
	width: 200 px;
	height: 50px;
}
#search input {
    color: #AD8E77;
}
input {
    border: 1px solid #AD8E77;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #FFFFFF;
}
input.radio {
    border: none;
}
#header {
	position: absolute;
	height: 50px;
	width: 200px;
	top: 100px;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	left: 500px;
}
#menu {
	position: absolute;
	top: 190px;
	height: 20px;
	width: 500px;
	text-align: right;
	color: #AD8E77;
	font-size: 11px;
	left: 200px;
}
#menu a {
	color: #AD8E77;
	text-decoration: none;
}
#menu a.current {
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	position: absolute;
	top: 230px;
	left: 290px;
	line-height: 17px;
	width: 425px;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #88822F;
}
h3 {
	color: #88822F;
	font-weight: bold;
}
#submenu {
	position: absolute;
	left: 70px;
	top: 325px;
	width: 210px;
	line-height: 19px;
}
#submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-image: url(images/bullet.gif);
}
#submenu a {
	color: #AD8E77;
	text-decoration: none;
	line-height: 19px;
}
#submenu a:hover {
	text-decoration: underline;
}
#content a {
	color: #88822F;
}
#content a:hover {
	text-decoration: none;
}
#toTop {
  width:100px;
  z-index: 10;
  background:#FFF; 
  text-align:center; 
  padding:5px; 
  position:fixed; 
  bottom:0px; 
  left:0px; 
  cursor:pointer; 
  display:none; 
  color:#AD8E77;
  font-size: 1em;
}
#toTop:hover {
  background-color: #AD8E77;
  color: #FFF;
}
