body {
	font: .75em/1.5em Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	color: #bbb;
	margin: 0;
	padding: 0;
	background-image: url(../images/background/battle.jpg); /* Footer Graphic */
	background-position: center bottom;
	background-repeat: no-repeat;
	}
	
	/* Page Wrapper */
	#wrapper {
		width: 920px;
		margin: 0 auto;
		padding: 0 20px;
		}
		/* Header Image */
		#header {
			width: 920px;
			height: 218px;
			background: no-repeat url(../images/header/beyond-protocol.jpg) 0 0;
			}
		/* CSS Navigation Bar */
		#navigation {
			width: 920px;
			height: 40px;
			}
			ul#nav {
				/* width: 920px; */
				margin: 0;
				padding: 0;
				list-style-type: none;
				overflow: hidden;
				}
				ul#nav li {
					float: left;
					}
				ul#nav li a	{
					float: left;
					text-decoration: none;
					overflow: hidden;
					height: 40px;
					text-indent: -9000px;
				}
				#nav-beyond a {
					width: 125px;
					background: no-repeat url(../images/navigation/navigation.jpg) 0 0;
					}
					#nav-beyond a:hover { background-position: 0 -40px; }
					#nav-beyond a.select { background-position: 0 -80px; }
				#nav-free a {
					width: 149px;
					background: no-repeat url(../images/navigation/navigation.jpg) -125px 0;
					}
					#nav-free a:hover { background-position: -125px -40px; }
					#nav-free a.select { background-position: -125px -80px; }
				#nav-forums a {
					width: 117px;
					background: no-repeat url(../images/navigation/navigation.jpg) -274px 0;
					}
					#nav-forums a:hover { background-position: -274px -40px; }
					#nav-forums a.select { background-position: -274px -80px; }
				#nav-news a {
					width: 127px;
					background: no-repeat url(../images/navigation/navigation.jpg) -391px 0;
					}
					#nav-news a:hover { background-position: -391px -40px; }
					#nav-news a.select { background-position: -391px -80px; }
				#nav-features a {
					width: 164px;
					background: no-repeat url(../images/navigation/navigation.jpg) -518px 0;
					}
					#nav-features a:hover { background-position: -518px -40px; }
					#nav-features a.select { background-position: -518px -80px; }
				#nav-faqs a {
					width: 55px;
					background: no-repeat url(../images/navigation/navigation.jpg) -682px 0;
					}
					#nav-faqs a:hover { background-position: -682px -40px; }
					#nav-faqs a.select { background-position: -682px -80px; }
				#nav-support a {
					width: 83px;
					background: no-repeat url(../images/navigation/navigation.jpg) -737px 0;
					}
					#nav-support a:hover { background-position: -737px -40px; }
					#nav-support a.select { background-position: -737px -80px; }
				#nav-order a {
					width: 100px;
					background: no-repeat url(../images/navigation/navigation.jpg) -820px 0;
					}
					#nav-order a:hover { background-position: -820px -40px; }
					#nav-order a.select { background-position: -820px -80px; }
		/* CSS Navigation Bar */
		#secondary {
			margin-bottom: 15px;
			color: #666;
			font-size: .9em;
			}
			#sub-nav-left {
				float: left;
				}
			#sub-nav-right {
				float: right;
				}
		/* Page Content Wrapper */
		#page {
			width: 920px;
			}
			#content {
				width: 660px;
				margin-right: 30px;
				float: left;
				overflow: hidden;
				}
				.nuke-table1 {
					width: 660px;
					border: 1px #333 solid;
					}
					.nuke-table2 {
					border: 1px #333 solid;
						}
			#sidebar {
				width: 230px;
				float: left;
				overflow: hidden;
				}
				.widget-title {
					background: no-repeat url(../images/sidebar/widget-title.gif) 0 0;
					width: 200px;
					min-height: 10px;
					padding: 5px 15px 5px 15px;
					color: #fff;
					font-weight: bold;
					text-transform: uppercase;
					overflow: hidden;
					font-size: .8em;
					}
				.widget-top {
					background: no-repeat url(../images/sidebar/widget-top.gif) 0 0;
					width: 230px;
					height: 10px;
					overflow: hidden;
					}
				.widget-fill {
					background: repeat-y url(../images/sidebar/widget-fill.gif) 0 0;
					width: 210px;
					padding: 0 10px 0 10px;
					min-height: 15px;
					overflow: hidden;
					}
				.widget-bottom {
					background: no-repeat url(../images/sidebar/widget-bottom.gif) 0 0;
					width: 230px;
					height: 20px;
					margin-bottom: 15px;
					}
					.widget-content {
						}
		#footer {
			margin-top: 380px; /* Push Footer Graphic Down */
			text-align: center;
			padding-bottom: 10px;
			color: #4d4d4d;
			font-size: .8em;
			}

#content ul {
	margin: .6em 0 1.2em 0;
	padding-left: 18px;
	list-style-image: url(../images/lists/red-star.gif);
	}
	#content li {
		margin-bottom: .6em;
		}
		#column-list-left {
			width: 310px;
			float: left;
			margin-right: 20px;
			}
		#column-list-right {
			width: 310px;
			float: left;
			}

#content ul.link-list a.select {
	color: #ea0a1f;
	}
	#content ul.link-list a.select:hover {
		}
			
/* ----- General ----- */

a {
	color: #ffffff; /* 850f16 */
	}
a:hover {
	color: #ea0a1f;
	text-decoration: none;
	}
a img {
	border: none;
	padding: 0;
	margin: 0;
	}
p {
	margin: 0 0 .8em 0;
	}
b {
	color: #ffffff;
	}
em {
	color: #ea0a1f;
	font-weight: bold;
	font-style: normal;
	}
strong {
	color: #eaa80a;
	}
h1 {
	margin-top: .4em;
	margin-bottom: .8em;
        font-style: oblique;
        font-effect: emboss;
	}
h4, .bigger {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #ea0a1f;
	margin-top: .4em;
	margin-bottom: .6em;
	}
	.bigger {
		font-size: 1.2em;
		line-height: 1.3em;
		color: #ea0a1f;
		margin-top: .4em;
		margin-bottom: .6em;
		}

hr { 
	padding: 0;
	margin: 1.2em 0;
	border: 0 none;
	border-top: 1px dotted #666;
	height: 1px;
	}
	
/* ----- Table ----- */
table {
	font-size: 1em;
	line-height: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	}
	caption {
		font-weight: bold;
		color: #fff;
		}
	tr {
		}
		th, td {
			}
		th {
			font-weight: bold;
			color: #fff;
			}
		
table.tabular {
	border: 1px #666 solid;
	}
	table.tabular caption {
		padding: 5px;
		background: #333;
		color: #fff;
		border: 1px #666 solid;
		margin-bottom: -1px;
		}
	table.tabular tr {
		border: 1px #666 solid;
		}
		table.tabular th, table.tabular td {
			font-weight: normal;
			color: #bbb;
			padding: 5px;
			border: 1px #666 solid;
			}
		table.tabular th {
			color: #fff;
			background: #1d1d1d;
			}

/* ----- Utility Styles ----- */
.end {
	clear: both;
	}
	
.text-left {
	text-align: left;
	}
	
.text-center {
	text-align: center;
	}

.text-right {
	text-align: right;
	}
	
/* ----- Special Links ----- */
a.top-link {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent no-repeat url(../images/lists/up-arrow.gif) 0 5px;
	padding-left: 12px;
	display: inline-block;
	text-decoration: none;
	color: #666;
	}
	a.top-link:hover {
		color: #ea0a1f;
		}
	
a.read-more {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent no-repeat url(../images/lists/right-arrow.gif) right 5px;
	padding-right: 12px;
	display: inline-block;
	text-decoration: none;
	color: #666;
	}
	a.read-more:hover {
		color: #ea0a1f;
		}

a.back-link {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent no-repeat url(../images/lists/left-arrow.gif) 0 5px;
	padding-left: 12px;
	display: inline-block;
	text-decoration: none;
	color: #666;
	}
	a.back-link:hover {
		color: #ea0a1f;
		}
	
/* ----- Form Styles ----- */
form {
	margin: 0;
	padding: 0;
	}
	
	label {
		font-size: 1.0em;
		font-weight: bold;
		color: #fff;
		}
		.leftlabel {
			width: 200px;
			padding-right: 10px;
			text-align: right;
			float: left;
		}
	
	.note, .instruction {
		font-size: 0.9em;
		line-height: 1.3em;
		margin: 6px 0;
		display: inline-block;
		color: #999999;
		}
		
	.optional {
		color: #4AAB27;
		font-size: 0.7em;
		text-transform: uppercase;
		font-weight: bold;
		}
		
	.required {
		color: red;
		font-size: 0.7em;
		text-transform: uppercase;
		font-weight: bold;
		}
	
	textarea {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 1.0em;
		}
		
/* ----- Nuke Styles ----- */

.story-home, .story-page {
	border: 1px #333 solid;
	margin: 10px 0;
	padding: 10px;
	}
.story-page {
	margin-right: 25px
	}
	h4.story-title {
		margin: 0;
		}
	p.story-posted {
		font-size: .8em;
		display: block;
		margin-bottom: 5px;
		}
	span.story-topic {
		display: block;
		float: left;
		margin-right: 10px;
		margin-bottom: 6px;
		}
	p.story-content {
		font-size: 1em;
		}
	p.story-more {
		font-size: .8em;
		margin-bottom: 0;
		}


/* ----- Fake Columns ----- */
.single { width: 639px; } /* column width - 6 */
.double { width: 309px; }
.triple { width: 199px; }

.column_single {
	float: left;
	display: block;
	width: 645px;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	.column_single textarea,
	.column_single input[type='text'],
	.column_single input[type='password'] {
		/* width: 639px; */
		}
		
.column_double {
	float: left;
	display: block;
	width: 315px;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	.column_double textarea,
	.column_double input[type='text'],
	.column_double input[type='password'] {
		/* width: 309px; */
		}

.column_triple {
	float: left;
	display: block;
	width: 205px;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	.column_triple textarea,
	.column_triple input[type='text'],
	.column_triple input[type='password'] {
		/* width: 199px; */
		}