body {
margin:10px;
background-color:#EEEEEE;
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
letter-spacing:0.5px;
line-height:17px;

scrollbar-base-color:#CCCCCC;
scrollbar-3dlight-color:#CCCCCC;
scrollbar-highlight-color:#666666;
scrollbar-face-color:#555555;
scrollbar-shadow-color:#CCCCCC;
scrollbar-arrow-color:#FFFFFF;
}

#saw {
width: 801px;
margin:auto;
background-image: url(../images/left_bg.jpg);
background-position:left;
background-repeat:repeat-y;
}

#admin_tools {
background-color:#FFFFEE;
padding:5px;
}

#left {
padding-top:5px;
width:192px;
border-left:1px solid #000000;
float:left;
background-image: url(../images/Turbine.gif);
background-repeat:no-repeat;
background-position:bottom;
min-height:660px;
}

#right {
margin-left:193px;
border-right:1px solid #FFFFFF;
width:606px;
background-color:#000000;
min-height:545px;
color:#FFFFFF;
}

#right a {
color:#FFFFFF;
font-weight:bold;
}

#right #images {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFAA;
padding:10px 10px;
font-weight:600;
text-align:center;
background-color:#000000;
border-bottom:1px solid #333333;
width:587px;
}

#left #navigation { 
float:left;
margin-top:5px;
width:100%;
}

#left #navigation ul {
margin:0px;
padding:0px;
list-style-type:none;
}

#left #navigation ul li {
width:100%;
padding:0px;
margin:0px;
display:block;
}

#left #navigation ul li a {
display:block;
color:#FFFFFF;
padding:8px 10px;
}

#left #navigation ul li a:hover {
background-color:#E3001B;
}

#right {
border-left:1px solid #000000;
}

#right #center {
float:left;
border-left:1px solid #333333;
width:606px;
min-height:505px;
background-color:#000000;
}
/*
#right #center #right {
float:right;
width:200px;
}
*/
#right #center #middle {
/*margin-right:200px;*/
min-height: 350px;
color:#FFFFFF;
}

#right #center #middle #content {
padding:10px;
}

#right #center #middle #content p, #right #center #middle #content div {
padding: 3px 10px;
}

#footer {
background-image: url(../images/rounded_end.gif);
background-repeat:repeat-x;
background-position:bottom;
border-top:1px solid #000000;
font-size: 95%;
padding:10px 5px;
clear:both;
background-color:#000000;
color:#AAAAAA;
text-align:center;
width:791px;
}

.center {
text-align:center;
}

.bold {
font-weight:bold;
}

.yellow {
color:#FFFFAA;
}

.error {
color:#E3001B;
}

.success {
color: #009900;
}

h1 {
font-size:155%;
margin:0px;
padding:10px 0px 0px 10px;
}