@charset "utf-8";
/* CSS Document */


<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a {text-decoration: none;
	color: #fff;
	}
#container { 
	width: 970px;  
	background: #fff;
	margin: 0px auto;
    text-align: left; 
	height: auto;
	
	
} 

#header { 
	background: #000; 
	height: 100px;
	color: #fff;
	
	
} 
#header h1 {
	margin: 0; 
	
}

#logo {
	background: #202634;
	border-bottom: 3px solid #696969;
	color: #aaa; 
	height: 120px;
	padding-bottom: 40px;
	text-align: center;
	font: bold 48px book antiqua;
	
	
	
}
#sidebar1 {
	float: right; 
	width: 200px;
	height: 100%;
	background: #a0b4bE; 
	color: #000;
  	padding: 0px;
	border: 3px solid #696969;
	border-top: none;
	
	
}
#sidebar1 h1 {
	background: #404c66;
	color: #fff;
	padding: 10px;
	text-align: center;
        font: 22px book antiqua;
	margin: 0;
}

#sidebar1 h2 {
	background: #202634;
	color: #bbb;
	padding: 10px;
	text-align: center;
        font: 18px book antiqua;
	margin: 0;
}

#sidebar1 h3 {
	background: #5f7399;
	color: #000;
	padding: 10px 10px 10px 0px;
	text-align: center;
        font: bold italic 14px arial;
	margin: 0;
}

#sidebar1 h4 {
	background: #5f7399;
	color: #000c46;
	padding: 10px 10px 10px 10px;
	text-decoration: underline;
    text-align: center;
    font: 13px book antiqua;
	margin: 0;
}


#sidebar1 p {
	background: #5f7399;
	color: #fff;
	padding: 0px 10px 5px 10px;
	text-align: left;
        font:  16px book antiqua;
	margin: 0;
}

#mainContent { 
	margin: 0; 
	padding: 20px; 
	width: 700px;
	height: 100%;
	background: #fff;
	color: #000;
	float:left;
	
}
#mainContent a{ 
	color: #5f7399;
	
}  
#footer { 
	
	background: #202634; 
	height: 90px;
	color: #fff;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.title {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;

}
-
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

-> 



