/* 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: #fff url("bg.jpg") no-repeat center top;
	font-family: arial, sans-serif;
	text-align: center; /*for IE stupidity*/
}

body {
	margin: 130px auto 40px auto;
	width: 900px;
	height: 550px;
}

#container {
	width: 880px;
	margin: 0px auto;
	text-align: center;
}

h1 {
	font-family: arial, sans-serif;
	font-weight: normal;
}

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

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

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

a:hover {
text-decoration: underline;
}

.english {
	float: left;
	margin-top: 130px;
	width: 370px;
	height: 160px;
}

.french {
	float: right;
	margin-top: 130px;
	width: 370px;
	height: 160px;
}

#contact {
	margin: 250px 0 0 0;
}
