@charset "UTF-8";
.10px_verdana {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
/* CSS Document */

#bg_top {
	background-image: url(images/bg_top_pattern.jpg);
	background-repeat: repeat-x;
	height: 125px;
	position: relative;
	z-index: 1;

}

#bg_mid {
	background-image: url(images/bg_mid_pattern.jpg);
	background-repeat: repeat-x;
	height: 96px;
	position: relative;
	z-index: 1;

}
#bottom_box {
background: url(images/bottom_main.gif) no-repeat;
height: 34px;
width: 880px; 
}

#nav {
	background: #d9b569;
	width: 878px;
	height: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	
}
#book {
	position: absolute;
	z-index: 2;
	top: 250px;
	left: 50px;
	width: 223px;
	height: 299px;
}
#buy_button {
	position: absolute;
	z-index: 2;
	top: 200px;
	left: 100px;
	width: 104px;
	height: 38px;
}
body  {
	background: url(images/bg_pattern.jpg) repeat;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container_body {
	width: 878px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	position: relative;
	z-index: 1;
	text-align: left;
	background: #FFFFFF;
	
}

#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
    margin: -200px auto;
	position: relative;
	z-index: 1;
} 
#header { 
	background: url(images/header.gif) no-repeat;
	height: 78px;
	width: 880px; 
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	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 */
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	color: #000000;
}
#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 */
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#boxContent {
	background-image: url(images/bg_inner_box.gif);
	background-repeat: repeat-y;
	background-position: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#int_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 35px;
	padding-right: 75px;
	padding-bottom: 15px;
	padding-left: 15px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;

} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
}
.box_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.box_content_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #a00000;
}
.home_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 200;
	color: #a00000;
	letter-spacing: 3px;
}
.home_headline_sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 200;
	color: #a00000;
}
.side_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 100;
	color: #a00000;
	letter-spacing: 1px;
}
.side_headline_sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 100;
	color: #a00000;
	letter-spacing: 1px;
}
.headline_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #a00000;
}	
.nav_menu {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.nav_menu a:link {
color: #000000;
text-decoration: none;
}
.nav_menu a:visited {
color: #000000;
text-decoration: none;
}
.nav_menu a:hover {
color: #a00000;
text-decoration: none;
}

a:link {
color: #a00000;
}
a:hover {
color: #d9b569;
}
a:visited {
color: #000000;
}
.white_dot {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
