@charset "utf-8";
/* CSS Document */
/* october17design */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(img/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #003399;
	margin: 30px 0px 30px 0px;
}
img {
	border: 0; /* removes borders from ALL images */
}
#wrapper {
	background-color: #ffffff;
	color: black;
	position: static;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 201px;
	width: 700px;
	margin: 0px 0px 0px 0px
}
#header h1 {
	color: #ffffff;
	position: relative;
	top: 80px;
	left: 45px;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	letter-spacing: .2em;
}
#main {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 10px;
}
#content {
	margin-left: 240px; /* places content area to the right of sidebar */
	width: 440px; /* width of entire content area */
	color: #333333; /* default text color */
	text-align: justify; /* justify! */
}
#content .inner {
	margin-top: 1em;
}
#content .inner li {
	padding: .2em .4em .6em 2em;
	background-image:url(img/hand-bullet.gif);
	background-repeat:no-repeat;
	background-position: left top;
	list-style-type:none;
	margin-left: -30px;
	
}
#content .inner h2 {
	color: #003399;
	padding: 0em 0em 0.2em 0.6em;
	border-bottom: 1px solid #cccccc;
	font-size: 120%;
	margin: 0;
	font-weight: bold;
}
#mainfeature {
	background-image: url(img/mainimg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #000000;
	height: 272px;
	padding: 1em 0.1em 0.1em 160px;
	text-align: right;
}
#mainfeature .inner {
	padding-right: 1em;
}
#mainfeature h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: .1em;
	padding-right: .8em;
	font-size: 120%;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
#sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 0;
	left: 15px;
	width: 220px;
	color: #333333;
	margin: 0;
	padding: 0;
}
#sidebar h3 {
	color: #333333;
	padding: 0em 0em 0.2em 0.6em;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	margin: 0;
	font-weight: bold;
}
#sidebar ul {
	padding: 10px 30px 0px 0px;
	margin: 0;
	text-align: left;
}
#sidebar li {
	background-color:#ffffff;
	font-size: 75%;
	letter-spacing: 0.1em;
	list-style:none;
	margin: 0px;
	padding-left: 25px;
}
#sidebar .affiliates {
	margin: 0;
	margin-left: -5px;
	padding-left: -5px;
}
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #336699;
}
#sidebar a:hover, #sidebar a:active {
	color: #333333;
	text-decoration: underline;
}
#sidebar .inner {
	padding: 10px;
}
#footer8 {
	clear: both;
	background-color:#003399;
	background-image:url(img/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
}
#footer8 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-top: 1px solid #cccccc;
	margin-left: 15px;
	margin-right: 15px;
}
#footer8 a:link, #footer8 a:visited {
	text-decoration: none;
	color: #003399;
}
#footer8 a:hover, #footer8 a:active {
	text-decoration: underline;
	color: #0033FF;
}
#credits {
	background-color:#003399;
	text-align: center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 1px solid #336699;
}
#credits a:link, #credits a:visited {
	text-decoration: none;
	color: #cccccc;
}
#credits a:hover, #credits a:active {
	text-decoration: underline;
	color: #336699;
}