* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #4e5254;
	font-family: verdana;
	font-size: 80%;
}
a {
	text-decoration: none;
	color: #f7b034;
}
img {
	border: none;
}
p, h2, h3 {
	margin: 8px;
}
#container {
	width: 734px;
	margin: auto;
}

#header {
	height: 125px;
	background: transparent url(/images/container_header.png) no-repeat;
	margin: 0px 6px;
	padding: 0px 10px;
	color: white;
	position: relative;
}
h1 {
	display: none;
}
#titleimg {
	position: absolute;
	left: 20px;
	top: 10px;

}
#needs {
	color: #f7b034;
	position: absolute;
	right: 20px;
	bottom: 25px;
	font-size: 115%;
}
#bookmark {
	position: absolute;
	right: 10px;
	top: 10px;
}

#main {
	background:transparent url(/images/container_bg.gif) repeat-y;
}
#nav {
	float: left;
	left:-20px;
	position:relative;
	width:227px;
	color: white;
}
#navheader {
	background:transparent url(/images/nav_header.gif) no-repeat;
	height:49px;
	width:207px;
	left:-36px;
	bottom:-77px;
	position:relative;
	color: #f7b034;
	padding: 20px 0px 0px 20px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
	
}
#navcontent {
	background: transparent url(/images/nav_bg.gif) repeat-y;
	margin: 0px 0px;
}

#navad {
	background: transparent url(/images/nav_bg.gif) repeat-y;
	margin: 0px 0px;
	padding: 0px 10px 5px 10px;
}

#navcontent ul {
	list-style: none;
	padding: 0px 10px 5px 10px;
}
#navcontent ul li {
	padding: 1px 10px;
	letter-spacing: 1px;
}
#navcontent ul li a {
	color: white;
}
.navHeader {
	border-bottom: 1px solid #f7b034;
	font-weight: bold;
	padding: 2px 0px !important;
	margin: 1px 2px;
	color: #f7b034;
}
#navfooter {
	background:transparent url(/images/nav_footer.png) no-repeat;
	height:57px;
	padding: 6px 10px;
	text-align: center;
}

#content {
	margin-left: 200px;
	margin-right: 8px;
	padding-top: 10px;
}
#footer {
	height: 50px;
	clear: both;
	background:transparent url(/images/container_footer.png) no-repeat;
	color: white;
	text-align: center;
	padding-top: 10px;
}
#footer a {
	color: white;

}

#inner {
	float: left;
	width: 480px;
}
.book {
	float: left;
	width: 109px;
	margin: 5px;
	padding: 5px;
/*	height: 240px; */
}
.book p {
	margin: 5px;
	font-size: 90%;
}
.bookimg {
	width: 100px;
	height: 130px;
	border: 1px solid gray;
}
.book a {
	color: black;
	text-decoration: underline;
}
.bookrating {
	margin: 5px 0px;
}
.central {
	display: block;
	margin: auto; 
	text-align: center;
}
.separator {
	clear: both;
}
.button {
	margin-top: 10px;
	margin-bottom: 10px;
}
#bookdesc ul {
	margin: 0px;
}
#bookdesc li {
	margin-left: 25px;
}

input, select, textarea {
	font-size:11px;
	margin: 2px;
}

form {
	padding: 5px;
}

label {
	float:left;
	width: 100px;
	padding: 0px;
	margin: 2px;
}



#loading {
	text-align:center;
	margin: auto;
	display: block;
}
#cf {
	width: 455px;
	background: #e4e4e4;
	border: 1px solid #4e5254;
	margin-bottom: 10px;
}
#cfInner {
	font-weight:bold;
	position:relative;
	height: 75px;
}

#cfInner p {
	margin: 5px;
	padding: 0px;
}
/*
#cfInner * {
	margin: 0px;
	padding: 0px;
}
#cfRange {
	float:left;width:230px;height:70px;
}
#cfSlider {
	width:200px;height:50px;
}
#cfTrack {
	width:200px;border-top:2px solid #aaa;
}
#cfSort {
	float:left;width:250px;height:70px;
}
*/
#cfRange {
	position:absolute;left: 10px;top: 10px;width:200px;
}
#cfSlider {
	width:200px;
}
#cfTrack {
	width:200px;border-top:2px solid #aaa;
}
#cfSort {
	position:absolute;left: 250px;top: 25px;width:200px;
}
#cfToggle {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#cfBar {
	position:relative;
	height: 30px;
}
#cfStatus {
	line-height: 30px;
}



#bookmarks1 {
	position:absolute;
	right:3px;
	top:30px;
}
#bookmarks1 div {
	background: #F7B034;
}
#bookmarks1 img {
	margin:1px 4px;
}
