
body {
	background-color: #195480;
	background-image: url("../images/election/backgrounds/main.gif");
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#centered {
	vertical-align: middle;
	text-align: center;
}

#content {
	width: 800px;
	/*background-color: white;*/
	/*border: 1px solid white;*/
	position: relative;
	margin: 0 auto;
}

#gop {
	left: 0px;
	top: 0px;
	position: absolute;
}

#name {
	left: 370px;
	top: 31px;
	position: absolute;
}

#candidate-text-div {
	top: 58px;
	left: 422px;
	width: 380px;
	position: absolute;
}

#candidate-text {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 18px;
	font-weight: bold;
	/*color: #FFFFFF;*/
	color: #E4E4E4;
	text-align: right;
	vertical-align: middle;
}

#menu {
	margin: 0 0 0 0;
	top: 110px;
	left: 0px;
	width: 800px;
	height: 234px;
	background-color: #FFFFFF;
	/*border: 1px solid red;*/
	position: relative;
}

#flag {
	top: 5px;
	left: 6px;
	width: 555px;
	height: 224px;
	position: absolute;
}

#portrait {
	left: 25px;
	top: -100px;
	width: 295px;
	height: 329px;
	position: absolute;
}

#team-button {
	left: 569px;
	top: 5px;
	width: 224px;
	height: 72px;
	position: absolute;
}

#inform-button {
	left: 569px;
	top: 82px;
	width: 224px;
	height: 72px;
	position: absolute;
}

#donate-button {
	left: 569px;
	top: 159px;
	width: 224px;
	height: 72px;
	position: absolute;
}

#main {
	top: 346px;
	left: 0px;
	background-color: #195480;
	/*border: 1px solid green;*/
	height: 200px;
	width: 800px;
	position: absolute;
}

#left-column {
	left: 0px;
	top: 0px;
	background-color: #195480;
	width: 564px;
	position: absolute;
	/*border: 1px solid yellow;*/
}

#right-column {
	left: 564px;
	top: 0px;
	background-color: #103B5B;
	height: 720px;
	width: 236px;
	position: absolute;
	background-image: url("../images/election/backgrounds/menu.png");
	background-repeat: repeat-x;
	background-position: top;
	/*border: 1px solid red;*/
}

.fire {
	margin-right: 7px;
	margin-bottom: 5px;
	height: auto;
	width: auto;
	float: left;
}

.bullet {
	margin: 0px 5px 0px 0px;
}

#social {
	position: relative;
	float: left;
	top: 12px;
	width: 236px;
	height: 50px;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 2px solid #ed2c47;
	margin:  15px 10px 0px 10px;
}

p {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #E4E4E4;
	text-align: left;
	margin:  15px 5px 0px 10px;
}

p a {
	color: #80B6E2;
}

ol {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #E4E4E4;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 5px;
}

li {
	list-style-type: decimal;
}

ol a {
	color: #80B6E2;
}

#footer {
	top: 1150px;
	left: 0px;
	width: 800px;
	height: 75px;
	border-top: 4px solid #ed2c47;
	border-bottom: 2px solid #0d233a;
	position: absolute;
	background-image: url("../images/election/backgrounds/footer.png");
	background-repeat: repeat-x;
	background-position: top;
}

#footer p {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin:  15px 5px 0px 10px;
	font-weight: bold;
}