/* CSS Document */

/* Basic Stuff */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
/* End hide from IE-mac */


body {
	font: 13px Georgia, "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #cccccc;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: #000;
	background-image:url(images/background.jpg);
	font-weight: normal;
	}

p {
	font-weight: normal;
	}
	

	
body A:link    	{ color: #e99e1e; font-weight: normal; text-decoration: underline; }
body A:active  	{ color: #e99e1e; font-weight: normal; text-decoration: underline; }
body A:visited 	{ color: #e99e1e; font-weight: normal; text-decoration: underline; }
body A:hover  	{ color: #fff; font-weight: normal; text-decoration: underline; }
	
h1 {
	font: 22px Georgia, "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;  
	color: #cfcfcf; 
	padding-top: 20px;
	margin: 0;
	font-weight: normal;
}
	
	
.footer {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #383838;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	}
	
.footer A:link    	{ color: #383838; font-weight: normal; text-decoration: none; }
.footer A:active  	{ color: #383838; font-weight: normal; text-decoration: none; }
.footer A:visited 	{ color: #383838; font-weight: normal; text-decoration: none; }
.footer A:hover  	{ color: #383838; font-weight: normal; text-decoration: underline; }

.nav {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #fff;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
	}
	
.nav A:link    	{ color: #cfcfcf; font-weight: normal; text-decoration: none; }
.nav A:active  	{ color: #cfcfcf; font-weight: normal; text-decoration: none; }
.nav A:visited 	{ color: #cfcfcf; font-weight: normal; text-decoration: none; }
.nav A:hover  	{ color: #fff; font-weight: normal; text-decoration: underline; }

