* {
	color: #2e2e2e;
	font-size: 14px;
	font-family: Helvetica, sans-serif, Arial, Verdana;
}

body {
	background-position: center top;
	/* background-image: url(/images/framework/header.jpg); */
	background-repeat: no-repeat;
	background-color: #c7b59b;
	padding: 0px;
	margin: 0px;
	
}

#header {
	height: 253px;
	margin:auto;
}

#nav {
	padding-top: 5px;
	height: 150px;
	width: 100%;
	background-color: black;
}

#nav ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 1000px;
}

#nav li {
	float: left;
}

#nav li a:link {
	color: #baa689;
	text-decoration: none;
	padding: 25px;
	display: inline-block;
	font-size: 24px;
}

#nav li a:visited {
	color: #baa689;
	text-decoration: none;
	padding: 25px;
	display: inline-block;
	font-size: 24px;
}

#nav li a:hover {
	color: white;
	text-decoration: none;
	padding: 25px;
	display: inline-block;
	font-size: 24px;
}

#nav li a:acitve {
	color: white;
	text-decoration: none;
	padding: 25px;
	display: inline-block;
	font-size: 24px;
}

#main-wrapper {
	min-height: 400px;
	margin-top: -65px;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(/images/framework/page-bg.jpg);
	clear: both;
        background-color:#e3d4c1;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	width: 900px;
}
#main-content {
	padding: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/images/framework/page-topcap.jpg);
}

#sidebar {
	width: 275px;
	float: right;
}

#footer {
	padding: 30px;
	font-size: 10px;
	text-align: center;
}

#footer a {
	font-size: 1em;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #601912;
	font-size: 40px;
	font-style: italic;
	font-family: Georgia, serif, "Times New Roman", Times;
	margin-top: 0px;
	font-weight: normal;
}

h3 {
	color: #601912;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, serif, "Times New Roman", Times;
	margin-top: 0px;
	font-weight: normal;
}

h4 {
	font-size: 20px;
}

h5 {
}

p {
}

a:link {
text-decoration: none;
}

a:visited {
}

a:hover {
text-decoration: underline;
}

a:active {
}

ul {
}

ol {
}

blockquote {
}

.bookdesc{
font-size: 20px;

}
