.base {
	color: #663333;	
	padding-top: 2px;
	font-size:12px;
}
.footer {
	background-repeat: repeat-x;
	background-position: center center;
	background-image:url(images/barblack.jpg);
}
body {
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	background-attachment: fixed;
	/**background-image: url(images/sun.jpg);**/
	background-repeat: no-repeat;
	background-position: left top;
}
.main {
	background: #F2EFDD;
	background-image: url(images/sun.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #FF0033;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FF0033;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF3366;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF0033;
	font-weight: bold;
}
h1 {
	margin-top: 0px;
	padding-top: 2px;
	color: #330000;
}
.style1 {
	color: #6C6644;
	font-weight: bold;
	font-size: 24px;
}
.nav a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.nav a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
.nav a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.nav a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.nav td:hover {
	background-image: url(images/barblackdown.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
p {
	font-size: 15px;
}
