/* CSS Document */


body  { 
 font-family: Verdana, arial, tahoma, "Times New Roman", serif;
 background-color: white;


}

#wrapper {
 background-image:url('../images/faux.jpg');
 background-repeat: repeat-y;
 margin: 0 auto;
 overflow: hidden;
 width: 1000px;

}


#header {
 background-image:url('../images/header.jpg');
 width: 1000px;
 height: 140px;
 float: left;
 }


 
#menu {
 background-image:url('../images/menu.jpg');
 width: 221px;
 height: 415px;
 float: left;
 
 } 
 

 
#content {
 background-image:url('../images/content.jpg');
 width: 779px;
 height: auto;
 float: right;

 
 } 
 
#logos {
 background-image:url('../images/logos.jpg');
 width: 1000px;
 height: 72px;
 float: left;

 } 
 
 
#footer {
 background-image:url('../images/footer.jpg');
 width: 1000px;
 height: 102px;
 float: left;
 
 } 

.content {
color: black;
font-weight: normal;
font-size: 12pt;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-align: justify;
margin-left: 20px;
margin-right: 20px;
margin-top: 0px;
margin-bottom: 0px;
width: 730px;

} 
 
 
.menu {
color: #5facdf;
font-weight: bold;
font-size: 11pt;
text-decoration: none;
margin-left: 0px;
margin-right: 10px;
margin-top: 16px;
margin-bottom: 0px;
list-style-type: none;
 
 } 
 




ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	padding: 5px ;
	color: #000066;
}

ul a:hover {
color: black;
	
	
}

h1 {
color: black;
font-weight: bold;
font-size: 16pt;
text-decoration: none;
text-align: center;

}

h2 {
color: black;
font-weight: bold;
font-size: 12pt;
text-decoration: none;
text-align: left;

}

