/* ---------------------- Dolphin nav ---------------------- */
#time4bed-nav{
	position:static;
	height:43px;
	font-size:14px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(images/time4bed_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#time4bed-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#time4bed-nav ul li{display:block;float:left;margin:0 2px;}
#time4bed-nav ul li a{display:block;float:left;color:#ffdab6;text-decoration:none;padding:0 0 0 25px;height:43px;line-height:50px;}
#time4bed-nav ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
#time4bed-nav ul li a:hover{color:#fff;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{
	color:#894d12;
	background:transparent url("images/time2bed_left-ON.gif") no-repeat bottom left;
}
#time4bed-nav ul li a.current span{
	background:transparent url("images/time2bed_right-ON.gif") no-repeat bottom right;
	height:43px;
}
/* ---------------------- END Dolphin nav ---------------------- */

body {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

#content {
	width: 800px;
	margin: 50px auto;
	padding: 10px;
	background: #FFF;
	border: none;
	padding-top: 10px;
}

h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}
