body {
  scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #282C30;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  red;
	scrollbar-track-color: #282C30;
	scrollbar-darkshadow-color: #282C30;
	background-color: #282C30;
    color: silver;
    width: auto;
    height: auto;
    margin: 0;
	}

  a:hover{
color:red; 
text-decoration: underline overline;
font-weight:italics;
}

a{
text-decoration:none;
color: silver;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background-color: #282C30;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background-color: #282C30;
	}
#header { 
  border: 0px;
  padding: 0px;
  width: 100%;  
  border-bottom: 1px solid #000000;
  height: 83px;
  z-index: 26;
} 

.nav {
  width: 420px;
  height: 20px;
  position: absolute;
  top: 102px;
  border: 0px;
  padding: 0px;
  right: 5px;
  z-index: 26;
}
.nav a {
	border-right: 1px solid #c0c0c0;
	color: #CCC;
	float: right;
	font: bold 0.6em Tahoma, Verdana, Arial, sans-serif;
	line-height: 16px;
	padding: 0 10px;
}
.nav a:hover {
	background: #832323;
  color: #000000; 
  text-decoration: underline overline;
  font-weight:italics;
}
 
#navholder{
 width: 100%; 
 margin: auto;
 text-align: center;
 height: 26px;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 background-color: #202020;
 z-index: 1;
}

#headlineholder {
  width: 100%;
  height: 15px;
  position: absolute;
  top: 85px;
  margin: 0px;
  border-bottom: 1px ridge #000000;
  padding: 0px;
  z-index: 11; 
  background-color: #202020;
}

#headlines {
  position: absolute;
  top: 85px;
  width: 615px;
  height: 15px;
  z-index: 27;
	font-size:0.7em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
}

.Posting{
  position:absolute;
  top: 81px;
  right: 3px;
  height: 14px;
  width: auto;
  font-size: 0.6em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
  z-index: 27;
}

.LoggedIn{
  position:absolute;
  top: 3px;
  left: 180px;
  width: auto;
  font-size: 0.6em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
  z-index: 27;
}

#linkholder {
  width: 100%;
  height: 16px;
  position: absolute;
  top: 102px;
  margin: 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0px;
  z-index: 25; 
  background-color: #202020;
}
	
#maincol {
	position:relative;
	margin:0;
	top: 35px;
	padding: 3px;
	background-color: #282C30;
	}
#leftcol { 
	position:relative;
	top: 3px;
	left: 2px;
	float:left;
	width:250px; /* actual value */
	margin:0 0 0 0;
	padding: 0px;
	background:#202020;
	border: 1px solid #000000;
	z-index:60;
	}
#rightcol {
	position:relative;
	top: 3px;
	right: 2px;
	float:right;
	width:250px; /* actual value */
	margin:0 0 0 0;
	padding: 0px;
	background:#202020;
	border: 1px solid #000000;
	z-index:20;
	}
#centercol {
	position:relative;
	padding:0 264px;
	background-color: #282C30;
	}

#footer {
	position:relative;
	top:1px;
	background:#202020;
	width:100%;
	clear:both;
	margin:0;
	height: auto;
	padding: 0px;
	text-align:center;
	color:#C0C0C0;
	border: 1px ridge #000;
	}
	
	/*Make News Style Look a bit prettier.*/
#CorantoMain {
	width: 100%;
	padding: 0;
	float: left;
	margin: 0;
  background-color: #202020;
  border: 1px ridge #000;
}

.CorantoLeft{
	float: left; 
	padding: 0px; 
	margin: 0; 
    width: auto; 
    height: auto;
}

.CorantoRight {
	float: right;
	padding: 0px;
    text-align: right;
}
.CorantoBottom{ 
	position: relative;
	padding: 0px; 
	margin: 0; 
	margin-top: -0.5em;
}

.Comments{
margin: 0;
padding: 0;
font-size: 0.6em;
font-weight: bold;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: silver;
width: 100%;
}

.Comments li{
display: inline;
}

.Comments li a{
float: right;
color: silver;
padding: 2px 2px; 
text-decoration: none;
border-right: 1px dotted silver;
}

.Comments li a:visited{
color: silver;
}

.Comments li a:hover, .Comments li .current, Comments a:hover{
text-decoration: none;
color: silver;
background-color: #832323;
}

.CorantoLinks{
margin: 0;
padding: 0;
font-size: 0.6em;
font-weight: bold;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: silver;
width: 100%;
}

.CorantoLinks li{
display: inline;
}

.CorantoLinks li a{
float: left;
color: silver;
padding: 2px 2px; 
text-decoration: none;
border-right: 1px dotted silver;
}

.CorantoLinks li a:visited{
color: silver;
}

.CorantoLinks li a:hover, .CorantoLinks li .current, CorantoLinks a:hover{
text-decoration: none;
color: silver;
background-color: #832323;
}


/*Playing With Login*/



.input {
    border: 1px solid silver;
    background: #282C30;
    color: silver;
    font-size: xx-small;
}
.input:hover {
    border: 1px solid silver;
    background: #202020;
}
.button {
  color: silver; 
  text-decoration: none;
  border-right: 1px solid silver;
 	font-size:0.7em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
  background: none;
  padding: 0px, 4px; 
}
.button:hover {
    padding: 0px, 4px; 
    border-right: 1px solid silver;
    background-color: #832323;
}

/*Neat Overlay thing*/
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px dashed silver;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/*Fixes images breaking shit and doesn't work in IE*/
img {
border: 0px;
max-width: 600px;
z-index: 5;
}

.title{
	font-size: 0.9em; 
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
    text-align: center;
    height: 20px;
} 

.titles{
	font-size: 1.4em; 
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0.2em;
	color: silver;
} 

.enhancedtext{
	font-size: 0.7em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
}
.maintext a:link {color: white; font-style: italic; font-weight: bold;}
.maintext a:visited {color: silver;}
.maintext a:hover {text-decoration: underline overline; color: red;}
.maintext a:{active color: white;}

.movie {
      width: 245px; 
      height: 350px;
      margin-left: auto;
      margin-right: auto;
      z-index: 11; 
}
#RssHead {
	width: 100%;
	padding: 0;
	margin: 0;
  background-color: #282C30;
	border-top: 1px solid #000000;
  text-align: center;
	font-size: 0.9em; 
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#RssBox{
	font-size: 0.7em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
	border-bottom: 1px solid #000000;
  background-color: #202020;
}

#bear {
	position: absolute;
    top: 0px;
    z-index: 15;
    width: 150px;
    right: 3px;
    text-align: right;
}


.motivate { 
      position: relative;  
      text-align: right;
      z-index: 99; 
}

#time{
  width: 250px;
  height: 73px;
  position: absolute;
  top: 8px;
  border: 0px;
  padding: 0px;
  right: 2px;
  z-index: 28;
  
}

.twitters {
  border: 0px;
  padding: 0px;
  font-size: 0.7em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: silver;
  margin: 0px;
  position: relative;
  top: -10px;
}

.twitters ul {
  list-style: none;
  padding: 0px;
  white-space: normal;
}