﻿html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-image: url('../images/~black.gif');
		background-position: center;
		background-attachment: fixed;
		background-color: #000000;
}
div#background {
	margin-left: auto;
	margin-right: auto;
	height: 1024px;
	width: 956px;
	background-image: url('../images/bkg_956.jpg');
	text-align: center;
	background-color: #000000;
}
div#spacer {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 42px;
}
div#menu {
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 22px;
	text-align: left;
}
div#mixer {
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 22px;
	text-align: left;
}
div#flash {
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 22px;
	position:relative
}
div#content {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: small;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	text-align: left;
}
div#container {
	position: relative;
	width: 100%;
}
div#text {
	margin-right: 280px;
}
div#image {
	width: 260px;
	position: absolute;
	top: 0px;
	right: 0px;
}
div#footer {
	margin-left: 40px;
	margin-right: 22px;
	font-size: 10px;
	font-family: Verdana;
	color: gray;
	text-align: left;
}
.sectionHeader {
	font-size: xx-small;
	color: #C0C0C0;
	text-align: left;
}
a{
	text-decoration:none;
	}
a.menuLinks{
	color: #A77479;
}
a.menuLinks:hover{
	color: #F8EEDA;
	text-decoration: none;
}
a.bodyLinks{
	color: #808080;
	text-decoration: underline;
	font-size: 11px;
}
a.bodyLinks:hover{
	color: red;
	text-decoration: underline;
}
a.footerLinks{
	color: #808080;
	font-family: Arial;
	text-decoration: none;
	font-size: 9px;
}
a.footerLinks:hover{
	color: #FFFFFF;
	text-decoration: none;
}





