html, body { 
	margin: 0px;
}

body { 
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
}

a {
	color: #73BD18;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: -8px;
	color: #73BD18;
}	

#header {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 100%;
	height: 120px;
}

#header #logo {
	float: left;
	margin-left: 20px;
	margin-right: 40px;	
}

#header #streamer_title {
	float: left;
}

#header #events {
	font-size: 116px;
	line-height: 83px;
	letter-spacing: 32px;
	text-transform: uppercase;
	font-weight: bold;
}

#header #live {
	text-transform: uppercase;
	letter-spacing: 24px;
	font-size: 26px;
	line-height: 48px;
	margin-left: 7px;
}

#content {
	border: 0px solid red;
	float: left;
}

.clip_title {
	font-size: 16px;
	font-weight: bold;
}

.single_clip {
	margin-bottom: 40px;
}

#footer {
	margin-left: 220px;
	width: 600px;
	border-top: 1px solid black;
	margin-bottom: 20px;
}

#footer a {
	color: black;
}

.text {
	width: 600px;
	font-size: 12px;
	margin-bottom: 10px;
}
.text h1{
	margin-bottom:0px;
}

#language_navigation {
	width: 820px;
	text-align: right;
}

#language_navigation a,
.language_separator {
	float: right;
	margin-left: 6px;
	font-size: 12px;
}

#language_navigation a.active {
	color: black;
}

a.contactLink {
	margin-left: 0px;
}

div#headerNavigation {
	float: left;
	margin-left: 24px;
}

div#headerNavigation a {
	font-size:14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: black;
}

div#headerNavigation a.level_one_selected {
	color: #73BD18;
}
div#headerNavigation a.level_two_selected {
	color: #73BD18;
	margin-left:15px;
	font-size:14px;
}
div#headerNavigation a.level_two {
	margin-left:15px;
	font-size:14px;
}

.level3navigation{
	margin-bottom:20px;
	margin-top:15px;
}
.level3navigation a.level_three {
	font-size:14px;
	color:#000000;
	font-weight:bold;	
}
.level3navigation a.level_three_selected {
	color:#73BD18;
	font-size:14px;
	font-weight:bold;	
}
.separator{
	font-size:14px;
}
div#headerNavigation a:hover {
	color: #73BD18;
}

.check {
	float: left;
}
input[type=text], input[type=submit], input[type=password], textarea.desc {
	border: 1px solid black;
	margin-bottom: 10px;
	width: 210px;
}
textarea.desc {
	height: 58px;
}
.label {
	width: 85px;
	float: left;
	font-weight: none !important;
	font-size: 16px;
}
span.live {
	color: green; 
	font-size: 18px; 
	font-weight: bold;
}
.search_title{
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	color:#73BD18;
}
.searchField{
	border:1px solid #7A7A7A;
	float:right;
	margin-top:5px;
	margin-right:10px;
	width:210px;
}
