/* body stuff */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image:url('images/xangabg.jpg');
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #765639; 
	}

/* text stuff */

h5 {
	font-size: 11px; 
	color: #765639;
	}

h4 {
	font-size: 14px; 
	color: #765639;
	}
	
/* Links */

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #DF6000;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #A8905D;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: underline overline; 
	color: #A8905D; 
	}

/* Free page CSS */

#logo2 {
	position: absolute;
	width: 781px;
	height: 100px;
	top: 0px;
	left: 0px;
	}
	
#menu2 {
	position: absolute;
	width: 781px;
	height: 60px;	
	top: 100px;
	left: 0px;
	}
	
#free {
	position: absolute;
	width: 600px;
	top: 160px;
	left: 0px;	 
	padding: 15px;
	}

.copyright {
	padding-left: 15px;
	}