body {
	background-image: url('/images/bg.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body a, a:visited {
	text-decoration: none;
	color: #0000AA;
}

body a:hover {
	text-decoration: none;
	color: #AA0000;
}

/*******************************************/
/********** Common Style Settings **********/
/*******************************************/

form label {
	width: 165px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.small_form_label {
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.form_label {
	width: 180px;
	float: left;
	text-align: right;
}

.form_field {
	margin-bottom: 5px;
	vertical-align: top;
}

/****************************************/
/********** Page Layout Styles **********/
/****************************************/

#page_layout {
/*	background: url('/abcbookworld-new/images/shaddowed_bg.png') repeat-y; */
	margin-left: 30px;
	margin-top: 20px;
	width: 1200px;
	height: auto;
	min-height: 600px;
}

#top_header {
	width: 1199px;
	height: 130px;
}

#page_content {
	background: url('/images/content_bg2.png') repeat-y;
	width: 1195px;
	height: auto;
	float: left;
	min-height: 500px;
}

#bottom_footer {
	clear: both;
	width: 1200px;
	height: 130px;
}

/***************************************/
/********** Top Header Styles **********/
/***************************************/

#top_header_shaddow_left {
	background: url('/images/header_shaddow_left.png') no-repeat;
	width: 6px;
	height: 130px;
	float: left;
}

#top_header_middle {
	width: 1180px;
	height: 130px;
	float: left;
	background-color: #ffffff;
}

#top_header_shaddow_right {
	background: url('/images/header_shaddow_right.png') no-repeat;
	width: 6px;
	height: 130px;
	float: left;
}

/********** Top Header (Middle) Styles **********/

#header_top_red_bar {
	width: 1180px;
	height: 15px;
	background-color: #cc3333;
}

#header_top_logo {
	background: url('/images/header_top_logo.png') no-repeat;
	float: left;
	width: 200px;
	height: 115px;
}

#top_menu {
	float: left;
	width: 980px;
	height: 38px;
	font-family: Century, Times, Arial;	
	font-size: 18px;
	line-height: 25px;
	color: #313131;
	background: url('/images/top_menu_bg.png') repeat-x;
	padding-top: 16px;
}

#top_menu a, a:hover, a:visited {
	text-decoration: none;
	color: #000000;
}

#top_menu_link{
	font-weight: bold;
	float: left;
	padding-left: 25px;
}

#header_spacer {
	float: left;
	background: url('/images/header_bottom_line.png') repeat-x;
	width: 980px;
	height: 2px;
}

#page_title {
	float: left;
	width: 750px;
	height: 48px;
/*
	position: absolute;
	left: 234px;
	top: 92px;
*/
	z-index: 0;
	font-family: Century, Times;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 20px;
}

/*****************************************/
/********** Page Content Styles **********/
/*****************************************/
#page_content_middle {
	background-color: #ffffff;
	width: 1180px;
	min-height: 500px;
	margin-left: 6px;
	float: left;
}

/********** Page Content (Middle) Styles **********/

#left_sidebar {
	float: left;
	width: 180px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

#main_content {
	float: left;
	width: 550px;
	margin: 0 20px;
	font-size: 14px;
}

#main_content a, a:visited {
	text-decoration: none;
	color: #0000AA;
}

#main_content a:hover {
	text-decoration: none;
	color: #AA0000;
}

#right_sidebar {
	float: left;
	width: 370px;
/*
	position: absolute;
	left: 830px;
	top: 100px;
*/
	z-index: 99;
}

/********** Search Box Styles **********/

#main_search {
	background: url('/images/index_search_bg2.png') no-repeat;
	width: 550px;
	height: 120px;
	margin-top: 20px;
	text-align: center;
}

#advanced_search {
	background: url('/images/index_search_bg2.png') no-repeat;
	width: 550px;
	margin-top: 20px;
	text-align: center;
}

#search_submit {
	background-image: url('/images/button_search.png');
	width: 83px;
	height: 33px;
	border: 0px solid;
	vertical-align: middle;
	margin-right: 15px;
}

.search_input {
	width: 420px;
	height: 27px;
	vertical-align: middle;
	border: thin solid #AAAAAA;
	font-size: 20px;
}

/********** Right Sidebar Styles **********/

#right_spacer {
	background: url('/images/right_sidebar_vert_divider.png') repeat-y;
	width: 3px;
	height: 450px;
	float: left;
}

#right_sidebar_content {
	width: 215px;
	height: auto;
	float: left;
	line-height: 25px;
	text-align: center;
}

#right_sidebar_horiz_spacer {
	background: url('/images/right_sidebar_horiz_divider.png') repeat-x;
	width: 215px;
	height: 2px;
}

/******************************************/
/********** Bottom Footer Styles **********/
/******************************************/

#bottom_footer_shaddow_left {
	background: url('/images/header_shaddow_left.png') no-repeat;
	width: 6px;
	height: 100px;
	float: left;
}

#bottom_footer_shaddow_right {
	background: url('/images/header_shaddow_right.png') no-repeat;
	width: 6px;
	height: 100px;
	float: left;
}

#bottom_footer_middle {
	float: left;
	width: 1180px;
	height: 100px;
}

#bottom_footer a, a:visited, a:hover {
	text-decoration: none;
	color: #ffffff;
}

#footer_top {
	font-family: Century, Times, Arial;
	background-color: #2c1c07;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	width: 1180px;
	height: 50px;
	color: #ffffff;
}

#footer_bottom {
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	background-color: #231706;
	line-height: 20px;
	width: 1180px;
	height: 45px;
	color: #ffffff;
	padding-top: 5px;
}

/*********************************/
/********** Author Page **********/
/*********************************/

#author_image {
	float: right;
	margin: 10px;
}

/********************************/
/********** About Page **********/
/********************************/

#about_image {
	float: right;
	margin: 10px;
}

/***********************************/
/********** Archives Page **********/
/***********************************/

.year_row {
	display: none;
	height: 250px;
}

.year_row_empty {
	display: none;
	height: 30px;
	text-align: center;
}

#one_issue {
	width: 130px;
	float: left;
	text-align: center;
}

