a {
	background-color: transparent;
	color: #A7CB9E;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #AEA;
}

body {
	background-color: #000;
	color: #EBDB97;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 3% 0px 3% 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 66px;
	font-weight: normal;
	letter-spacing: 9px;
	margin: 0px 0px 0px 6px;
	text-align: center;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .15em;
	margin-bottom: .5em;
	margin-top: 1em;
	text-align: left;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: .15em;
	margin-bottom: .5em;
	margin-top: 1em;
	text-align: left;
}

p {
	text-align: justify;
}

#nav a {
	font-weight: bold;
}

#contentcenter {
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 288px;
}

#contentleft {
	float: left;
	margin: 2px 0px 0px 2px;
	padding: 0px;
	text-align: left;
	width: 284px;
}

#contentright {
	float: left;
	margin: 2px 2px 0px 0px;
	padding: 0px;
	text-align: right;
	width: 284px;
}

#frame {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 864px;
}

#head {
	background-image: url(rt_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px auto -6px auto;
	padding: 0px;
	text-align: center;
	width: 864px;
}