body {
	background: #000103 url('base_bg.jpg') no-repeat;
	scrollbar-face-color: black;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: white;
	scrollbar-track-color: black;
	font-family: "ITC Garamond", Arial, sans-serif;
	color: white;
	font-size: 1em;
}

/*Base Div*/

div#base {
	width: 800px;
	min-height: 1200px;
	position: absolute;
	top: 0px;
	left: 0px;
}


/*Update div*/

div#update {
	width: 462px;
	height: 279px;
	border: 1px solid black;
	overflow: auto;
	position: relative;
	top: -20px;
	left: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #ddd;
	font-size: 1em;
	scrollbar-face-color: #4d0033;
	scrollbar-arrow-color: #0ff;
	scrollbar-shadow-color: #4d0033;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: #4d0033;
	scrollbar-3dlight-color: black;
	scrollbar-track-color: #2a0b2e;
}

/*News div*/
div#news {
	width: 542px;
	height: 383px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	background: transparent url(news.gif) no-repeat;
	overflow: hidden;
	color: white;
	position: absolute;
	top: 280px;
	left: 0px;
}
div#quicknav {
	position: relative;
	top: 15px;
	right: 9px;
	color: white;
	text-align: right;
}
#quicknav a:link {
	color: white;
	font-size: .8em;
	text-decoration: none;
}
#quicknav a:visited {
	color: white;
	font-size: .8em;
	text-decoration: underline;
}
#quicknav a:hover {
	color: #f06;
	font-size: .8em;
	background-color: transparent;
	text-decoration: none;
}
#hotnews, #medianews, #coolnews, #publicnews {
	position: relative;
	padding-left: 105px;
	top: 35px;
	height: 75px;
	width: 375px;
	left: 5px;
	overflow: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 270px;
}
div#hotnews {
	background: transparent url(/images/temp/preview_hot.gif) no-repeat;
}
div#medianews {
	background: transparent url(/images/temp/preview_media.gif) no-repeat;
}
div#coolnews {
	background: transparent url(/images/temp/preview_cool.gif) no-repeat;
}
div#publicnews {
	background: transparent url(/images/temp/preview_public.gif) no-repeat;
}

/*Content div.  It will go over the other divs..well...sorta O.o; */

div#content {
	width: 540px;
	background: transparent;
	color: white;
	position: absolute;
	top: 115px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: .8em;
	left: 266px;
}
#content p {
	padding-left: 10px;
}

/*Navigation div*/
div#navbase {
	width: 262px;
	position: absolute;
	top: 93px;
	left: 8px;
	background: url(nav_top.jpg) no-repeat;
	padding-top: 308px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #CBCBCB;
	font-size: .8em;
}

#navbase img {
	padding-bottom: 2px;
	border: 0px;
	background: transparent;
}

#navbase a:link {
	color: white;
	font-size: 1em;
	text-decoration: none;
}
#navbase a:visited {
	color: white;
	font-size: 1em;
	text-decoration: none;
}
#navbase a:hover {
	color: white;
	background: #80001E;
	font-size: 1em;
	text-decoration: none;
}
/*Other stuff*/
.announcement {
	background: black;
	color: white;
	width: 270px;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	border: 1px solid white;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 250px;
}
.purple {
	background: #2a0b2e;
	border: 1px solid white;
	color: white;
	padding: 5px;
	margin: 5px;
	font-weight: normal;
	text-align: center;
}
.reviews {
	width: 75%;
	background-color: #2a0b2e;
	color: white;
}
.reviews hr {
	color: black;
	padding: 0px;
	margin: 0px;
}
.special {
	background-color: #DDD;
	min-width: 400px;
	border: 1px solid white;
	color: black;
}
p.reviewslight {
	background-color: #666;
	padding: 0px;
	margin: 0px;
}
p.reviewsdark {
	background-color: #333;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
.newsbox {
	background-color: #CCC;
	width: 530px;
	overflow: auto;
	height: 375px;
	text-align: left;
	color: black;
	padding-left: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 525px;	
}
hr {
	background: white;
	padding: 0px;
	border: 0px;
}
h3 {
	margin-bottom: 0px;
}
a:link {
	color: #aaa;
	font-size: 1em;
	text-decoration: none;
}
a:visited {
	color: #aaa;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	color: white;
	background: #80001E;
	font-size: 1em;
	text-decoration: none;
}