﻿#wrapper 
{
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border: 2px solid #000099;
}

#header 
{
	width: 100%;
	height: 122px;
	margin: 0 auto 1em auto;
	background: #f6f6f6; 
	border: 1px solid black;
	padding: 0;
}

#logo 
{
	float: left;
	margin: 10px 70px 0 20px;
	width: 100px;
	display: inline;
}

#logo a
{
    text-decoration: none;    
}

#logo img 
{
    border:0;    
}

#banner 
{
	float: left;
	width: 720px;
	height: 120px;
	padding:0;
	background: transparent url(/images/sep_banner_500.png) left center no-repeat;
}

#tools
{
    height: 20px;
    margin:  100px 10px 0 0;
    text-align: right;
}

#tools a, #tools p
{
   	font-size: small;
	font-weight: bold;
    color:Blue;
    text-decoration: none;
}

#tools a:hover
{
    text-decoration: underline;    
}

#urhere
{   
   background-color: #fff; 
   width: 100%; 
   font-size:small; 
   color:Black;
   margin: 0 0 3px 4px;
   font-weight:bold;
}

#navigation 
{
    width: 100%;
    background-color: #5D7B9D;
    border: 1px solid black;
    border-bottom: 0px;
}

#page
{
    width: 880px;
    padding: 1em 15px 1em 15px;   
    background-color:#e8e8e8;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#content
{
    background-color: #F8F8F8;
    border: 2px solid #c0c0c0;  
    padding: 5px;    
}

#sidebar-left
{
    float:left;
    width: 220px;
    margin-right: 18px;   
}

#content-right
{
    float:left;
    width: 622px; 
    background-color: #F8F8F8;
    border: 2px solid #c0c0c0;  
    padding: 5px; 
}

#footer 
{
	width: 910px;
	height: 20px;
	padding: 20px 0 15px 0;
	background: #5D7B9D;
	border:1px solid #000066;
	border-top: 0;
}

#footer h4 
{
	font-variant:small-caps;
	text-align: center;
	color: #fff;
}

#footer h5 
{
	text-align: center;
	color: #fff;
}

#footer a 
{
	color: #fff;
}

