@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bgs/sitebg1.png);
	background-repeat: repeat;
	color: #FFF;
	background-attachment: fixed;
}
#body {
	height: auto;
	width: 1000px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

#main {
	width: 972px;
	height: auto;
	background-image: url(bgs/bg3.jpg);
}

#main a:link { color: #FFE350; 
}
#main a:visited { color: #FFE350; }

#sidenav {
	height: auto;
	width: 200px;
}

#footer {
	font-size: small;
	font-weight: bold;
	text-align: center;
	height: auto;
	width: 100%;
}

#edge {
	background-attachment: fixed;
	background-image: url(bgs/sitebg2.png);
	background-repeat: repeat;
	margin: 7px;
	padding: 7px;
	height: auto;
	width: 972px;
}

.header {
	background-color: #000;
	text-align: center;
	width: 772px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(bgs/Header.jpg);
	background-attachment: fixed;
	height: 152px;
	vertical-align: bottom;
}
