/* CSS Document */

html {

	height:100%;

}

body {

	margin:0px;
	height:100%;
	background-color:#ffffff;
	
}

.banner {
	position:absolute;
	left:50%;
	margin-left:-345px;
	height:384px;
	width:750px;
	z-index:4;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	z-index:1;

}


.main_table {
	position:absolute;
	height:100%;
	width:711px;
	left:50%;
	margin-left:-345px;
	background-image:url(images/background_main.gif);
	background-repeat: repeat-y;
	border: 1px solid #A65D5D;
	z-index:2;
}


.headers {

	margin-bottom:4px;

}


.buttons {

	position:absolute;
	width:134px;
	left:50%;
	top:51px;
	margin-left:231px;
	z-index:5;

}

.book_covers {

	float:left;
	margin-right:7px;
	margin-top:4px;
	margin-bottom:0px;

}


.text {
	margin-top:250px;
	margin-left:25px;
	width:510px;
	z-index:5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border: 0px solid #003399;
	line-height:18px;
	margin-bottom:10px;
	color:#323232;
}


IFRAME {

	height: 308px;
	width: 314px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.slideshow_container {
	height: 308px;
	width: 314px;
	background-color:#EFEBE1;
	
}

.slideshow_text {

	width: 305px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:3px;
	line-height:13px;
	/*border: 1px dotted #00FF33;*/
}

.slideshow_buttons {

	position:relative;
	margin-top:-16px;
	margin-left:190px;
	height:17px;
	width:115px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	font-weight:bold;
	background-color:#FFFFFF;
		
}


.slideshow_buttons A:link {color: #000000; text-decoration: none; font-weight: bold;}
.slideshow_buttons A:visited {color: #000000; text-decoration: none; font-weight: bold;}
.slideshow_buttons A:hover {color: #cccccc; text-decoration: underline; font-weight: bold;}



.footer {

	height:15px;
	padding-top:2px;
	background-color:#A65D5D;

}


h1 {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	color:#555555;

}

.border {

	border: 1px solid #A65D5D;
}

A:link {color: #BF191C; font-style: nounderline; text-decoration:underline; font-weight: normal;}
A:visited {color: #BF191C; font-style: nounderline; text-decoration: underline; font-weight: normal;}
A:hover {color: #333333; font-style: nounderline; text-decoration: none; font-weight: normal;}

