/* CSS Document */
/*Tag styles*/
body {
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}

h4, h3, h2, h1 {
font-family:Georgia, "Times New Roman", Times, serif;
}


hr {
color:#CCCCCC;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color:#FFFFFF;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  }
  
/*Div Styles*/
#wrapper {
margin:auto;
width:986px;
background:url(images/background.jpg) repeat-y;
}

#header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width: 100%;
height:475px;
}

#header img {
margin:120px 0 0 675px;
}

#header h1 {

position: absolute;

left: -999px;

width: 990px;

}


#float_left {
float:left;
position:fixed;
margin: -300px 0px  0px 50px ;
width:19%;
}



#float_left ul {

margin-left:15px;
color:#000000;
font-size:14px;
}

#float_left li {
text-decoration:none;
margin:20px 0 20px 0;
}

#float_left a:link { 
	color: #333333;
	text-decoration: none;
	}
#float_left a:visited { 
	color: #666666;;
	text-decoration: none;
	}
#float_left a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
#float_left a:active { 
	color: #333333;
	text-decoration: none;
	}

#float_right {
float:right;
margin: -250px 0px  0px 0px ;
width:55%;
padding-right:80px;
font-size:12px;
line-height:25px;

}

#float_right ul {

color:#666666;
list-style:square;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:4px;
font-size:12px;
}

#float_right img {
float:left;
margin-right:10px;
}




#footer {
width:100%;
height:62px;
background:url(images/footer2.jpg);
clear:both;
}



/*classes*/

.display {display:none;}



/*pseudo-classes*/
a:hover { color:#CC0000; }


a:link {color:#f2b062;}



a:visited {color:#666666;}

