/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-attachment: fixed;
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-position: center center;
	font-weight: bold;

}
a {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a img {
	border: none;
}
#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1500px;
	height: 170px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-position: center center;
	z-index: 2;
}
#container {
	background-color: #000000;
	border: 10px solid #333333;
	position: absolute;
	top: 0px;
	margin-left: -512px;
	z-index: 3;
	overflow: visible;
	height: 600px;
	width: 800px;
	left: 50%;
}
#heading {
	background-color: #000000;
	height: 171px;
	width: 800px;
}
.navbar {
	height: 35px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	background-color: #000000;
	background-image:  url(images/buttonbackground.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}
.button a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.button a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;	
}
#content {
	width: 800px;
	padding: 20px;
	vertical-align: top;
}
#footer {
	width: 800px;
	text-align: right;
	font-size: 12px;
	color: #999999;
	position: absolute;
	top: 600px;
	left: 50%;
}