		*{
			margin:			0px;
			padding:		0px;
		}
		
		body{
			background-color: #000;
			font-family: 	Verdana, Arial, sans-serif;
			font-size:		0.9em;
		}
		
		a{
			color:			#2084c4;
		}
		
		#wrapper{
			
		}


		#content{
			background-color: #fff;
			min-height:		735px;
			z-index: 		-10;
		}
		#content-wide{
			background-color: #fff;
			min-height:		1700px;
			margin-bottom: 	20px;
		}
		#positioner{
			padding-top:	200px;
		}
		#ct-holder{
			position:		absolute;
			top:			400px;
			padding-left:	5px;
			left:			50%;
			width:			960px;
			margin-left:	-480px;
			font-size:		0.8em;
		}
		#ct-holder div{
			float:			left;
			width:			175px;
			line-height: 	15pt;
			font-size:		0.90em;
		}
		#ct-holder div h3{
			color:			#b22626;
		}
		#ct-holder div strong{
			line-height: 	15pt;
		}
		#ct-holder .learn{
			color:			#b22626;
			text-decoration:none;
			font-weight: 	bold;
			line-height: 	30pt;
		}
		
		#ct-wide{
			position:		absolute;
			top:			400px;
			padding-left:	10px;
			left:			50%;
			width:			960px;
			margin-left:	-480px;
			font-size:		0.8em;
			min-height:		1080px; /* SLOPPY, SORRY - CHANGE HEIGHT HERE */
			margin-bottom: 	50px;
		}
		#ct-wide div{
			float:			left;
		}
		#ct-wide .left{
			width:			260px;
			text-align: 	center;
			margin-right:	50px;
		}
		#ct-wide .left a{
			color:			#b22626;
			text-decoration:none;
		}
		#ct-wide .right{
			width:			600px;
			font-size:		1.1em;
		}
		#ct-wide .right h2{
			color:			#b22626;
		}
		#ct-wide .right p{
			margin:			10px 0px 30px 0px;
		}
				
		.bordered{
			padding-left:	20px;
			border-left: 	solid 1px #ddd;
		}
		
		#header{
			height:			190px;
			background: 	transparent url('/rlc/img/head-bg.jpg') top center no-repeat;
		}
		#header a img{
			margin:			30px 0px 0px 0px;
		}
		
		#hd-holder{
			position:		relative;
			top:			0px;
			left:			50%;
			width:			970px;
			margin-left:	-485px;
		}

		#introtext{
			position:		absolute;
			top:			10px;
			left:			50%;
			margin:			10px 0px 0px 100px;
			font-size:		0.75em;
			color:			#fff;
			line-height: 	13pt;
			width:			255px;
			padding:		30px 50px 0px 50px;
			background:		transparent url('/rlc/img/txt-bg.png') top center no-repeat;
		}
		#introtext a{
			margin:			20px 0px 0px -33px;
			padding:		0px;
		}

		#footer{
			clear:			both;
		}
		
		#photonav{
			float:			left;
		}
		
		#photonav ul{
			display:		inline;
			list-style-type:none;
		}
		#photonav ul li{
			display:		inline;
		}
		.spacer span{
			padding-left:	5px;
		}
