@charset "UTF-8";
/* CSS Document */

html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-color: #D3D5D7;
}

.background {
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.header {
	background-color: #d20d21;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	border: 0px;
	padding: 0px;
}


.logo {
	/* background-color: #00FF00; */
	position:absolute;
	top: 35px;
	left: 25px;
	width: 272px;
	height: 149px;
	border: 0px;
	padding: 0px;
}

.vote {
	/* background-color: #00FF00; */
	position:absolute;
	top: 35px;
	right: 25px;
	width: 103px;
	height: 72px;
	border: 0px;
	padding: 0px;
}


.vote_fi {
	/* background-color: #00FF00; */
	position:absolute;
	top: 35px;
	right: 25px;
	width: 174px;
	height: 79px;
	border: 0px;
	padding: 0px;
	text-align:right;
}

.navigation {
	/* background-color: #FF0000; */
	position:absolute;
	top: 35px;
	left: 320px;
	width: 295px;
	height: 149px;
	border: 0px;
	padding: 0px;
}

.main {
	/* background-color: #FFFF00; */
	position:absolute;
	top: 205px;
	left: 320px;
	width: auto;
	border: 0px;
	margin-right: 25px;
	padding-right: 25px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: normal;
	font-style: normal;
	text-align:justify;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
	height: 365px;
}

.photo {
	/* background-color: #0000FF; */
	position:absolute;
	top: 205px;
	left: 25px;
	width: 272px;
	height: 365px;
	border: 0px;
	padding: 0px;
}

.footer {
	background-color: #d20d21;
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	border: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.redbox {
	float:left;
	width: 12px;
	height: 12px;
	background-color:#d20d21;
	margin-right: 5px;
	margin-top: 3px;
	
}

H1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

H2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 19px;
}

a:link {
	color:#d20d21;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

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




