@CHARSET "ISO-8859-1";

body {
background: black;
color: #333;
}
a {
	text-decoration: none;
	color: #7b0848;	
}
a:hover {
		color: #222;	
}
#left_nav {
	width: 220px;	
	height: auto;
}
#main_container a, #main_container img {
 text-decoration: none;
 color: white;
 border: 0px;
}
.link {
	margin: 10px;
	width: 200px;
	text-align: center;
	background: url("images/nav_link.jpg") no-repeat;
}
.link a {
	text-decoration: none;
	color: black;
}
.link:hover {
	background: url("images/nav_link_hover.jpg") no-repeat;
	
}
.link:hover a {
	color: #7b0848;
}
#logo_circle {
	background: url("images/logo_circle.jpg") no-repeat;
	width: 200px;
	height: 230px;
	margin-left: 15px;
}
#top_bar {
	width: 573px;
	height: 83px;
	background: url("images/flash_place.jpg") no-repeat;
	position: absolute;
	left: 250px;
	top: 10px;
	
}
#bottom_bar {
	background: url("images/bottom_bar.jpg") no-repeat;
	height: 70px;
	width: 750px;
	float: left;
	margin-top: 100px;
	bottom: 0px;
	left: 100px;
	margin-left: 40px;
}
.align_left {
	text-align: right;
}
#content {	
	background: #e5e4eb;
	position: absolute;
	left: 250px;
	top: 120px;
	width: 530px;
	padding: 20px;
	height: auto;
}
#top_left {
	width: 18px;
	height: 17px;
	background: url("images/content_top_left.gif") no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#top_right {
	width: 19px;
	height: 17px;
	background: url("images/content_top_right.gif") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
#bottom_left {
	width: 24px;
	height: 17px;
	background: url("images/content_bottom_left.gif") no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#bottom_right {
	width: 37px;
	height: 17px;
	background: url("images/content_bottom_right.gif") no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#right_bar {
	top: 0px;
	width: 20px;
	height: 100%;
	background: url("images/content_right.gif") repeat-y;
	position: absolute;
	right: 0px;
	
}
#cont_bottom_bar {
	bottom: 0px;
	width: 100%;
	height: 17px;
	background: url("images/content_bottom_bar.jpg") repeat-x;
	position: absolute;
	left: 0px;
}
#poster1 {
	background: url("images/bikerevertposter.jpg") no-repeat;
	width: 250px;
	height: 194px;
	
}
#poster2 {
	background: url("images/bikerevertposter2.jpg") no-repeat;
	width: 200px;
	height: 309px;
	color: white;
	
}
#poster3 {
	background: url("images/bikerevertposter2.jpg") no-repeat;
	width: 200px;
	height: 259px;
	color: white;
}
.poster {
	float: left;
	padding: 10px;
	font-size: 30px;	
	text-align: center;
}
ul {
	list-style: none;
	}






