


body.site {
	background: #000;
	color:#FFF;
	font-family: Verdana, "courier new";
}
a {
	color: #FFE900;
	
	
}
a:hover {
	color: #0CB631;	
}

#mainwrap {
	width: 960px;
	text-align: left;
}

#header h1 {
	display:block;
	margin:0;
	padding:0;
	width: 100%;
	
	height: 125px;
}
#header h1 a {
	display:block;
	width:100%;
	height: 125px;
	text-indent: -10000px;
	overflow:hidden;
	background: transparent url(ria_logo.png) no-repeat top center;
	opacity: 0.8;
}
#header h1 a:hover {
	opacity: 1;
}

#header {
	position: relative;
	height: 160px;
	
}

#content_wrapper {
	background: #000;
	border:1px solid #000;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	
	box-shadow: 0px 0px 30px rgba(255,255,255, 0.3);
	-moz-box-shadow: 0px 0px 30px rgba(255,255,255, 0.3);
}
#content {
	padding: 25px;
	text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

#content ol, #content ul, #content p {
	margin-bottom: 1em;
}
#content ul li, #content ol li {
	margin-bottom: 0.4em;
}

p#bottom {
	font-size: 10px;
	color: #666;
}


