/* CSS Document */

html, body { height: 100%; }

body {
	background-color: #665e4d;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color:#c9bea3;
}
a {
	color: #665e4d;
}
a:hover {
	color:#c9bea3;
}
.line {
}
#footer a {
	color: #c9bea3;
	text-decoration:none;
}
#footer a:hover {
	color:#665e4d;
	text-decoration:underline;
}
#menu {
	color: #3f3a30;
	font-weight:bold;
	background-color:#ab9369;
}
#menu a {
	color: #3f3a30;
	font-weight:bold;
	text-decoration:none;
}

.copyright {
	color:#c3ab71;
}
H1 {
	font-size:x-large;
	text-decoration:underline;
	margin-top:0px;
	color:#c3ab71;
}
H2 {
	font-size:large;
	border-bottom:solid;
	border-bottom-color:#c9bea3;
	border-bottom-width:1px;
	color:#c9bea3;
}
#splash {
	height:100%;
	background-color:#000000;
	vertical-align:middle;
	position:inherit;
}
#layout {
	height:100%;
	width:780px;
}
.listSpacing li {
	margin-bottom:10px;
}
