.body_back{
	background: #100f0e url(../images/body_back.jpg) repeat-x left top;
	padding: 20px 10% 20px 10%;
}

.container{
	width: 867px;
	height: 704px;
	padding-left: 30px;
	padding-right: 200px;
	background: url(../images/container_back.jpg) no-repeat;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	
}

.copy{
	width:480px;
	padding-top:150px;
	
}

.upcoming{
	background: url(../images/upcoming.gif) no-repeat;
	width:284px;
	height:181px;
	padding:55px 15px 10px 15px;
	font-size:12px;
	line-height:15px;
}

.more{
	padding-top:15px;
	width:162px;
	font-size:15px;
	line-height:22px;
	float:right;
	}

a:link{
	color:#db4047;
	text-decoration:none;
}

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

a:visited{
	color:#db4047;
	text-decoration:none;
}



