html, body{
	margin: 0px;
	padding: 0px;
	background: #000;
	font: 12px Arial, Verdana, sans-serif; color: #FFF;
	text-align: center;
}

#main{
	margin: auto;
	width: 800px;
	min-height: 700px;
	text-align: center;
	padding: 0px;
}

#nav{
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 10px;
	width: 100%;
	background: #000;
	text-align: left;
}

#nav a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	margin: 0px 5px 0px 5px;
}

#nav a small{
	font-size: 18px;
	color: #8e1733;
	visibility: hidden;
}

#nav a:hover small{
	visibility: visible;
}

#trailer{
	margin: 70px 0px 30px 0px;
}

#title{
	font-size: 18px;
	text-transform: uppercase;
	width: 400px;
	height: 60px;
	margin: auto;
}

#title #fos{
	color: #8e1733;
	float: left;
	width: 49%;
	text-align: right;
	padding-right: 1%;
}

#title #syb{
	color: #e1cde5;
	float: right;
	width: 49%;
	text-align: left;
	padding-left: 1%;
}

#main #text{
	margin-top: 50px;
	text-align: left;
	line-height: 150%;
}

#main #text blockquote{
	font-size: 14px;
	color: #EFEFEF;
	padding:0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-style: italic;
}

h2{
	font-size: 18px;
	color: #8e1733;
	padding:0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

h1{
	font-size: 14px;
	color: #8e1733;
	padding:0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

.enroll{
	text-decoration: none;
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: -2px;
}

.enroll small{
	color: #8e1733;
	display: none;
}

.enroll:hover small{
	display: inline;
}

.social_bookmark a strong, .social_bookmark .d br{
	display: none;
}

