body
{
	background-color: #333333;
	background-image: url('/images/background1.jpg');
	font-size: 12px;
	font-family: Arial;
	margin-top:10px;
	padding: 0px;
	color: #333333;
}

#outerdiv
{
	width: 794px;
	margin: auto;	
	
	background-color: #444a3c;	
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#innerdiv
{	
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #fffcf5;
	margin:5px;
	width:782px;
	}


#header
{
    clear: both;    
    height: 152px;
    background-image: url('/images/header.jpg');        
}

#headerleft
{
	width: 410px;
	height: 15px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	border-bottom: #d3d3d3 1px solid;
	font-size: 11px;
	color: #a9a9a9;
}

#headerright
{
	width: 362px;
	height: 25px;
	background-image: url('/images/header-right.jpg');   			
	float:right;
	}



#mainarea {
padding: 10px;
clear:both;
background-color: #fffcf5;
font-size: 11px;

}

#mainleft {

width:583px;
float:left;
/* border: 1px solid #000000; */
}

#mainright { 

width: 163px;
float: right;
/* border: 1px solid #000000;  */
background-image: url('/images/side-background.jpg'); background-repeat: repeat-y; }

#menuright 
{   
    padding-top: 5px;
    padding-left:10px;
    padding-bottom:5px;
    padding-right:5px;
    font-weight: bold;
    font-size: 12px;
    }

#footer
{
	border-top: #696969 2px solid;
	padding-top: 5px;
	clear: both;
	height: 30px;
	text-align: center;
	color: #333333;
	font-size: 10px;
	background-color: #999966;	
}

#footerspacing

{ height: 10px;
	clear: both;
	}

#footer a {
color:#333333;
}



a
{
    color: #006600;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #660000;
}