@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif, "Book Antiqua";
	color: #FF9900;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	background-image: url(newimages/cont_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: auto;
	width: 800px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
#menu {
	float: right;
	width: 300px;
	padding-top: 300px;
}
#container #menu h1 {
	font-weight: 300;
	font-variant: small-caps;
	text-align: center;
}

a:visited {
	color: #CC6600;
	text-decoration: none;
	border: 1px solid #CC6600;
	padding-right: 4px;
	padding-left: 4px;
}

a:link {
	color: #CC6600;
	text-decoration: none;
	border: 1px solid #CC6600;
	padding-right: 4px;
	padding-left: 4px;
}
a:hover {
	color: #FFFFFF;
	background-color: #CC6600;
	border: 1px solid #FFFFFF;
}

