html {margin: 0; padding: 0;}
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

span {
	font-weight: bold;
	color: #0081a6;
	font-variant: small-caps;
}

/*#wrapper
================================================================*/
#wrapper {
	width: 966px;
	margin: 0 auto;
}

#wrapper img {
	margin: 90px 0 0 0;
}

/*#logo
================================================================*/
#logo img {
	margin: 50px 0 0 185px;
}


/*#content
================================================================*/
#content {
	margin: 60px 0 0 0;
}


/*#english
================================================================*/
#english {
	width: 243px;
	float: left;
	text-align: right;
	margin: 0 0 50px 188px;
}

#english img {
	margin: 0;
}

#english p {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 1.5em;
	text-align: right;
	color: #555;
}


div.outer-eng {
	width: 243px; 
	height: 68px;
	text-indent: -3000px;
}

div.outer-eng a {
	display: block;
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	color: #af1e23;
	background: url(../images/but-english.gif) top left no-repeat;
}

div.outer-eng a:hover {
	display: block;
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	text-align: left;
	text-indent: -3000px;
	color: #fff;
	background: url(../images/but-english.gif) top right no-repeat;
}


/*#french
================================================================*/
#french {
	width: 243px;
	clear: none;
	float: right;
	text-align: left;
	margin: 0 188px 0 50px;
}

#french img {
	margin: 0;
}

#french p {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 1.5em;
	color: #555;
}

div.outer-fr {
	width: 243px; 
	height: 68px;
	text-indent: -3000px;
}

div.outer-fr a {
	display: block;
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	color: transparent;
	background: url(../images/but-french.gif) top left no-repeat;
}

div.outer-fr a:hover {
	display: block;
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	color: transparent;
	background: url(../images/but-french.gif) top right no-repeat;
}

/*#footer
==================================================================*/
#footer {
	clear: both;
	color: #444;
	width: 966px;
	background: url(../images/bottom.gif) no-repeat;
	text-align: center;
}

#footer a {
	color: #444;
}

#footer a:hover {
	color: #bbb;
}

#footer address {
	padding-top: 30px;
	font-style: normal;
}

#footer p {
	margin: 0;
	padding: 10px 0 40px 20px;
}
