body{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #676767;
}

input, textarea, select, option{
	background-color: #676767;
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding: 5px;
	border: 2px solid #000000;
	border-left: 6px solid #000000;
}

p{
	margin-top: 0px;
	letter-spacing: 1px;
}

i{
	letter-spacing: 1px;
	color: #ffffff;
}

blockquote{
	background: #000000 url(/rorschach/nav/RRBG.jpg) no-repeat;
	background-position: right;
	padding: 10px 5px 10px 10px;
	margin: 0px auto;
	width: 340px;
	color: #676767;
}

h2{
	font-family: Georgia, serif;
	color: #ffffff; 
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-left: 75px;
	margin: 0px 0px 2px 0px;
}

h3{
	font-family: Georgia, serif;
	color: #ffffff; 
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

a, a:link {
	color: #ffffff;
	letter-spacing: 0px;
	text-decoration: none;
	
}

a:hover {
	color: #848484;
	text-decoration: underline overline;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a img {
	border: none; 
} 

ul {
	list-style-type: circle;
	margin: 0; 
	margin-left: 50px;
	padding: 0;
}

#container{
	margin: 0px auto;
	width: 600px;
	background-color: #141414;
	border: 0px solid #000000;
}


#banner {
	padding:0px;
	margin:0px;
	display: inline;
	overflow: hidden;
	font-size:0px;
	width: 600px;
	height: 300px;
	z-index: 2;
}

#quote {
	width: 580px;
	background-color: #141414;	
	border: 0px solid #000000;
	padding: 10px;
	text-align: center;
	letter-spacing: 2px;
	font-style: italic;
	color: #ffffff;
}

#main {
	width: 475px;
	background-color: #141414;	
	border: 0px solid #000000;
	padding: 5px;
	float: right;
}

#nav{
	width: 105px;
	background-color: #141414;	
	border: 0px solid #000000;
	padding: 2px 5px;
	float: left;
}

#disclaimer{
	width: 590px;
	color: #ffffff;
	letter-spacing: 2px;
	font-style: italic;
	border: 0px;
	padding: 5px;
	clear: both;
}

#disclaimer p{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height:10px;
}

#footer{
	clear: both;
}

.navigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navigation li {
	margin-bottom: 2px;
}

.navigation a {
	display: block;
	background: #141414;
	color: #848484;
	width: 90px;
	height: 25px;
	border-left: 5px solid #141414;
	text-decoration: none;
	font-weight: normal;
}

.navigation a:hover {
	display: block;
	background: #000000 url(/rorschach/nav/RRHover.jpg) no-repeat;
	background-position: right;
	color: #848484;
	width: 90px;
	border-left: 5px solid #141414;
	height: 25px;
	text-decoration: none;
	font-weight: normal;
}

