body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0;
}
body {
	background-color: #000000;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h2 {
	font-size: 16px;
}

img {
	border: none;	
}

#wrapper {
	width: 850px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 83px;
}

#logo {
	width: 226px;
	height: 83px;
	float: left;
}

#menu {
	float: right;
	height: 23px;
	margin-top: 60px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: right;
	width: 95px;
	height: 23px;
	background-image: url(../images/tab_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: 1px;
	padding-top: 3px;
}

#menu ul li:hover {
	background-image: url(../images/tab_menu_hover.png);
}

#menu ul li.active {
	background-image: url(../images/tab_menu_hover.png);
}

#menu a:link, #menu a:visited {
	color: #492300;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content {
	clear: both;
	background-color: #FFF;
	overflow: hidden;
}

#videos {
	width: 820px;
	margin: 15px;
	overflow: hidden;
}

#display {
	width: 500px;
	height: 290px;
	background-color: #000;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

#movie {
	margin: 10px;	
}

#description {
	width: 300px;
	float: right;
	text-align: justify;
}

#more_videos {
	clear: both;
	background-color: #929279;
	height: 160px;
	overflow: hidden;
}

#more_photos {
	clear: both;
	background-color: #929279;
	height: 155px;
	overflow: hidden;
}

#thumbs {
	margin-top: 10px;
	width: 800px;
	height: 120px;
	overflow: auto;
}

#thumbs_photos {
	width: 800px;
	height: 120px;
	overflow: auto;
}

#thumbs a:link, #thumbs a:visited {
	color: #333;
	text-decoration: none;
}

#thumbs a:hover, #thumbs a:active {
	text-decoration: underline;
	color: #492300;
}

#list_videos {
	margin: 10px;	
}

#list_videos h3 {
	margin-bottom: 0;	
}


#info {
	width: 820px;
	margin: 15px;
	overflow: hidden;
}

#text {
	width: 400px;
	float: left;
	text-align: justify;
}

#images {
	width: 400px;
	background-color: #000;
	overflow: hidden;
	float: right;
	margin-bottom: 10px;
}

#footer, #footer td {
	color: #FFF;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: underline;
}
