@charset "UTF-8";
/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
div {
	position: relative;
}
.green { color: #758e18; }
.red { color: #FF310B; }
body {
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_assets/homepage/bodybkg.png);
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#wrap {
	position: absolute;
	top: 0;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	background-color: #fff;
}
#wrap p {
	color: #000;	
	text-align: left;
	margin: 0;
	font-size: 100%;
}
#header {
	height: 133px;
	width: 900px;
}

#logo {
	height: 133px;
	background-image:url(../_assets/logo.gif);
	background-repeat: no-repeat;
	background-position: 28px 22px;
	width: 30%;
	float: left;
}
#headermenu, #headermenu2 {
	float: right;
	margin: 20px 20px 0 0;
	width: auto;
}
#headermenu2 {
	margin: 68px 20px 0 0;
	white-space: nowrap;
}
#headermenu p, #headermenu a, #headermenu2 p, #headermenu2 a {
	color: #cc3300;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#headermenu2 p, #headermenu2 a {
	color: #868686;
}
#headermenu a:hover {
	color: #868686;	
}
#headermenu2 a:hover {
	color: #cc3300;	
}

#montage {
	height: 369px;
	width: 900px;
}
#mp3player1, #mp3player2 {
	position: absolute; 
	width: 35px;
	height: 35px;
	top: 240px;
	left: 320px;
}
#mp3player1 {
	left: 620px;
}
#content {
	margin: 3px 0 0 0;
	padding: 0;
	border-top: 1px solid #000;
	line-height: 1.4;
	width: 900px;
}
#contentL {
	width: 549px;
	padding: 20px 20px 20px 30px;
	float: left;
	border-right: 1px solid #000;
}
#contentL p {
	margin: 0 0 1em 0;	
}
#contentR {
	width: 300px;
	float: right;
}
#contentR td, #contentR th{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 6px 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}	
#contentR td.last {
	border-bottom: none;
}
#contentR a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#contentR a:hover {
	color: #cc3300;	
}
#footer {
	background-image: url(../_assets/homepage/tagline.gif);
	background-repeat: no-repeat;
	background-position: 236px 12px;
	height: 40px;
	width: 900px;
	border-top: 1px solid #000;
	float: left;
}
#footer img.wedc {
	position: relative;
	left: 599px;
	top: 0;
}
#subfooter {
	height: 30px;	
	background-color: #c2c3bf;
}
#subfooter p {
	color: #fff;
	text-align: right;
	margin: 8px 40px 0 0;
	font-size: 10px;
}
