html {
    overflow-y: scroll;
}
body {
	margin: 20px;
	background-color: #FAA61A;
	background-image: url('../../web/images/bg.jpg');
	background-repeat: repeat-x;
}
img {
	border-width: 0px;
}
p {
	margin: 0px 0px 15px 0px;
}
#sitewrapper {
	border: 10px solid #FFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
}
#contentwrapper {
	width: 700px;
	padding-top: 15px;
}
#contentleft {
	width: 400px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
}
#contentleft a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#contentleft a:hover {
	color: #FAA61A;
	text-decoration: underline;
}
#content {
	width: 400px;
}
#contact {
	border-top: 1px dotted #FAA61A;
	width: 400px;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
}
#contentright {
	padding: 10px;
	width: 270px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url('../../web/images/bg-right.gif');
	background-repeat: repeat-x;
}
#header {
	width: 700px;
	padding-bottom: 10px;
}
#headerlogo {
	width: 300px;
	float: left;
}
#headerpara {
	width: 300px;
	float: right;
}
#menu {
	position: relative;
	height: 43px;
	font-size: 14px;
	text-transform: uppercase;
	background: #fff url("../../web/images/menu-bg.gif") repeat-x bottom left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}
#menu ul li{
	display: block;
	float: left;
	margin: 0 2px;
}
#menu ul li a{
	display: block;
	float: left;
	color: #ffdab6;
	text-decoration: none;
	padding: 0 0 0 25px;
	height: 43px;
	line-height: 50px;
}
#menu ul li a span{
	display: block;
	float: left;
	padding: 0 25px 0 0;
	height: 31px;
	width: auto;
}
#menu ul li a:hover{
	color: #fff;
}
#menu ul li a:hover span{
	display: block;
	cursor: pointer;
}
#menu ul li a.current,#time4bed-nav ul li a.current:hover{
	color: #894d12;
	background: transparent url("../../web/images/menu-on.gif") no-repeat top left;
}
#menu ul li a.current span{
	background: transparent url("../../web/images/menu-right-on.gif") no-repeat top right;
	height: 43px;
}

