/* CSS Document */

body {
	background-color:#FFFFFF;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	}

#header {
	width:900px;
	height:auto;
	margin:0 auto;
	background:url(../images/page-pro.jpg) no-repeat;
	text-align:left;
}


#intro {
	width:490px;
	height:auto;
	font-size:16px;
	letter-spacing:-1px;
	color:#630011;
	font-weight:normal;
	padding:270px 0 0 0;
	text-align:left;
	
}

	
#content {
	width:940px;
	height:auto;
	margin:0 auto 3px auto;
	font-size:11px;
	color:#FFFFFF;
	clear:both;
}

#zone {
	width:500px;
	text-align:left;
	padding:5px 20px;
	margin:10px 10px 0 0;
	background:#FFFFFF;
	color:#000000;
	float:left;
	border-right:1px solid #ddd;
	clear:both;
}

.img {
	clear:both;
	margin:0 auto 2px auto;
	text-align:center;
}

#right {
	width:360px;
	float:right;
	margin:10px 0 0 0;
	text-align:left;
	color:#333;
}

#player {
 background:#FFFFFF;
}

#footer {
	clear:both;
	width:900px;
	height:35px;
	margin:0 auto 3px auto;
	vertical-align:top;
	font-family:"Lucida Grande",Arial, sans-serif;
	font-size:11px;
}

#footer img {
	vertical-align:top;
	margin:20px 5px 5px 5px;
}

#newsletter {
	float:left;
	margin:0 0 0 40px;
	color:#000;
}

#socialicons {
	float:right;
	margin:0 80px 0 10px;
}

h1 {
	font-size:16px;
	letter-spacing:-1px;
	color:#630011;
	font-weight:normal;
	margin-bottom:5px;
	line-height:18px;
}

h2 {
	font-size:12px;
	color:#000;
	font-weight:bold;
	letter-spacing:0;
	text-align:left;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#630011;
	text-decoration:underline;	
}

p {
	margin:4px 0 6px 0;
	color:#000000;
	text-align:left;
}

