/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a img, :link img, :visited img {
	border: none
}

.clear_floats {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0px;
}

html {
	background: #69a;
	font-family: arial, sans-serif;
	text-align: center; /*for IE stupidity*/
	color: #000;
}

body {
	margin: 100px auto 40px auto;
	width: 522px;
	padding: 100px 0 0 0;
	background: #478 url("vote_education.gif") no-repeat center 23px;
}

#container {
	width: 520px;
	border: 1px solid #478;
	text-align: left;
	background: #eee;
}

h2 {
	font-size: 12px;
	color: #256;
}

p {
	font-size: 12px;
	margin: 8px 0 0 0;
}

a {
font-weight: bold;
color: #000;
}

a:hover {
text-decoration: underline;
}

.english {
	float: left;
	width: 229px;
	height: 270px;
	padding: 20px 10px 20px 20px;
	border-right: 1px solid #ccc;
}

.french {
	float: right;
	width: 229px;
	height: 270px;
	padding: 20px 20px 20px 10px;
	border-left: 1px solid #fff;
}