body, body.start {	
	padding: 0;
	margin: 0;
	text-align: center;
	font: 11px/1.6 Arial, sans-serif;
	text-transform: uppercase;
	line-height: 13px;
	color: #000000;
	background: url(img/bg.gif) top center repeat-y #000000;
}
body.start {
	background: #000000;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #fd0a74;	
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #fd0a74;
}
a.selected {
	background-color: #fd0a74;
	color: #FFFFFF;
}

#main {	
	width: 700px;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
}

#intro {
	margin: 20px auto;
}

#logo {
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #000000;
}
.title {
	margin-top: 1px;
	margin-left: 5px;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.subtitle {
	margin-top: -5px;
	margin-left: 5px;
	font-size: 25px;
	line-height: 25px;	
}

#nav {
	height: 20px;
	width: 100%;
	border-bottom: 1px solid #000000;
}
#nav a {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}
.spacer_left {
	margin-left: 5px;
}
.spacer_middle {
	margin-left: 40px;
}

#content {
	position: relative;
	width: 100%;
}

.news_item {
	margin: 10px 5px 20px 5px;
}
.news_item div {
	margin: 0px;
	line-height: 12px;
}
.news_item .date {
}
.news_item .title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}
.news_item .info_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
.news_item .subtitle {
	font-size: 12px;
	margin-bottom: 5px;
}
.news_item .body {
}

.email {
}
.content_img_right {
	margin: 10px auto;
}
.contact {
	margin: 10px 5px 20px 5px;
	text-align: left;
}

.trailer {
	margin: 50px 5px 100px 5px;
}
.trailer_title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px;
}

.black_bar {
	margin: 20px 5px 10px 5px;
	overflow: hidden;
	height: 160px;
	width: 690px;
	background-color: #000000;
}
.black_bar .inner {
	width: 1000px;
}
.black_bar img {
	float: left;
	margin: 5px 20px 5px 0px;
}
