#image {
	display:block;
}
#findmore { 
	font-family: Helvetica,Arial,sans-serif; 
	font-size: 1.2em; 
	border: 0px solid rgb(43, 57, 71); 
	padding: 0px;  url('dark-content-bg.gif') repeat-x scroll center top; 
	clear: both; 
	display: block; 
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	min-height: 16px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px; 
	margin-bottom: 20px; 
	margin-left: 640px; 
	margin-right:30px 
}

.main_left {
	float:left;
	width:550px;
}

.main_right {
	float:right;
	width:150px;
}

#latest_show {
	width:400px;
	text-align:left;
	margin-bottom:10px;
}

#featured {
	background-color:#333a3d; 
	margin:5px;
}

#featured ul {
	float:left;
}

#featured li {
	list-style:none;
}

h4 {
	margin:3px;
}

.left-featured {
	float:left;
	width:300px;
}

.right-featured {
	margin-left:300px;
	width:300px;
}

#button-container {
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

.big-button {
	width:33%;
	background-color:#3d87ae;
	padding:5px 52px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #c4d6e0;
	position: relative;
	cursor: pointer;
}

.big-button:hover {
	background-color:#2375a0;
	border:1px solid #7e9fb0;
	color:#b7d7e7;
}
