/* CSS Document */

body {
	background-color:#A9B513;
	font-size: 0.6em;
	font-family:  Verdena, Arial, trebuchet;
	color:#000000;
	padding:0px;
	margin:0px;
	margin-top: 60px;
	
}

a { 
	color:#666666;
	text-decoration:none; 
}
a:link {
color:#666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	color:#a9b513;
	

}
a:active {
	text-decoration: none;
}



#header {
	font-size: 24px;
	font-weight:normal;
	text-align:right;
	padding: 20px 15px 0px 0px;
        

}

#header2 {
	font-size: 10px;
	font-weight:normal;
	text-align:right;
	padding: 5px 0px 30px 85px;
    float:left;
}
#footer {
	margin: 340px 0px 0px 138px;
	text-align: left;
	
}