@charset "UTF-8";
/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
div {
	position: relative;
}
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;
}
#overwrap {
	width: 920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -460px;
	background-image: url(../_assets/homepage/body_bkg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 738px;
}
*+html #overwrap {
	height: 695px;
}
* html #overwrap {
	height: 695px;	
}
#overwrap p {
	color: #fff;
	text-align: right;
	margin: 676px 110px 0 0;
	font-size: 10px;
}
#wrap {
	position: absolute;
	top: 0;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #fff;
	background-image: url(../_assets/homepage/wrap_bkg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#wrap p {
	color: #000;	
	text-align: left;
	margin: 0;
	font-size: 100%;
}
#header {
	height: 133px;
	width: 800px;
}

#logo {
	height: 133px;
	background-image:url(../_assets/logo.gif);
	background-repeat: no-repeat;
	background-position: 28px 22px;
	width: 40%;
	float: left;
}
#headermenu {
	float: right;
	margin: 30px 20px 0 0;
	width: auto;
}
#headermenu p, a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#headermenu a:hover {
	color: #cc3300;	
}

#montage {
	height: 328px;
	width: 800px;
}
#mp3player1, #mp3player2 {
	position: absolute; 
	width: 35px;
	height: 35px;
	top: 280px;
	left: 280px;
}
#mp3player1 {
	left: 546px;
}
#content {
	margin: 3px 0 0 0;
	padding: 0;
	border-top: 1px solid #000;
	line-height: 1.4;
	width: 800px;
}
#contentL {
	width: 464px;
	padding: 20px 20px 20px 30px;
	float: left;
	height: 81px;
}
#contentL p {
	margin: 0 0 -10px 0;	
}
#contentR {
	width: 276px;
	float: right;
}
#contentR td, #contentR th{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 9px 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: 446px 24px;
	height: 60px;
	width: 800px;
	border-top: 1px solid #000;
	float: left;
}
#footerleaf {
	margin: -100px -58px 0 0;
	float: right;
	position: relative;
	width: 181px;
	height: 171px;
	background-image: url(../_assets/PWCF_star.png);
	background-repeat: no-repeat;
	background-position: top left;	
}
#footer img.wedc {
	position: relative;
	left: 30px;
	top: 10px;
}
#subfooter {
	height: 30px;	
	background-color: #c2c3bf;
}
#subfooter p {
	color: #fff;
	text-align: right;
	margin: 8px 40px 0 0;
	font-size: 10px;
}
