.base {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.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;
}
a:link {
	color: #F2DC77;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #F2DC77;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FDF39D;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FDE57F;
	font-weight: bold;
}
h1 {
	margin-top: 0px;
	padding-top: 2px;
}
.style1 {
	color: #6C6644;
	font-weight: bold;
	font-size: 24px;
}
.style2 {color: #564E38; font-weight: bold; font-size: 22px; }
.style3 {
	color: #000000;
	font-size: 12px;
}
