/* Hack for IE to display the margin on #right properly */
* html #right {width:597px;}

/* Body Styles */

body
{
margin: 22px;
background: #020202;
font-size: 12px; 
color: #aaaaaa; 
background-image:url('bg.jpg');
line-height: 1.5em;
font-family: Bitstream Vera Sans, DejaVu Sans, Tahoma, sans-serif
}

p
{
margin: 5px 0 5px;
padding: 0;
}

.char5
{
background-image:url('rotate.php');
background-repeat: no-repeat;
/*background-position: 356px 634px; 
height: 634px;
width:300px;
*/
min-height: 687px;
}

h1
{
margin: 8px 0 0 0;
padding-bottom: 3px;
color: #45C380;
font-size: 14px;
border-bottom: 1px solid #939393;
background: inherit;
}

a{color: #40D87D; text-decoration: none; background: inherit;}
a:hover {color: #BAEECF; text-decoration: none; background: inherit;}

ul
{
color: #000;
list-style-type: none;
padding-left: 10px;
margin: 0 0 5px;
background: inherit;
}

li
{
font-weight: normal;
text-transform: lowercase;
padding: 0;
}

blockquote
{
width: 30em;
margin: 0 0 0 10px;
padding: 5px;
border-left: 1px solid #666
}

/* Main box  surrounding everything*/

#outer
{
margin: 0 auto;
width: 760px;
overflow:auto;
border: 1px solid #222;
background-color: trans;
background-image:url('bg.png');
color: #aaa;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#location
{
margin: 4px 4px 0;
padding: 0px 0px 0 0px;
background-image:url('rotate2.php');
color:#fff;
border-top: 0px solid #444;
border-right: 0px solid #444;
border-bottom: 0px solid #2c2c2c;
border-left: 0px solid #2c2c2c;
font-size: 16px;
}

/* The left column (nav) */

#left
{
margin: 0;
float: left;
width: 128px;
}

/* The right column (content) */

#right
{
float: right;
margin: 0 4px;
width: 600px;
}

#right a{color: #E7050A; text-decoration: none; background-color:inherit;}

/* Div classes Styles */

div .orange /* This is the orange bars that are on top of the main box and navs */
{
height: 2px;
border-bottom: 1px solid #222;
background-color: #F00;
color: inherit;
font-size: 0;
}

.navouter
{
border: 1px solid #222;
width: auto;
margin: 5px 0 5px 5px;
background-color: trans;
color: inherit;
}

.navheader
{
background-color: trans;
color: inherit;
width: auto;
background-image:url('bg.png');
border-bottom: 1px solid #222;
padding: 2px;
margin-bottom: 5px;
text-align: center;
font-weight: bold; 
}

.navcontent
{
padding: 5px;
margin:0 0 0 3px;
color: #fff;
font-size:11px;
font-weight:bold;
background-color: trans;
background-image:url('waterwave.gif');
overflow: hidden;
}

/* This is for inserting code */
.code
{
margin: 0 0 5px 10px;
padding: 10px;
width: 30em;
font-family: helvetica, monospace;
font-size: 10px;
line-height: 150%;
text-transform: lowercase;
background-color: #333;
color: inherit;
border: 1px dotted #666;
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 10px;
color: #666;
background-color: inherit;
}