* {	margin: 0; padding: 0;}
body { background: #2c2c2c; font-family: Arial, sans-serif; }
#container { width: 100%; }
.clear { clear: both }

#Header { background: url('/themes/blorange/images/header-bg.png') repeat-x; height: 52px; }
#Header h1 { color: #dcdcdc; line-height: 52px; vertical-align: middle; padding-left: 20px; }
#Navigation { width: 100%; background: url('/themes/blorange/images/nav-bg.png') repeat-x top; height: 28px; }
#Navigation ul { margin-left: 10px; }
#Navigation li { float: left; width: 100px; list-style: none; }
#Navigation a {display: block; line-height: 28px; vertical-align: middle; text-decoration: none; color: #000; text-align: center;  }
#Navigation a:hover { background: url('/themes/blorange/images/nav-bg.png') repeat-x bottom; border-left: 1px solid #d37700; border-right: 1px solid #d37700; }


#Sidebar { width: 200px; position: absolute; top: 80px; left: 0px; font-size: 8pt; padding-top: 0px; }
div.sidebarBox { background: #393939; margin: 10px 10px 10px 10px; } 
div.sidebarBox h3 { color: #d09311; background-color: #434343; font-size: 11pt; margin: 0; padding-left: 5px; }
div.sidebarBox ul#Menu2, div.sidebarBox p, ul.archiveMonths{ margin: 0; padding: 7px; }
div.sidebarBox ul.sub { padding-left: 10px; }
div.sidebarBox li { list-style: none }

#Content { width: 100%; float: right; margin-left: -200px; padding-bottom: 10px }
#ContentFull { width: 100%;  background: #393939; padding: 10px }
#MainContent {padding-left: 200px; padding: 0px 0px 10px 200px; }
#MainContentBG { background: #393939; margin: 10px 10px 10px 0px; padding: 10px }

#Breadcrumbs { padding: 10px; font-size: 8pt; }

#PageComments li { list-style: none; border: 1px solid #000; width: 90%; padding: 10px }
#PageComments .info { font-style:italic }

#Footer { clear: both; background: url('/themes/blorange/images/nav-bg.png') repeat-x top; width: 100%; text-align: center; height: 28px; line-height: 28px; vertical-align: middle; font-size: 8pt; }
#Footer a { color: #000;  }