
body {
	background-color: #4B4A41; color: #aaa; text-align: center;
	font-family: arial, sans-serif;
	margin: 6px 0;
	font-family: "Times New Roman", "Times", serif; 
}

#outer-container {
	width: 977px;
	position: relative;
	margin: auto;
	background: url(images/glow_right_repeat.gif) top right repeat-y;
}

#inner-container {
	width: 968px;
	text-align: left;
	background: #1C1C1A url(images/glow_left_repeat.gif) top left repeat-y;
}


#glow-top {
	height: 9px;
	background: url(images/glow_top_repeat.gif) top left repeat-x;
}

#glow-bottom {
	height: 9px;
	background: url(images/glow_bottom_repeat.gif) top left repeat-x;
}

#glow-left {
	float: left;
	width: 9px;
	height: 1024px;
	background: url(images/glow_left_repeat.gif) top left repeat-y;
	/* z-index: 10; */
	position: absolute;
}

#header-graphic {
	float: left;
}

#glow-tl-corner {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url(images/glow_tl_corner.gif) top left no-repeat;
}

#glow-tr-corner {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	background: url(images/glow_tr_corner.gif) top left no-repeat;
}

#glow-br-corner {
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: url(images/glow_br_corner.gif) top left no-repeat;
}

#glow-bl-corner {
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: url(images/glow_bl_corner.gif) top left no-repeat;
}

#glow-br-corner {
	width: 14px;
	height: 14px;
}

#glow-bl-corner {
	width: 14px;
	height: 14px;
}

#content {
	width: 590px;
	margin-left: 194px;
	padding: 10px 20px;
}

#content p {
	margin-bottom: 8px;
}

.vid {
	margin-left: 20px;
}

#menu {
	position: absolute;
	top: 190px;
	left: 20px;
	height: 20px;
	color: #9D9D96;
	font-size: 125%;
}

#menu ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#menu li {
	display: inline;
	position: relative;
	padding: 0 11px;
}

#menu a {
	color: #9D9D96;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

#menu a.selected {
	color: #414943;
}

#members {
	width: 153px;
	height: 271px;
	border: 1px solid #3C3C3A;
	position: absolute;
	z-index: 100;
	top: 244px;
	left: 35px;
	background-color: #131311;
}

.sidebox-inner {
	padding: 16px;
	color: #9D9D96;
}

.sidebox-inner .heading {
	color: #686056;
	border-bottom: 2px solid #242422;
	font-size: 125%;
	margin: 0 0 15px 0;
}

.sidebox-inner a {
	color: #9D9D96;
	text-decoration: none;
}

.sidebox-inner a:hover {
	color: #fff;
	text-decoration: none;
}

#subLinks {
	padding-left: 8px;
	padding-bottom: 8px;
}

#subLinks a {
	color: #63766E;
	text-decoration: none;
}

#subLinks a:hover {
	color: #DFE4E2;
}

#media {
	width: 153px;
	//height: 271px;
	border: 1px solid #3C3C3A;
	position: absolute;
	z-index: 100;
	top: 244px;
	right: 35px;
	background-color: #131311;
}

#home-link {
	width: 300px;
	height: 135px;
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 30px;
	display: block;
	text-decoration: none;
	background: url(images/clear.gif) top left repeat;
}

#links {
	width: 118px;
	height: 118px;
	text-align: right;
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 25px;
}

#links a {
	color: #9D9D96;
	text-decoration: none;
	line-height: 155%;
}

#links a.bigLink {
	color: #545146;
	font-size: 250%;
	text-decoration: none;
	line-height: 100%;
}

#links a.bigLink:hover {
	color: #CECECA;
}

#links a:hover {
	color: #fff;
}

#latest {
	width: 518px;
	height: 25px;
	position: absolute;
	z-index: 100;
	top: 265px;
	left: 225px;
}

a {
	color: #63766E;
	text-decoration: none;
}

a:hover {
	color: #DFE4E2;
}

.dead {
	color: #494946;
}

