html,body {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	background:#fff8ee url('images/background.jpg');
	background-position:top;
	background-repeat:repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

#tabhead {
	border-bottom: solid 1px white;
	border-collapse: separate; border-spacing:3px;
	
	}

.footer {
    border-top: solid 1px white;
	border-collapse: separate; border-spacing:3px;
	text-decoration:none;
	color:#FFF;
	
	}
.footer a{
	text-decoration:none;
	color:#FFF;
	
	}
	
	

