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

body {
	background: #000 url(../img/background.jpg) no-repeat top center;
	text-align: center;
	font-family: Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#9f9f9f;
	margin: 0px;
	height: 100%;
}

.container {
	height: 800px;
	background: #000 url(../img/info_bg.gif) repeat-y top center;
}

#contenttable {
	padding:10px;

}

.copydiv {
	line-height: 2em;
	text-align: left;
}

.subnav {
	line-height: 2em;
	letter-spacing: .2em;
	text-align: center;
}

img {
	border : 0px;
}

a:link {
	color:#9a5b1a;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

