html, body {
 margin: 0;
 padding: 0;
 font-family: Verdana;
 background: #00adef url('../images/bg.gif') repeat-x;
}

td, tr, p, div {
 font-size: 11px;
 font-family: Verdana;
 color: #000000;
}

ul, li, ol {
 margin: 0;
 padding: 0;
}

a:link, a:visited {
 font-size: 11px;
 font-family: Verdana;
 color: #000000;
 text-decoration: none;
}

a:hover {
 color: #00adef;
 text-decoration: none;
}

#shadow {
 margin: 0 auto;
 width: 912px;
 background: url('../images/shadow.png') repeat-y;
}

#overall {
 margin: 0 auto;
 width: 900px;
}

#logo {
	padding: 5px 0 0 20px;
	height: 120px;
	width: 900px;
}
#logo h2 {
	margin: 0 0 0 210px;
}
#header {
 margin: 0 auto;
 height: 30px;
 width: 880px;
 background: url('../images/bgh.gif') repeat-x;
}

#fastlinks {
 margin: 0px 10px;
 padding: 7px 0;
 list-style: none;
}

#fastlinks li {
 list-style: none;
 display: inline;
 text-align: center;
 text-decoration: none;
}

#fastlinks li a:link, #fastlinks li a:visited {
 color: #FFFFFF;
}

#fastlinks li a:hover {
 color: #00adef;
}

#clear {
 height: 20px;
 width: 900px;
}

#middle {
 margin: 0 auto;
 clear: both;
 width: 880px;
}

#content {
 margin: 0 10px;
 width: 520px;
 float: left;
}

#fastlinks {
 margin: 0 10px;
 list-style: none;
}

#fastlinks li {
 list-style: none;
 display: inline;
 text-align: center;
}

#menu_left {
 margin: 0 0 0 9px;
 height: 640px;
 width: 170px;
 float: left;
}

#menu_right {
 margin: 0 9px 0 0;
 width: 170px;
 float: left;
}

.menu-list li {
 list-style: none;
 text-align: center;
 line-height: 170%;
 width: 170px;
 background: url('../images/m_bg.gif');
}

.menu-list li#menu-menu {
 height: 36px;
 width: 170px;
 background: url('../images/m_menu.gif');
}

.menu-list li#menu-uptime {
 height: 36px;
 width: 170px;
 background: url('../images/m_uptime.gif');
}

.menu-list li#menu-panel {
 height: 36px;
 width: 170px;
 background: url('../images/m_panel.gif');
}

.menu-list li.menu-plain {
 height: 15px;
 width: 170px;
 background: url('../images/m_bg.gif');
}

.menu-list li.menu-footer {
 height: 5px;
 width: 170px;
 background: url('../images/m_footer.gif') no-repeat;
}

#footer {
 width: 900px;
 text-align: center;
 clear: both;
}


