body {
	margin: 0;
	font-family: "Lucida Grande", helvetica, sans-serif;
	background-color: rgb(23,23,23);
	}

a {
	color: #fff;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	}

a img {
	border: 0;
	}

h1 {
	color: rgb(169,207,87);
	font-size: 20px;
	margin: 15px 0;
	font-weight: normal;
	}

h2 {
	color: #fff;
	font-size: 24px;
	margin: 5px 0;
	font-weight: normal;
	}

ul {
	list-style-image: url(../images/bullet1.gif);
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
	}

li {
	margin: 5px 0;
	color: #777;
	}

.constrain {
	width: 815px;
	margin: 0 auto;
	}

#gen-link a {
	background: transparent url(../images/arrow.png) no-repeat top right;
	padding-right: 15px;
	}

#gen-link-down a {
	background: transparent url(../images/arrow_down.png) no-repeat right 2px;
	padding-right: 15px;
	}

#gen-link-up a {
	background: transparent url(../images/arrow_up.png) no-repeat right 2px;
	padding-right: 15px;
	}

#smallprint {
	margin-top: 40px;
	font-size: 12px;
	color: #777;
	}

/* HEADER STYLES */

.head {
	height: 65px;
	min-width: 815px;
	background-color: rgb(41,41,41);
	border-bottom: 1px solid rgb(16,16,16);
	}

#sub-menu-holder {
	position: absolute;
	margin-left: 430px;
	margin-top: 46px;
	background-color: rgb(61,61,61);
	padding: 1px;
	border: 1px solid rgb(27,27,27);
	z-index: 30000;
	}

.sub-menu {
	background-color: rgb(23,23,23);
	}

.sub-menu a {
	padding: 6px;
	font-size: 12px;
	color: rgb(169,207,87);
	display: block;
	}

.sub-menu a:hover {
	color: #fff;
	background-color: rgb(35,35,35);
	}

.logoholder {
	font-size: 10px;
	color: rgb(151,151,151);
	}

.logo {
	float: left;
	height: 65px;
	width: 118px;
	margin-right: 15px;
	background: transparent url(../images/141logo.gif) no-repeat 0 0;
	}

.head-nav {
	float: right;
	margin-top: -19px;
	height: 25px;
	background: transparent url(../images/navbg.gif) repeat-x 0 0;
	font-size: 12px;
	}

.head-nav a {
	color: rgb(169,207,87);
	text-decoration: none;
	margin: 0 12px;
	padding-top: 4px;
	float: left;
	}

.head-nav a:hover {
	color: #fff;
	}


.head-nav img {
	float: left;
	}

/* FEATURE STYLES */

.feature-holder {
	float: left;
	width: 100%;
	min-width: 815px;
	padding: 30px 0;
	background: rgb(99,99,99) url(../images/graybg.gif) repeat-x 0 0;
	border-top: 1px solid rgb(197,197,197);
	border-bottom: 1px solid rgb(135,135,135);
	}

.feature-title-holder {
	float: left;
	width: 100%;
	min-width: 815px;
	margin-top: 12px;
	margin-bottom: 35px;
	border-top: 1px solid rgb(150,150,150);
	border-bottom: 1px solid rgb(150,150,150);
	}

.feature-title {
	float: left;
	width: 100%;
	min-width: 815px;
	padding: 3px 0;
	color: #fff;
	font-size: 20px;
	background-color: rgb(82,82,82);
	border-top: 1px solid rgb(47,47,47);
	border-bottom: 1px solid rgb(47,47,47);
	}

.feature-title img {
	padding-top: 2px;
	border: 0;
	}

#feature-preview-holder {
	clear: left; 
	height: 162px;
	width: 793px;
	padding: 11px;
	color: #fff;
	font-size: 14px;
	background: rgb(169,207,87) url(../images/greenbg.gif) repeat-x 0 0;
	border-top: 1px solid rgb(247,255,203);
	border-bottom: 2px solid rgb(79,79,79);
	}

.preview-link {
	float: right;
	margin-top: 10px;
	font-size: 10px;
	}

.preview-link a {
	color: rgb(41,41,41);
	text-decoration: none;
	}

.preview-link a:hover {
	text-decoration: underline;
	}

.preview-trailer {
	float: right;
	border: 1px solid rgb(240,248,196);
	}

.feature-bottom {
	clear: left;
	float: left;
	width: 100%;
	min-width: 815px;
	min-height: 19px;
	background-color: rgb(69,69,69);
	border-top: 1px solid rgb(40,40,40);
	border-bottom: 1px solid rgb(99,99,99);
	}

/* BODY STYLES */

.body-holder {
	clear: left;
	background-color: rgb(41,41,41);
	min-width: 815px;
	color: rgb(191,191,191);
	font-size: 14px;
	border-top: 1px solid rgb(20,20,20);
	padding-bottom: 30px;
	}

#story-body {
	float: left;
	width: 100%;
	}

.story-holder {
	clear: left;
	float: left;
	background-color: rgb(23,23,23);
	border: 1px solid rgb(58,58,58);
	padding: 13px;
	color: rgb(191,191,191);
	margin: 10px 0;
	}

.story-holder img {
	border: 1px solid rgb(47,47,47);
	padding: 2px;
	float: right;
	}

.story-holder h1 {
	font-size: 18px;
	margin: 0 0 5px 0;
	}

/* COMMENT STYLES */

.comment-link {
	font-size: 12px;
	float: right; 
	}

.comment-link a {
	color: rgb(169,207,87);
	text-decoration: underline;
	}

#comment-box #text {
	font-size: 14px;
	color: rgb(130,130,130);
	background-color: rgb(23,23,23);
	border: 1px solid #888;
	padding: 3px;
	}

#comment-box textarea {
	margin-top: 5px;
	font-family: "Lucida Grande", helvetica, sans-serif;
	font-size: 14px;
	color: rgb(169,207,87);
	width: 600px;
	height: 150px;
	background-color: rgb(23,23,23);
	border: 1px solid #888;
	padding: 3px;
	}

.comment-post {
	margin: 5px 0;
	background-color: rgb(70,70,70);
	border: 1px solid rgb(28,28,28);
	padding: 10px;
	}
	
/* FOOTER STYLES */

.footer {
	clear: left;
	min-width: 815px;
	padding: 30px 0;
	background-color: rgb(23,23,23);
	font-size: 12px;
	color: rgb(75,75,75);
	border-top: 1px solid #000;
	}

.footer a {
	color: rgb(130,130,130);
	text-decoration: none;
	border-bottom: 2px solid rgb(50,50,50);
	}

.footer-copyright {
	margin-top: 15px;
	font-size: 10px;
	}