body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: small;
	background: url(../images/background.jpg) top left #DEDEDE;
	}
h2 {
	font-size: 140%;
	color: #003D76;
	}
h3 {
	font-size: 120%;
	color: #333;
	}
#wrapper {
	margin: 0 auto;
	width: 760px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background: url(../images/column.png) repeat-y #FFF;
	}
#banner {
	margin-left: 190px;
	}
#banner img {
	padding-top: 10px;
	}
#navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navigation li {
	
	}
#navigation li a {
	display: block;
	width: 8em;
	height: 2em;
	padding: .25em .5em;
	line-height: 2em;
	background: #FFF;
	text-decoration: none;
	color: #BC0030;
	letter-spacing: .07em;
	border-bottom: 1px dotted #003D76;
	/*border-left: 5px solid #FFF;*/
	}
#navigation li a:hover {
	border-bottom: 1px solid #BC0030;
	/*border-left: 5px solid #BC0030;*/
	}
#home #home-on a {
	color: #003D76;
	}
#issues #issues-on a {
	color: #003D76;
	}
#help #help-on a {
	color: #003D76;
	}
#contact #contact-on a {
	color: #003D76;
	}

#left-column {
	width: 150px;
	padding: 0;
	float: left;
	font-size: 90%;
	text-align: center;
	}
#pete {
	margin-left: -1px;
	}
#left-column h4 {
	color: #003D76;
	font-size: 110%;
	}	
#campaign-committee {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#campaign-committee li {
	color: #003D76;
	padding-bottom: .5em;
	font-style: italic;
	}

#content {
	line-height: 1.5em;
	margin: 40px 40px 40px 190px;
	}
	
#vote {
	width: 150px;
	padding: 0 5px 10px 5px;
	margin: 0 0 10px 20px;
	float: right;
	font-size: 90%;
	border: 5px double #BC0030;
	line-height: 1.3em;
	text-align: center;
	color: #003D76;
	
	}
#vote h4 {
	margin: 0 auto -.5em auto;
	width: 3em;
	/*border: 1px solid red;*/
	/*text-transform: uppercase;*/
	font-family: Rockwell, Georgia, serif;
	color: #BC0030;
	background: #FFF;
	font-size: 250%;
	line-height: 1.5;
	z-index: 2;
	}

#endorsed {
	clear: right;
	width: 150px;
	padding: 5px;
	margin: 10px 0 10px 20px;
	float: right;
	font-family: Rockwell, Georgia, serif;
	font-size: 100%;
	border: 5px double #003D76;
	line-height: 1.3em;
	text-align: center;
	color: #003D76;
	}
#endorsed strong {
	color: #BC0030;
	font-size: 140%;
	line-height: 1em;	
	}

#footer {
	margin-left: 190px;
	padding: 1.5em 0;
	font-size: smaller;
	font-style: italic;
	color: #003D76;
	}
	
#footer {
	clear: both;
	margin-left: 190px;
	padding: 1.5em 0;
	font-size: smaller;
	font-style: italic;
	color: #003D76;
	}
	
#issues dl dt {
	font-weight: bold;
	color: #333;
	}
#issues dl dd {
	margin: .5em 0 2em 2em;
	padding: 0;
	}
	
ol li {
	margin-bottom: 1em;
}
	