 /* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	margin:0px auto;
	background: #1B1F4C url(../images/body.gif);
	line-height:18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#696969;
}
a {
	text-decoration:none;
	color:#7d2020;
}
a:hover {
	text-decoration:underline;
	color:#965004;
}
img {border:0;}
p {margin-bottom:16px;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}

h1 {
	display:none;
}

h2 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
	color:#903535;
}

h3 {
	font-size:20px;
	font-weight:normal;
	color:#903535;
	padding:0px;
	margin-bottom:20px;
}
h4 {
	font-size:16px;
	font-weight:bold;
	color:#183176;
	line-height:normal;
	padding:0px;
	margin-bottom:15px;
}

#container {
	margin:0px auto;
	width:950px;
}
#wrapper {
	float:left;
	clear:both;
	background:url(../images/body2.gif) top center repeat-x;
	width:100%;
}
#header {
	float:left;
	clear:both;
	height:372px;
	width:950px;
	background:url(../images/header.jpg) no-repeat;
	margin-bottom:0px;
	margin-top:00px;
}
/*navigation*/
.menu {
	float:left;
	clear:both;
	list-style:none;
	margin-top:300px;
	padding-left:205px;
}
.menu li {
	float:left;
	margin-right:0px;
}
.menu span {
	display:none;
}
.home a {
	float:left;
	background:url(../images/home.jpg) no-repeat;
	width:111px;
	height:38px;
}
.home a:hover, .hactive a {
	background:url(../images/home-over.jpg) no-repeat;
}
.buy a {
	float:left;
	background:url(../images/buy.jpg) no-repeat;
	width:182px;
	height:38px;
}
.buy a:hover, .byactive a {
	background:url(../images/buy-over.jpg) no-repeat;
}
.author a {
	float:left;
	background:url(../images/author.jpg) no-repeat;
	width:245px;
	height:38px;
}
.author a:hover, .aactive a {
	background:url(../images/author-over.jpg) no-repeat;
}
.book a {
	float:left;
	background:url(../images/book.jpg) no-repeat;
	width:134px;
	height:34px;
}
.book a:hover, .bactive a {
	background:url(../images/book-over.jpg) no-repeat;
}
.excerpt a {
	float:left;
	background:url(../images/excerpt.jpg) no-repeat;
	width:134px;
	height:34px;
}
.excerpt a:hover, .eactive a {
	background:url(../images/excerpt-over.jpg) no-repeat;
}
.contact a {
	float:left;
	background:url(../images/contact.jpg) no-repeat;
	width:134px;
	height:34px;
}
.contact a:hover, .cactive a {
	background:url(../images/contact-over.jpg) no-repeat;
}
.reviews a {
	float:left;
	background:url(../images/reviews.jpg) no-repeat;
	width:134px;
	height:34px;
}
.reviews a:hover, .ractive a {
	background:url(../images/reviews-over.jpg) no-repeat;
}
.gallery a {
	float:left;
	background:url(../images/gallery.jpg) no-repeat;
	width:134px;
	height:34px;
}
.gallery a:hover, .gactive a {
	background:url(../images/gallery-over.jpg) no-repeat;
}
.media a {
	float:left;
	background:url(../images/media.jpg) no-repeat;
	width:134px;
	height:34px;
}
.media a:hover, .mactive a {
	background:url(../images/media-over.jpg) no-repeat;
}
.works a {
	float:left;
	background:url(../images/works.jpg) no-repeat;
	width:134px;
	height:34px;
}
.works a:hover, .wactive a {
	background:url(../images/works-over.jpg) no-repeat;
}
/*end navigation*/

#main {
	float:left;
	clear:both;
	background:url(../images/content-bg.gif) repeat-y;
	padding-left:150px;
}
#content {
	float:left;
	clear:both;
	width:570px;
	padding:15px 40px 10px 40px;
	background-color:#f4f0ec;
	overflow:hidden;
}
#c-text {
	float:left;
	clear:both;
	margin-top:-100px;
	position:relative;
	width:600px;
}
#sideleft {
	float:left;
	width:390px;
	padding:0px 0 0 0;
}
#sideright {
	float:left;
	width:220px;
	padding:0 0px 0 0px;
}
#footer {
	float:left;
	clear:both;
	width:650px;
	font-size:10px;
	color:#786859;
	height:23px;
	background:url(../images/footer.gif) repeat-x;/*padding:0px 0 0 10px;*/
}

#footer p{
	padding-top:20px;
	line-height:normal;
	margin:0;
}
#footer a{
	color:#786859;
}

