/* 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: 12px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: #000;
	background-image:url(../images/layout/background.gif);
	font-weight: normal;
	}

p {
	font-weight: normal;
	}
	

	
body A:link    	{ color: #e58f06; font-weight: normal; text-decoration: underline; }
body A:active  	{ color: #e58f06; font-weight: normal; text-decoration: underline; }
body A:visited 	{ color: #e58f06; font-weight: normal; text-decoration: underline; }
body A:hover  	{ color: #fff; font-weight: normal; text-decoration: underline; }
	
h1 {
	font: 24px/55px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;  
	color: #e58f06; 
	padding-top: 0px;
	margin: 0;
}
	
	
.footer {
	font: 10px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #808080;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	}
	
.footer A:link    	{ color: #808080; font-weight: normal; text-decoration: none; }
.footer A:active  	{ color: #808080; font-weight: normal; text-decoration: none; }
.footer A:visited 	{ color: #808080; font-weight: normal; text-decoration: none; }
.footer A:hover  	{ color: #808080; font-weight: normal; text-decoration: underline; }
h2 {
	font: 16px/22px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;  
	color: #e58f06; 
	padding-top: 0px;
	margin: 0;
}
.pic {
	border: 1px solid #FFFFFF;
}

