@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
	text-align: center;
	position: relative;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #000;
	text-align: right;
}
#wrapper {
	text-align: left;
	
}
#wrapper #header {
	text-align: center;
	margin-bottom: -14px;
	clear: both;

}
#wrapper #header a img {
	float: left;
}

 #wrapper #header h3 {
	text-align: center;
	margin-right: 25px;
	clear: both;
	font-size: 20px;
}

}
#wrapper #nav h3 {
	text-align: right;
	margin-right: 25px;
	clear: both;
}
#wrapper #vid {
	text-align: center;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper #thumb {
	text-align: center;
}
#wrapper #thumb img {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#wrapper #content #image {
}
#wrapper #content #image #img1 {
	width: 100%;
	max-width: 1000px;
}
#wrapper #footer {
	text-align: right;
	margin-right: 3px;
}
#header #nav #left {
	width: 200px;
	float: left;
}
#header #nav #right {
	width: 300px;
	float: right;
}
