@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/containter_border.gif);
	background-repeat: repeat-y;
}
#container_home {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #504f4f;
	background-image: url(images/home_container_bg.gif);
	background-repeat: repeat-y;
} 
#header {
	background-color: #515050;
	background-image: url(images/header.jpg);
	height: 92px;
	width: 960px;
	background-repeat: no-repeat;
} 
#home_header {
	background-color: #515050;
	background-image: url(images/home_header.jpg);
	height: 92px;
	width: 960px;
	background-repeat: no-repeat;	
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 190px -238px 0 0;
}
#sidebar_home {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	z-index: 1;
}
#nav_bar {
	background-color: #020d18;
	height: 23px;
	padding: 5px;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent_home {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #c0c0c0;
	text-align: center;
}
.sidebar_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.sidebar_text a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.sidebar_text a:hover {
text-decoration: none;
}
.sidebar_text a:visited {
	color: #FFFFFF;
}
.bottom_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bottom_text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_text a:hover {
	color: #c0c0c0;
	text-decoration: none;
}
.bottom_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.book_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #504f4f;
	font-weight: bold;
}
.body_text_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #020d18;
	font-weight: bold;
}
.title_home {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}
.subtitle_home {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}
.style1 {
	font-size: 15px;
	color: #CC9999;
}
.nav_text a:link {
color: #c0c0c0;
text-decoration: none;
}
.nav_text a:hover {
color: #ffffff;
text-decoration: none;
}
.nav_text a:visited {
color: #c0c0c0;
text-decoration: none;
} 
a:link {
color: #020d18; 
text-decoration: underline;
}
a:hover {
color: #504f4f;
text-decoration: none;
}
a:visited {
color: #504f4f;
text-decoration: underline;
}
.home_verd_lg_white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.verd_14px_red_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F66;
}
#home_page_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	width: 600px;
	margin-left: 280px;
	text-align: left;
}
#book_cover_home {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	float: left;
	height: 600px;
	width: 260px;
}
#Div1 {
	width:250px;
	height:230px;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: -230px;
}
