@charset "utf-8";

#maincontainer {
	position:absolute;
	left:0px;
	top:0;
	width:1000px;
	z-index:1;
}

#bedheader {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:118px;
	z-index:2;
}

#sideNavigation {
	position:absolute;
	left:0px;
	top:118px;
	width:175px;
	height:592px;
	z-index:5;
	background-image: url(../graphic_images/SideNav_Background.jpg);
	background-repeat: repeat-x;
}
#rightcontainer {
	position:absolute;
	left:175px;
	top:118px;
	width:794px;
	z-index:3;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	height: 1123px;
}
#footer {
	position:absolute;
	left:-1px;
	top:410px;
	width:1000px;
	height:33px;
	z-index:6;
}

.bednavigation a:link,.bednavigation a:visited {
	font-color: default;
	text-decoration: none;
	
}
.bednavigation a:hover,.bednavigation a:active {
	text-decoration: underline;
}

.bednavigation {
		margin: 0;
	font-size: 14px;
	cursor: default;
	width: 173px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-image: url(../graphic_images/crown.gif);
	padding: 0;
	z-index: 4;
	text-decoration: none;
	color: #000000;
}
#maincontainer #sideNavigation #bed_navigation #sssbtn {
	padding-top: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1px;
}
h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1px;
}
h2 a:hover {
	text-decoration: underline;

}
