/* CSS Document */


body  { 
 font-family: Verdana, arial, tahoma, "Times New Roman", serif;
 background-color: black;

}

#wrapper {
 margin: 0 auto;
 overflow: hidden;
 width: 900px;

}

#top {
 background-image:url('images/top.jpg');
 width: 900px;
 height: 68px;
 float: left;
 }
 
#graphics {
 background-image:url('images/graphics.jpg');
 width: 900px;
 height: 259px;
 float: left;
 } 
 

#menu{
 background-image:url('images/menu.jpg');
 width: 900px;
 height: 53px;
 float: left;
 } 

#content{
 background-image:url('images/faux.jpg');
 background-repeat: repeat-y;
 width: 900px;
 float: left;
 } 

#footer_up {
 background-image:url('images/footer_up.jpg');
 width: 900px;
 height: 34px;
 float: left;
 
 } 
 
#footer {
 background-image:url('images/footer.jpg');
 width: 900px;
 height: 93px;
 float: left;
 
 }  
 
.content {
color: black;
font-weight: normal;
font-size: 12pt;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-align: left;
margin-left: 0px;
margin-right: 20px;
margin-top: 0px;
margin-bottom: 20px;
width: 640px;
float: right;

} 

.content_left {
color: black;
font-weight: normal;
font-size: 12pt;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-align: left;
margin-left: 10px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 10px;
width: 200px;
float: left;


} 
 

.menu {
font-weight: bold;
font-size: 11pt;
text-decoration: none;
text-align: left;
margin-left: 1px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 0px;
list-style-type: none;
} 

ul a:link, ul a:visited {
text-decoration: none;
display: block;
padding: 15px ;
color: white;
}

ul a:hover {
color: red;
}

ul, ul li {
	display: block;
	float: left;	
}

ul {
	float: left;
	padding: 1px 1px 1px 1px;
	
}



.footer_up{
color: white;
font-weight: normal;
font-size: 11pt;
text-decoration: none;
text-align: center;
margin-left: 0px;
margin-right: 0px;
margin-top: 8px;
margin-bottom: 0px;
width: 900px;

}
 
.footer_content_left{
color: white;
font-weight: normal;
font-size: 10pt;
text-decoration: none;
text-align: center;
margin-left: 20px;
margin-right: 0px;
margin-top: 25px;
margin-bottom: 0px;
width: 300px;
position: absolute;

}

.footer_content_center{
color: white;
font-weight: normal;
font-size: 10pt;
text-decoration: none;
text-align: center;
margin-left: 266px;
margin-right: 0px;
margin-top: 25px;
margin-bottom: 0px;
width: 300px;
position: absolute;
}

.footer_content_right{
color: white;
font-weight: normal;
font-size: 10pt;
text-decoration: none;
text-align: center;
margin-left: 532px;
margin-right: 20px;
margin-top: 25px;
margin-bottom: 0px;
width: 300px;
position: absolute;
}

h1 {
color: black;
font-weight: bold;
font-size: 14pt;
text-decoration: none;

}

h2 {
color: black;
font-weight: bold;
font-size: 12pt;
text-decoration: none;
text-align: left;

}

.footer_content_center a{text-decoration:underline; color:#FFFFFF;}
.footer_content_center a:hover{text-decoration:none; color:#F4F4F4;}

.footer_content_right a{text-decoration:underline; color:#FFFFFF;}
.footer_content_right a:hover{text-decoration:none; color:#F4F4F4;}

.footer_up a{text-decoration:underline; color:#FFFFFF;}
.footer_up a:hover{text-decoration:none; color:#F4F4F4;}

