/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C43000;
	min-width:800px;
	background-image:url(images/JPeterson-Bkg.gif);
	background-repeat:repeat-x;
}

#wrapper {
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

/* Header Style */
#header {
	width: 800px;
	heigth: 167px;
}
/* End Header Style */

/* Nav Style */
#topnav {
	background-image:url(/images/JPeterson-Nav_Bkg.png);
	background-repeat:no-repeat;
	width:842px;
	height:28px;
	margin-left:-21px;
	margin-top:-3px;
	line-height:28px;
	font-size:1.6em;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}

#topnav a {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav a:hover {
	color: #FFFF33;
}

.current, #topnav .current_page_item a {
	color: #FFFF33 !important;
}
/* End Nav Style */

/* Content Styles */
#content {
	background-color:#FFFFFF;
	width: 385px;
	padding-top: 43px;
	padding-bottom:20px;
	padding-left:47px;
	padding-right:10px;
	float:left;
	font-size:1.25em;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	line-height:1.15em;
	color:#330000;
}

h2 {
	color:#0033CC;
	padding:1px;
	font-size:3em;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}

h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

#rightside {
	width:358px;
	height:571px;
	float:right;
}
/* End Content Styles */

/* Footer Styles */
#footerbar {
	display:block;
	background-image:url(/images/JPeterson-Footer_Bar.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:58px;
	width:800px;
	clear:both;
}

#footernav {
	width:800px;
	height:25px;
	margin:10px auto 10px auto;
	clear:both;
	color:#FFFFFF;
	text-align:center;
	line-height:1.3em;
}

#footernav a {
	color:#FFFFFF;
	text-decoration:none;
}

#footernav a:hover {
	color:#000033;
}
/* End Footer Styles */

/* Misc Styles */
.quote {
	color:#000066 !important;
}

.quote_attrib {
	color:#000066 !important;
	text-align:right;
}

	
