/* 	
*********************************************
** 	STYLE SHEET                            **
** 	CREATED FOR SUNRISE CRC				   **
**	Thursday, October 19, 2006             **
**	By: Jeremy Harrison                    **					
**  Template Designed: Tom Marlow 		   **
**	jeremy@spiread.com                     **
*********************************************

*/

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color:#000000;
	line-height: 20px;
	
}

a: link {
	text-decoration: none;
	color:#003875;
}

a:visited {
	text-decoration: none;
	color:#003875;
}

a:hover {
	text-decoration: underline;
	color:#0066CC;
}

.page_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #1b315c;
}

#main_wrapper {
	position: relative;
	width: 796px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:url(../images/bckg.gif) top left repeat-y;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
}

#content_box {
	position: relative;
	width: 746px;
	left: 29px;
	top: -5px;
	padding:0px;
	margin: 0px;
	/*background-color:#CC66CC;*/
	z-index:1;
}

#main_content_box {
	width: 510px;
	padding:10px 10px 0px 10px;
	margin: 0px;
	/*background-color:#CCFF00;*/
	z-index:2;
}

#right_sidebar {
	position: absolute;
	top: 0;
	left: 536px;
	width: 210px;
	padding:0px;
	margin: 0px;
	/*background-color:#FF6600;*/
	z-index:3;
}