body, html {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	color: #ffffff;
	background-color: #231f20;
	overflow: auto;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img { border: 0px; margin: 0px; }

a, a:link, a.selected, a:active {
	color: #ffffff;
	text-decoration: none;
	line-height: 130%;
}

a:hover {
	color: #004b3a;
	text-decoration: none;
}

ul {
	width: 500px;
	margin: 0px auto 30px auto;
	padding: 0;
}

li {
	list-style: circle inside none;
	margin-bottom: 5px;
}

#wrapper, #wrapper_video{
	margin: 10px auto;
	position: relative;
}

#wrapper{
	width: 900px;
	text-align: left;
}

#wrapper_video{
	width: 1000px;
	text-align: center;
}

.logo{
	width: 150px;
	display: block;
	margin: 40px auto;
}

.alphabet{
	margin: 5px 0px 0px 120px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	position: fixed;
	width: 10px;
	color: #a0a0a0;
}

.copy{
	color: #CCCCCC;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	bottom: -60px;
	right: -180px;
}

.line-title, .line-title-internal {
	border-bottom: 1px solid #ccc;
	color: #004b3a;
	font-size: 28px;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}

.line-title-internal {
	margin: 40px 1px 50px 1px;
	padding-bottom: 5px;
}

.line-title { margin: 40px 1px 10px 1px; }
	.line-title a{
		color: #004b3a;
	}

.back{
	color: #CCCCCC;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 700px;
	text-align: left;
	margin-top: 50px;
}

.left {
	float: left;
	margin-right: 5px;
}