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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background-image: url(/media/images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000;
	color:#fff;
	text-align: center;
	font: 80%/140% georgia,serif;
}

#banner {
	background-image: url(/media/images/banner_dark.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 225px;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 840px;
	position: relative;
}

#left_border {
	position: relative;
	background-image: url(/media/images/left_border_dark.jpg);
	background-repeat: no-repeat;
	width: 131px;
	height: 640px;
	float: left;
}

#right_border {
	position: relative;
	background-image: url(/media/images/right_border_dark.jpg);
	background-repeat: no-repeat;
	width: 131px;
	height: 640px;
	float: right;
}

#left_border, #right_border{display:block; margin:0; padding:0;}

h1 {
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff7e9;
	padding: 10px 0 0 10px;
	margin: 0;
}

#fix {
	background-color: #000;
	position: absolute;
	top: 225px;
	left: 131px;
	width: 578px;
}

#nav {
	padding: 5px 0 6px 120px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	width: 484px;
	height: 15px;
	background-color: #000;
	top: 0;
}

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

#nav li {
	float: left;
	margin: 0 5px;
}

a {
	color: #908367;
	text-decoration: none;
	padding: 0 8px;
}

a:hover {
	background: #fff7e9;
	color: #000;
}

.demo {
	position: relative;
	margin: 10px auto 0 auto;
	width: 540px;
	height: 450px;
}
	
.gallery_demo {
	width: 550px;
	margin: 0 auto;
}

.gallery_demo li {
	width: 68px;
	height: 50px;
	border: 3px double #111;
	margin: 0 2px;
	background: #000;
}

.gallery_demo li div {
	left: 240px
}

.gallery_demo li div .caption {
	font: italic 0.7em/1.4 georgia,serif;
}
	
#main_image {
	margin: 0 auto 10px auto;
	height: 438px;
	width: 550px;
	background: #000;
}
	
#main_image img {
	margin: 20px 10px 10px 0;
}
	
.nav {
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff7e9;
	text-transform: uppercase;
}
#slide {
	margin: 0 auto;
	background-color: #000;
	width: 578px;
}

#video {
	margin-top: 30px;
	padding-bottom: 19px;
}

#footer {
	background-image: url(/media/images/baseline_dark.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	height: 125px;
	width: 578px;
	margin: 0 auto;
	background-color: #000;
}

#jellykey {
	position: relative;
	background-image: url(/media/images/jellykey_logo.jpg);
	height: 45px;
	width: 96px;
	float: right;
}

p {
	padding: 0 5px 0 10px;
	color: #ddd4ab;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.dudlink {
	color: #908367;
	text-decoration: none;
	padding: 0 8px;
}