@charset "UTF-8";

/* General */
a {
	text-decoration:none;
}
b, strong {font-weight:bold;}
i, em {font-style:italic;}
p {margin-bottom:1em;}
div.clearall {height:1px;margin-top:-1px;clear:both;}

body {
	background-color: #000000;
	background-image: url();
	background-repeat: repeat-x;
}

a:link {
	color: #cc6633;
	text-decoration: none;
}
a:visited {
	color: #999966;
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	text-decoration: underline;
}
a:active {
	color: #999966;
	text-decoration: none;
}

.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc6633;
	font-size: 100%;
}

div#footernav {
	margin:0px 0 40px 0;
	text-align:center;
	color: #cc6633;
	font-size: 75%;

}

div#footernav a {
	color: #cc6633;
	text-decoration: none;
}

div#footernav a:hover {
	text-decoration: underline;
	color: #D4BC9A;
	
}
