/* CSS Document */

body {
	background-image:url(../images/coc/bg_tile.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:90%;
	line-height:130%;
	color:#F3F3F3;
	margin:0;
	padding:0;
}

img {
border:none;
}

#wrapper {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

#header {
	background-image:url(../images/coc/header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:330px;
	float:left;
	margin-bottom:25px;
}

#contentLeft {
	width:525px;
	height:auto;
	margin-right:25px;
	margin-left:15px;
	float:left;
	font-size:88%;
}

#contentRight {
	width:300px;
	height:auto;
	float:right;
	font-size:95%;
	margin-right:15px;
	font-size:88%;
}

#contentHeader {
	width:300px;
	height:200px;
	margin-top:90px;
	float:right;
	font-size:88%;
	margin-right:15px;
}


#footer {
	width:900px;
	height:50px;
	margin-top:50px;
	clear:both;
	text-align:center;
	padding-top:10px;
	background-color:#000000;
	color:#999999;
	font-size:80%;
	background-image:url(../images/coc/footer.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #000066;
}

.listen_btn {
	width:40px;
	float:left;
	margin:10px 15px 0 0;
	text-align:center;
	font-size:9px;
}

.subscribe_btn {
	width:40px;
	float:left;
	margin:10px 15px 0 0;
	text-align:center;
	font-size:9px;
}

.download_btn {
	width:40px;
	float:left;
	margin:10px 0 0 0;
	text-align:center;
	font-size:9px;
}

.buttonHolder {
	width:auto;
	height:50px;
	padding:5px;
	margin:5px;
}

h1 {
	font-size:115%;
	color:#FFFFFF;
}

a:link {
	color:#990000;
}

a:visited {
	color:#990000;
}

a:hover {
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#990000;
}

p {
	margin-top:0;
	padding-top:0;
}

.red {
color:#990000;
}

