body{
	margin:0px;
	padding:0px;
	font-family: 'Hammersmith One', sans-serif;
	background:#c9ad8b;
	color: #955251;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#999;
}

a:hover{
	color:#f9f7d4;
}
.clickable{
  cursor:pointer;
  text-decoration:underline;
}


.container{
 	margin:0px auto;
 	width: 1200px;
 	background:#EAD98B;
}

.header{
	border: 1px solid #888888;
	height: 100px;
	background:url('header.png') no-repeat;
}
.headerText{
	margin:20px;
	font-size:3em;
	text-align:center;
	color:#f1f1f1;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #969480;
	text-shadow: 3px 3px 0 #444, -1px -1px 0 #969480, 1px -1px 0 #969480, -1px 1px 0 #969480, 1px 1px 0 #969480;
}
.footer{
	border-top: 2px solid #888888;
	height: 100px;
	background:#EAD98B;
	text-align:center;
}

.contentContainer{

	border: 0px solid #888888;

}

.centerCol{

	margin: 10px 160px 10px 10px;
	padding:10px;
}
.centerColCopy h1, .centerColCopy h2{
	text-align:center;
}

.centerLeftCol{
    float:left;
    width:400px;
}

.centerRightCol{
    float:right;
    width:400px;
    margin-top:10px;
    margin-right:100px;
}
.centerRightCol h3{
    margin: 10px 0px;
}
.centerRightCol ul{
    margin:0px;
    padding-left: 0px;
}

.centerRightCol li{
    list-style:none;
    padding:0px;
    margin-left: 0px;
}

.channels{margin-bottom:10px;}

.channelWrapper{display:inline-block; float:right; text-align:right;}

.channelsTitle{margin:10px 0px; font-weight:bold;}

.rightCol{

	float: right; 
	width: 150px;
	margin: 10px; 
}

#contactForm{
	width:510px;
	margin:10px auto;
}
#contactForm input, #contactForm textarea{
	background:#f9f7d4;
	border:2px solid #666;
	border-radius:4px;
	width:300px;
	height:30px;
	margin:5px 0px;
	font-weight:bold;
	font-size:1.2em;
	padding:2px;
	color:#6c6c68;
}

#contactForm textarea{
	width:500px;
	height:100px;
}

#contactForm .submitButton{
	width:100px;
	height:40px;
	font-size:1.5em;
	font-weight:bold;
}

#contactForm .submitButton:hover{
	cursor:pointer;
}
#contactForm span{
	display: block;
	width:100px;
}

.footerText{
	text-align:center;
	margin-top:20px;
	margin-bottom:15px;	
	font-weight:bold;
	font-size:2em;
}
