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

html {
	width: 100%;
}

body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a img {
	border: 0px;
}

div#container {
	width: 1000px;
	border:1px solid #999393;
	border-top: 5px solid #999393;
	border-bottom: 5px solid #999393;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}

div#header {
	width: 1000px;
	height: 58px;
	background: #FFFFFF url(../images/header.jpg) 0px 0px no-repeat;
}

div#footer {
	clear: both;
}

div#topnav {
	background: #999393;
	height: 40px;
	margin-bottom: 5px;
	padding-left: 300px;
}

div#topnav a {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
}

div#topnav a#portfolio {
	background: #999393 url(../images/portfolio.gif) no-repeat;
	margin-left: 10px;
	padding-right: 30px;
}

div#topnav a#portfolio:hover {
	background: #999393 url(../images/portfolio.gif) 0px -40px no-repeat;
	margin-left: 10px;
	padding-right: 30px;
}

div#topnav a#books {
	background: #999393 url(../images/books.gif) no-repeat;
}

div#topnav a#books:hover {
	background: #999393 url(../images/books.gif) 0px -40px no-repeat;
}

div#topnav a#contact {
	background: #999393 url(../images/contact.gif) no-repeat;
}

div#topnav a#contact:hover {
	background: #999393 url(../images/contact.gif) 0px -40px no-repeat;
}

div#content {
	background: #999393;
	clear: both;
	min-height: 500px;
	line-height: 500px;
	position: relative;
}

/*div#info_left {
	background: #FFFFFF;
	height:300px;
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	display: inline;
	line-height: normal;
}*/

div#info_left {
	background: #FFFFFF;
	float: left;
	height: 380px;
	width: 300px;
	margin-top: 60px;
	margin-left: 160px;
	padding-top: 20px;
	padding-bottom: -20px;
}

div#info_right {
	background: #FFFFFF url(../images/contact_img.jpg) no-repeat;
	float: left;
	height: 340px;
	width: 400px;
	margin-top: 60px;
	line-height: normal;
	padding-top: 60px;
}

div#info_links {
	padding-top: 260px;
}

div#info_right p {
	padding: 5px;
}

div#content img, div#loader img {
	vertical-align: middle;
}

div#loader {
	background: #999393;
	clear: both;
	min-height: 500px;
	line-height: 500px;
	vertical-align: middle;
	display: none;
}

div#image {
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#image img {
	margin-top: 50px;
	margin-bottom: 50px;
}

span#book {
	float: left;
}

div#bookslist {
	text-align: left;
}

span#buylink {
	float: right;
}

div.breaker {
	background: #999393;
	margin-top: 5px;
	height: 5px;
}

div.thumbnails {
	padding-top: 5px;
}

div.thumbnails img {
	padding: 4px;
	width: 40px;
	height: 40px;
}

div.contact {
	padding-top: 0px;
	background: #FFFFFF url(../images/contact_details.gif) 90px 0px no-repeat;
	height: 60px;
}

div.book_details {
	line-height: normal;
	padding-top: 30px;
}

div.book_left {
	float: left;
	height: 400px;
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	background: #999393;
}

div.book_centre {
	float: left;
	height: 400px;
	width: 160px;
	margin-right: 10px;
	background: #999393;
}

div.book_centre img{
	padding: 4px;
	vertical-align: bottom;
	width: 30px;
	height: 30px;
}

div.book_right{
	background: #999393 url(../images/loader.gif) 184px 184px no-repeat;
	width: 400px;
	height: 400px;
	float: left;
	display: inline;
}

div.book_right img {
	width: 400px;
	height: 400px;
}

div#buy_info {
	position: absolute;
	left: 860px;
	top: 630px;
	display: none;
	border: 2px solid #000000;
	background: #999393;
	color: #FFFFFF;
	padding: 2px;
}
