/*

	UW 2009 - Main Stylesheet
	Created by Industrial Media/Paul Pritchard
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #464646 url(../images/bg.gif) top left repeat-x;
	margin: 0;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

a.english, a.francais {
	width: 177px;
	height: 49px;
	display: block;
	position:absolute;
}
a.english {
	background: url(../images/btn-english.gif) top left no-repeat;
	width: 177px;
	height: 49px;
	display: block;
	position:absolute;
	top:355px;
	left:262px;
}
a.english:hover {
	background: url(../images/btn-english-on.gif) top left no-repeat;
}
a.francais {
	background: url(../images/btn-francais.gif) top left no-repeat;
	width: 177px;
	height: 49px;
	display: block;
	position:absolute;
	top:355px;
	right:155px;
}
a.francais:hover {
	background: url(../images/btn-francais-on.gif) top left no-repeat;
}