/* CSS Document */
body
{
    background-color: #000000;    
}

#wrapper
{
	background-color: #000000;
	width: 790px; 
	margin:0 auto;

}

#main-area
{
	background-color: #000000;
}

#header
{
    padding-top: 2%;
	min-height: 130px;
	background: url(../images/top-banner-new.jpg) no-repeat;

}

*html #header
{
    height: 125px;   
}

#main-content
{
	min-width: 100%;
	min-height: 600px;
	background-color: #151515;
}

*html #main-content
{
    width: 82%;
	height: 600px;
}

#left-column
{
	min-width: 15%;
	min-height: 430px;
	background-color: #1a1a1a;
	float: left;
	color: Gray;
}

*html #left-column
{
    width: 15%;
    height: 600px;  
}

ul.left-nav
{
    padding-top: 45%;
    list-style: none;  
    text-align: left;  
    padding-left: 15px;
    padding-right: 10px;
}

*html ul.left-nav
{
    padding-top: 5%;
    padding-left: 0;
    margin-left: 10px;
}

ul.left-nav li
{
    border-bottom: solid 1px gray;	
}

ul.left-nav li:hover
{
    background-color: Black;    
    color: Red;
}

ul.left-nav a:hover
{
    color: Red;    
}

ul.left-nav li.selected-nav-link
{
    text-decoration: none;
    background-color: black;
}

ul.left-nav li.selected-nav-link a:link
{
    color: Red;
}

ul.left-nav li.selected-nav-link a:visited
{
    color: Red;
}

#footer
{
	min-width: 99%;
	min-height: 50px;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 5px;
}

*html #footer
{
    width: 99%;
	height: 50px;
}
    
.copyright
{
    float: right;    
}

.clear
{
	clear: both;
}



