body {
	background-color: #1e1e1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	margin: 0;
}

a {
	color: #d80090;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}	
			
/* image replacement */
	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
/* // image replacement */
		
#wrapper {
	width: 840px;
	height: 1100px;
	margin: 0 auto;
	position: relative;
	background: url(../images/rj_headerBG2.jpg) no-repeat top;
}
	
#header {
	width: 840px;
	height: 450px;
}

#navBar {
	font-size: 11px;
	position: absolute;
	top: 78px;
	left: 752px;
}

#navBar a {
	color: #cccccc;
	text-decoration: none;
}

#navBar a:hover {
	color: #00c0f0;
}
				
#content {
	position: relative;
}			



/* Easy Slider */
#slider-container {
	width: 772px;
	margin-left: 34px;
}


#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#slider li, #slider2 li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 772px;
	height: 400px;
	overflow: hidden;
}	

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display: block;
	width: 34px;
	height: 41px;
	position: absolute;
	top: 155px;
	z-index: 100;
}
	
#nextBtn, #slider1next{ 
	left: 806px;
}

#prevBtn, #slider1prev{ 
	left: 0;
}	
													
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display: block;
	position: relative;
	width: 34px;
	height: 41px;
	background: url(../images/btn_prev.png) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a{ 
	background: url(../images/btn_next.png) no-repeat 0 0;	
}	

.title {
	margin-left: -8px;
}

.thumbnail {
	margin: 0 15px 15px 0;
}

/* // END Easy Slider */



#footer {
	width: 840px;
	height: 433px;
	/*background: url(../images/rj_vanTwitter_footer.jpg) no-repeat;*/
}

#footer #about {
	width: 340px;
	height: 250px;
	background: url(../images/about_title.gif) no-repeat top #181818;
	margin: 0 30px 0 63px;
	padding-top: 30px;
	float: right;
	position: relative;
	right: 30px;
}

#footer p {
	padding: 0 15px;
}

#footer #contact {
	width: 215px;
	height: 250px;
	background: url(../images/contact_title.gif) no-repeat top;
	margin: 0 30px 0 0;
	padding-top: 30px;
	float: left;
}

#footer #social {
	width: 340px;
	height: 250px;
	background: url(../images/twitter_title.gif) no-repeat top #181818;
	float: left;
	position: relative;
	left: 64px;
	padding-top: 30px;
}