@charset "UTF-8";
/* CSS Document
RJ Ross
Common CSS
©2008 RJ Ross
Created 1/21/08 9:04AM
Updated 1/21/08 9:04AM
Validated 1/21/08 9:04AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Reset em and strong */
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
em strong {
	font-weight: bold;
	font-style: italic;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
		
/* UNIVERSASL */

html, body {
	color: #fff;
	background: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
/* GLOBAL LAYOUT ELEMENTS */

div#superwrapperdiv {
	width: 994px;
	margin: 0 auto;
}
	
div#wrapperdiv {
	width: 648px;
	height: 649px;
	border: 1px solid #ca5c43;
	margin: 30px 0 30px 30px;
	background: #000;
	float: left;
	}

div#rightsidediv {
	width: 299px;
	float: left;
	margin: 30px 0 0 15px;
}
	
div#flashdiv {
	width: 648px;
	height: 359px;
	background: #000;
	}
	
div#contentdiv {
	width: 648px;
	height: 290px;
	background: #000;
	position: relative;
	z-index: 0;
	}
	
div#livetext {
	width: 300px;
	height: 270px;
	position: absolute;
	top: 7px;
	left: 233px;
	z-index: 10;
	visibility: visible;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	overflow: visible;
	line-height: 150%;
	}
	
div#navdiv {
	width: 64px;
	height: 72px;
	position: absolute;
	top: 3px;
	left: 569px;
	z-index: 10;
	visibility: visible;
	overflow: hidden;
	}
	
div.clearfloatsdiv {
	clear: both;
	}

/* TEXT */

div#livetext p {
	margin: 0 0 10px 0;
	font-weight: normal;
	line-height: 150%;
	color: #b3a689;
	}
	
.more {
	color: #b3a689;
	}
	
h1 {
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #b3a689;
	}
	
h2 {
	font-weight: normal;
	margin: 0 0 2px 0;
	color: #b3a689;
	}
	
/* LINKS */

a {
	text-decoration: underline;
	color: #b3a689;
	}
	
a:hover {
	text-decoration: underline;
	color: #ca5c43;
	}
