*{
	margin: 0;
	padding: 0;
}

body {
	font: 12px arial, helvetica, sans-serif;
	color: #000000;
	background: #000000;
	margin: -1px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

h2, h4 {
	color: #003471;
}

a:link, a:visited {
	color: #003471;
	text-decoration: none;
}

a:hover {
	color: #9E0B0F;
	text-decoration: underline;
}

#background {
	position: relative;
	margin: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	background: #FFFFFF;
	width: 772px;
	height: 810px;
}

#header {
	position: absolute;
	margin: 0px;
	background: url(images/header.jpg);
	width: 772px;
	height: 216px;
}

#menu_background {
	position: absolute;
	margin-top: 216px;
	margin-left: 0px;
	background: #9E0B0F;
	width: 197px;
	height: 553px;
}

#menu_index {
	position: absolute;
	margin-top: 9px;
	margin-left: 9px;
	width: 179px;
	height: 37px;	
}

#menu_biography {
	position: absolute;
	margin-top: 46px;
	margin-left: 9px;
	width: 179px;
	height: 37px;
}

#menu_issues {
	position: absolute;
	margin-top: 83px;
	margin-left: 9px;
	width: 179px;
	height: 37px;
}

#menu_district_map {
	position: absolute;
	margin-top: 120px;
	margin-left: 9px;
	width: 179px;
	height: 37px;
}

#menu_donations {
	position: absolute;
	margin-top: 157px;
	margin-left: 9px;
	width: 179px;
	height: 37px;
}

#menu_videos {
	position: absolute;
	margin-top: 194px;
	margin-left: 9px;
	width: 179px;
	height: 37px;
}

#menu_photos {
	position: absolute;
	margin-top: 231px;
	margin-left: 9px;
	width: 179px;
	height: 37px;
}

#menu_meet_mike {
	position: absolute;
	margin-top: 268px;
	margin-left: 9px;
	width: 179px;
	height: 37px;
}

#menu_contact {
	position: absolute;
	margin-top: 305px;
	margin-left: 9px;
	width: 179px;
	height: 37px;
}

#district_19 {
	position: absolute;
	margin-top: 372px;
	margin-left: 9px;
	margin-right: 9px;
	width: 179px;
	height: 40px;
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#text_left_column {
	position: absolute;
	margin-top: 221px;
	margin-left: 207px;
	width: 270px;
	height: 545px;
	overflow: auto;
}

#text_right_column {
	position: absolute;
	margin-top: 221px;
	margin-left: 487px;
	width: 270px;
	height: 545px;
	overflow: auto;
}

#text_full_page {
	position: absolute;
	margin-top: 221px;
	margin-left: 207px;
	width: 555px;
	height: 545px;
	overflow: auto;
}

#footer_top {
	position: absolute;
	margin-top: 769px;
	background: #ACACAC;
	width: 772px;
	height: 5px;
}

#footer {
	position: absolute;
	margin-top: 780px;
	width: 772px;
	height: 24px;
	text-align: center;
}

#elephant {
	position: absolute;
	margin-top: 776px;
	margin-left: 50px;
	background: url(images/republican_logo.jpg);
	width: 27px;
	height: 24px;	
}

#footer_bottom {
	position: absolute;
	margin-top: 802px;
	background: #ACACAC;
	width: 772px;
	height: 2px;
}

#black_base {
	position: absolute;
	margin-top: 815px;
	background: #000000;
	width: 772px;
	height: 10px;
}

