div#sidebar {
	width: 271px;
	height: auto;
	
	margin: 0px;
	padding: 0px;
	
	float: left;
}

div.sidebar_element_header {
	width: 261px;
	height: 24px;
	
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	padding-top: 8px;
	padding-left: 10px;
	
	text-transform: uppercase;
	font-weight: bold;
	
	overflow: hidden;
	
	background-image: url("images/sidebar_element_header_background.png");
	background-repeat: no-repeat;
}
div.sidebar_element_body {
	width: 266px;
	height: auto;
	
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	
	overflow: hidden;
	
	background-image: url("images/sidebar_element_body_background.png");
	background-repeat: no-repeat;
}


div#mtc_header {
	margin: 0px;
		
	background-image: url("images/mtc_header_background.png");
	
	float: left;
}
span.ourcrew {
	color: #00bbff;
}
.meetthecrew, .meetthecrew a {
	color: #fff;
	text-decoration: none;
}
