
#left {
	float:left;
}

#right {
	float:right;
}

#clearer {
clear:both;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #d94136;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #d94136;
	text-decoration: none;
	font-weight: bold;
}
A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #d94136;
	text-decoration: none;
	font-weight: bold;
}
A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#wrapper1 {
	float:left;
}

#wrapper2 {
	float:right;
}