@charset "UTF-8";
/* Colors
link blue: 336693
link orange: EB6E2A
*/
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	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: #333333;
	background:url(../images/background_bg.jpg) center repeat-y;
	line-height:150%;
}
#container { 
	background:#FFFFFF;
	width: 750px;
	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. */
} 
#header { 
	padding: 12px 0;
	background:#000000;
} 
#sidebar1 {
	float: left;
	width: 170px; /* 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 6px 15px 0;
	text-align:center;
	border-right:1px solid #999999;
	line-height:60%;
	font-size:13px;
}
#sidebar1 a:link, #sidebar1 a:visited {
	color:#336693;
	text-decoration:none;
	font-weight:bold;
	}
#sidebar1 a:hover {
	color:#C67412;
	}
#constantContact {
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:150%;
	margin-left:1px;
	margin-top:0;
	}
#navcontact {
	font-size:11px;
	}
#booklinks {
	padding:2px;
	background-color: #ECECEC;
	}
#mainContent { /* DIV wraps #logo & #copy */
	margin: 0 0 0 190px;
	padding: 12px 24px 24px 0;
}
#excerpt {
	background:#ECECEC;
	padding:3px 12px;
	}
#logo {
	background:url(../images/logo_bg.gif) repeat-x;
	}
#copy {
	padding:12px 0 0 12px;
	}
#mainContent h1 {
	font-size:17px;
	font-weight:normal;
	text-align:right;
	border-right:48px solid #CCCCCC;
	padding-right:12px;
	}
#mainContent h2 {
	font-size:13px;
	font-variant:small-caps;
	}
a:link, a:visited {
	color:#336693;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#C67412;
	}
.gray_bg {
		background:#ECECEC;
		padding:3px;
}
#footer { 
	padding: 24px 12px 0 0;
	background:#000000;
	text-align:right;
} 
#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 */
	color:#FFFFFF;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	}
#footer a:hover {
	color:#EB6E2A;
	font-weight:bold;
	}
.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;
}
