html {
	font-family: Arial;
	font-weight: bold;
	font-size:14px;
	color: #CBA021;
}
body {
	background-color: #000;
	margin:0;
	padding:0;
}
h1 {
	font-size: 25px;
	font-style:italic;
	color: #E8C762;
}
h2 {
	font-size: 20px;
	font-style:italic;
	font-weight: bolder;
	color: #E1BC4D;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
a {
	color:#C00;
	text-decoration:none;
}
p {
	text-align: justify;
}
#title {
	background-color:#333;
	height:100%;
	width: 100%;
}
#container {
	height:100%;
	width:100%;
	overflow:auto;
}
#innercontainer {
	width:800px; 
	height:100%; 
	background-color:#333;
	border:#666 solid 2px;
}
#quote {
	font-style:italic;
	font-size:18px;
	color: #E8C762;
	font-weight:normal;
}
#intro {
	text-align:center;
}
#main {
	padding-left: 26px;
	padding-right: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	text-align:left;
	border-top:#666 solid 1px;
}
#menu {
	text-align:right;
	margin-right: 20px;
}
.sublinks {
	font-size: 11px;
	color: #CBA021;
}
