@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eaeaea;
}


#top {
	background-color: #000;
	width: 100%;
	font-size: 14px;
	color: #CCC;
}
#top_img {
	background-image: url(../images/gfx/top.jpg);
	height: 170px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #eaeaea;
}
#gallery {
	width: 66%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 50px;
	}
h1 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 24px;
	color: #666;
}
#navigation {
	float: right;
	margin-top: 130px;
	margin-right: 75px;
}
#vid {
	padding-top: 20px;
}


#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu a {
	color: #646464;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#menu a:hover {
	color: #CCC;
	padding-bottom: 8px;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
