
	body {
		margin: 0;
		padding: 0 0 8em 0;
		color: #000;
		font-size: 75%;
		color: #FFF; 
		text-align: right;
		background: #000;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	a {	color: #a2bc2c; text-decoration: none; }
	a:hover {
		color: blue;
	}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #FFF;
	font-family: Georgia, Times, serif;
}
h2,h3 {
	font-variant: small-caps;
}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 span,h2 span,h3 span {
	text-transform: uppercase;
	display: block;
	color: #b9d43b;
	font-size: 45%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc Global Classes
-------------------------------------------------------------- */

.right 		{ float: right; } /* YKM */
.left 		{ float: left; }
.clear 		{ clear: both; }
.cleft 		{ clear: left; }
.cright 	{ clear: right; }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Layout Elements
-------------------------------------------------------------- */

#kontainer {
	width: 100%;
	margin: 0px auto;
	min-height: 100%;
	text-align: right;
	display: block;
	position: absolute;
		top: 0px;
		right: 0px;
		z-index: 0;
}
	body #kontainer { background: #FFF url('../img/site_bg.jpg') no-repeat fixed left center; }

	#header {
		text-align: left;
		position: fixed;
			z-index: 90;
		display: block;
		float: left;
		margin: 0px;
		width: 100%;
		height: 115px;
		background: transparent url('../img/header_bg.png') repeat-x fixed top left;
	}
		#header h1#lightwave_entertainment {
			text-indent: -9999px;
			float: left;
			margin: 0px;
			margin-left: 15px;
			padding: 0px;
			background: #FFF url('../img/lw_logo2.png') no-repeat 18px 21px;
			width: 275px;
			height: 135px;
		}
		#header #top_right_block {
			text-align: right;
			margin: 30px 14px 0px 0px;
			display: block;
			float: right;
			position: absolute;
				top: 0px;
				right: 0px;
			color: #a2bc2c;
		}
			#header #top_right_block a {
				color: #595959;
				text-decoration: none;
				border-bottom: 1px dotted #595959;
			}
			#header ul.topnav {
				position: relative;
					top: 45px;
				list-style: none;
				margin: 0px;
				padding: 0px;
			}
				#header ul.topnav a {
					border-style: none;
					text-decoration: none;
					color: #595959;
					margin-right: 20px;
				}
					#header ul.topnav a:hover {
						border-bottom: 1px dotted #595959;
					}
				#header ul.topnav li {
					margin: 0px;
					padding: 0px;
					display: inline;
					float: left;
				}

	#content {
		line-height: 23px;
		position: relative;
			z-index: 10;
			left: 20%;
		text-align: left;
		padding-top: 8em;
		width: 900px;
		margin: 0 auto;
		padding-bottom: 50px;
		background-color: #000;
		opacity: 0.87;
		-moz-opacity: 0.87;
		filter:alpha(opacity=87);
	}
		body #content { width: 480px; height: 100%; }
		
			body #content p, body #content h1, body #content h2, body #content h3, body #content h4, body #content h5, body #content ul {
				padding-left: 20px;
				padding-right: 20px;
			}
			body #content h2 {
				background-color: #333;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			body #content ul.tri {
				background-color: #333;
				margin: 0px;
				margin-bottom: 15px;
				text-transform: uppercase;
				padding-top: 2px;
				padding-bottom: 2px;
			}
				body #content ul.tri li {
					list-style: none;
					display: inline;
				}
					body #content ul.tri li a {
						text-decoration: none;
						padding: 6px 20px;
						font-size: 13px;
						margin-right: 12px;
						color: #FFF;
					}
						body #content ul.tri li a:hover {
							background: transparent url('../img/highlight_bg_50opac.png') repeat;
							color: #FFF;
						}

/* Footer Dependent on content
-------------------------------------------------------------- */
/*#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 51px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	color: #333;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	background: transparent url('../img/footer_bg.png') repeat-x left 2px;
}*/

/* Footer Fixed on Bottom
-------------------------------------------------------------- */
#footer {
	text-align: left;
	position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		z-index: 90;
	display: block;
	float: left;
	margin: 0px;
	width: 100%;
	height: 51px;
	background: transparent url('../img/footer_bg.png') repeat-x left 2px;
}
#header ul.topnav { display: none; }

	#footer a {
		text-decoration: none;
		color: #a2bc2c!important;
		margin-left: 25px;
		font-size: 12px;
	}
	#footer a:hover { border-bottom: 1px dotted #595959; }
	#footer ul {
		position: relative;
			top: 27px;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		#footer ul li {
			margin: 0px;
			padding: 0px;
			display: inline;
			float: left;
		}

