*{
	padding: 0;
	margin: 0;
}

@font-face {
    font-family: 'celtichand';
    src: url('fonts/celtichd-webfont.eot');
    src: url('fonts/celtichd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/celtichd-webfont.woff') format('woff'),
         url('fonts/celtichd-webfont.ttf') format('truetype'),
         url('fonts/celtichd-webfont.svg#CelticHandRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
	color: #606000;
}

img{
	border: 0px;
}

body{
	color: #333;
	background: url("images/bg.png");
	font-family: "georgia", "times new roman", serif;
	line-height: 1.5em;
	text-align: center;
}

h1{
	display: inline;
	font-family: "celtichand";
	font-size: 42px;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	line-height: 2em;
}

h2{
	display: inline;
	font-family: "celtichand";
	font-size: 26px;
	background-image: url("images/bullet_small.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
	line-height: 2em;
	text-decoration: underline;
}

h3{
	font-weight: bold;
	font-size: 18px;
}

table{
	margin: auto;
}

.box{
	background: #FDFCF5 url("images/boxbg.png") repeat-x;
	border-bottom: solid 1px #E1D2BD;
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 20px 0px;
}

.door{
	position: absolute;
	top: 40px;
	color: white;
}


.door a{
	color: white;
	font-family: celtichand;
	font-size: 30px;
}

.indent{
	margin-left: 40px;
	margin-bottom: 15px;
}

.pollbar{
	border: solid 1px grey;
	background: url('images/bg_poll.png');
	margin-bottom: 10px;
}

.nominee{
}

#content{
	padding: 0px 30px 20px 30px;
	background: white;
	text-align: left;
}

#content p{
	padding-bottom: 15px;
	font-size: 18 px;
}

#content ul li{
	margin: 0px 0px 10px 40px;
	font-weight: bold;
}

#footer{
	position: relative;
	font-family: "georgia", "times new roman", serif;
	color: #505050;
	background: white;
	font-size: 11px;
	padding: 5px 30px 30px 30px;
}

#footer a{
	text-decoration: none;
	color: #505050;
}

#left{
	width: 680px;
	overflow: hidden;
	font-size: 16px;
	padding: 40px 0px 0px 0px;
}

#right {
	padding: 40px 0px 0px 0px;
	float: right;
	width: 240px;
}

#bg_top{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 275px;
	z-index: -1;
	background: url("images/bg_top.png");
}

#page{
	position: relative;
	top: 40px;
	margin: auto;
	width: 1000px;
	background: white;
	text-align: left;
}

#menu{
	position: relative;
	width: 990px;
	height: 41px;
	margin: auto;
	background: url("images/menubg.png");
}

#menu ul{
	text-align: center;
}

#menu ul li{
	display: inline;
	font-size: 16px;
}

#menu ul li a{
	display: inline-block;
	height: 21px;
	padding: 10px 20px 10px 20px;
	color: white;
	text-decoration: none;
}

#menu ul li a:hover{
	background: url("images/menubg_hover.png");
}
	
#greenheader{
	position: relative; 
	width: 1000px; 
	height: 278px; 
	background: url(images/greenheader.png);
}

#greenheader p{
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#jointext{
	text-align: center;
}

#jointext p{
	font-size: 18px;
	padding: 0px 0px 20px 0px;
}

#login{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: auto;
	text-align: center;
}

#ballot{
	position: relative;
	padding: 10px;
	height: 500px;
	border: solid 2px grey;
}

#ballot_graph{
	position: absolute;
	overflow: hidden;
	top: 10px;
	right: 10px;
	width: 450px;
}

#ballot_box{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 450px;
	background: url('images/bg_ballot.png');
	text-align: center;
	padding: 15px 0px 15px 0px;
}

#ballot_box a{
	text-decoration: none;
}

#ballot_box a:hover{
	text-decoration: underline;
}