body  {
	background: #99938c;
	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;
}
.body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}
.body12px_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}
.book_title_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.headline_text {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #c82e22;	
}
.copyright_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.small_text_white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.sidebar_interior_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;	
}
#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #1d2c49;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ebe6d9;
	background-image: url(images/mountain_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#side_stripe {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/blue_bg.png);
	background-repeat: repeat-y;
	background-position: right;
}
#container_interior {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #1d2c49;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ebe6d9;
	background-image: url(images/sidebar_interior_bg.png);
	background-repeat: repeat-y;
	background-position: left;
} 
#header {
	background-image: url(images/header_new.gif);
	background-repeat: no-repeat;
	height: 87px;
} 
#navbar {
	font-family: verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #1d2c49;
	background-color: #e9d8a0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1d2c49;
	border-bottom-color: #1d2c49;
	text-align: center;
	height: 31px;
} 
#navbar a:link {
	color: #1d2c49;
	text-decoration: none;
} 
#navbar a:visited {
	color: #1d2c49;
	text-decoration: none;
} 
.headline_text {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #c82e22;
} 
a:link {
	color: #006;
	text-decoration: none;
} 
a:hover {
	color: #1d2c49;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #006;
} 
#footer a:link {
    color: #1d2c49;
	text-decoration: underline;
} 
#footer a:hover {
	color: #c82e22;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;	
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#blog {
	background-color: #FFF;
	border: 1px solid #1d2c49;
	padding: 5px;
	text-align: left;
}
#sidebar_interior {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(images/mountain_sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 315px; /* 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 */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar_feature {
	background-color: #FFF;
	border: 1px solid #1d2c49;
	padding: 5px;
	width: 550px;
	float: left;
}
#mainContent {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 255px;
}
#mainContent_interior {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 245px;	
} 
#footer {
	background:#99938c;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: verdana;
	font-size: 10px;
	color: #000;
} 
#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;
	margin-top: 3px;
	margin-bottom: 6px;
}
.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;
}
.photo_and_caption {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 210px;
}
.book_subtitle_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 200;
}
.text_11px_verd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	list-style-type: square;
}
.red_text {
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
