/* 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;
}

/* 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: #e2e3bf;
	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: #683 url("ccr-ccr.gif") no-repeat center 0px;
}

#container {
	width: 520px;
	border: 1px solid #461;
	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;
}

.region {
	color: #fff;
	font-size: 16px;
	font-family: arial, sans-serif;
	padding: 0 0 20px 0;
	font-weight: bold;
	line-height: 18px;
}

.english_link {
	float: left;
	width: 228px;
	padding: 10px 15px;
	border-top: 1px solid #8a5;
	border-right: 1px solid #572;
	border-bottom: 1px solid #572;
	border-left: 1px solid #8a5;
	background: #796;
	text-align: center;
}

.english_link:hover {
	background: #685;
}

.english_link a {
display: block;
	color: #fff;
	text-decoration: none;
}

.french_link {
	float: right;
	width: 228px;
	padding: 10px 15px;
	border-top: 1px solid #8a5;
	border-right: 1px solid #572;
	border-bottom: 1px solid #572;
	border-left: 1px solid #8a5;
	background: #796;
	text-align: center;
}

.french_link:hover {
	background: #685;
}

.french_link a {
display: block;
	color: #fff;
	text-decoration: none;
}

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

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