body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #a5a4a5;
	font-family: Trebuchet MS, Arial,Helvetica,Verdana,Sans Serif;
	font-size:12px;
}

#content_area {
	width: 811px;
	margin:20px auto;
	text-align:left;
	position:relative;
	z-index:0;
}

#top_bar {
	width: 811px;
	height: 134px;
	background: transparent url('../../_images/common/top_bg.gif') top left no-repeat;
}

#bottom_bar {
	width: 811px;
	height: 134px;
	background: transparent url('../../_images/common/bottom_bg.gif') top left no-repeat;
	font-family: Trebuchet MS, Arial,Helvetica,Verdana,Sans Serif;
	font-size: 11px;
}

#content {
	width: 751px;
	padding: 30px;
	background-color: #FFFFFF;
}

#cookies_text {
	float: left;
	font-family: Trebuchet MS, Arial,Helvetica,Verdana,Sans Serif;
	font-size: 10px;
	color: #DDDDDD;
	margin-left: 10px;
	margin-top: 4px;
}

#copyright_text {
	float: right;
	font-family: Trebuchet MS, Arial,Helvetica,Verdana,Sans Serif;
	font-size: 10px;
	color: #DDDDDD;
	margin-right: 10px;
	margin-top: 4px;
}

#logotext {
	float: left;
	margin-left: 260px;
	margin-top: 40px;
	width: 300px;
	
}

#navigation {
	float: left; 
	margin-top: 0px;
	margin-left: 260px;
}

.navigation_item {
	float: left;
	margin-right: 10px;
}

.navigation_item a{
	font-family: Trebuchet MS, Arial,Helvetica,Verdana,Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.navigation_item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#startpage_left_col {
	width: 355px;
	float: left;
	border-right: 2px solid #000000;
	padding-right: 30px;	
}


#startpage_right_col {
	width: 342px;
	float: left;
	margin-left: 20px;	
}

#report_content {
	width: 500px;
	float: left;	
}

#report_archive {
	width: 200px;
	float: left;
	margin-left: 50px;	
}

.archive_item {
	float: none;	
}


.archive_item a{
	text-decoration: none;
	color: #000000;	
}

.archive_item a:hover{
	text-decoration: underline;
	color: #000000;		
}
#books_container {
	float: left;
	width: 520px;
}
.book_item {
	width: 520px;
	float: left;
	border-bottom: 1px dotted #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.book_col1 {
	float: left;
	width: 250px;
	margin-left: 20px;
}
.book_col2 {
	float: left;
	width: 200px;
	
}
.book_col3 {
	float: left;
	width: 50px;
}

.book_details {
	clear: both;
	padding: 20px;
	border-bottom: 5px solid black;
		
}

.book_link {
	color: #000000;	
}
.book_link :hover{
	color: #AA0000;	
}

.buy_container {
	width: 100%;
	border-top: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

.buy_item {
	clear: both;
	height: 20px;
	border-bottom: 1px dotted #000000;
}

.buy_col1 {
	float: left;
	width: 150px;
}

.buy_col2 {
	float: left;
}

.buy_col3 {
	float: right;
}

.buy_col3 a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.buy_col3 a:hover{
	color: #000000;
	text-decoration: underline;
}

#books_banner_area {
	float: left;
	width: 200px;
	margin-left: 30px;
}

.common_link_black {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.common_link_black:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}