/*Royal River Graphics///////////////////*/

* { padding: 0; margin: 0; }

hr {
margin-bottom: 8px
}

img {display: block; border:0px; margin: 0px; list-style: none;}

body  { 
	background-color: #fff; 
	margin-top: 25px 
}

/* content starts here*/
#wrapper { 
	margin: 0 auto;
	width: 800px;
	padding: 0
}

.float_left {
	float: left;
	clear: both;
	padding-right: 5px;
	padding-bottom: 8px;
}

.float_right {
	float: right;
	clear: right;
	margin-right: 5px;
	margin-bottom: 8px;
}

.float_left_p {
	float: left;
	clear: both;
	padding-left: 20px;
	padding-bottom: 25px;
}

.float_right_p {
	float: right;
	clear: right;
	margin-right: 20px;
	margin-bottom: 25px;
}

.rhp_right_col {
	float: left;
	position: relative;
	width: 350px;
	height: 140px;
	z-index:500;
}

.rhd_left_col {
	float: left;
	position: relative;
	width: 370px;
	height: 140px;
	margin-left: 15px;
	z-index:500;
}

.content_right_col {
	float: left;
	position: relative;
	padding-left: 20px;
	width: 360px;
	z-index:500;
}

.content_right_col a {
	color: #5C1229; 
	font-family: "Times New Roman", Times, Georgia, serif;	
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
}

.content_right_col a:hover {
	color: #6E6E6E; 
	font-family: "Times New Roman", Times, Georgia, serif;	
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
}
.content_left_col {
	float: left;
	position: relative;
	padding-right: 20px;
	width: 360px;
	z-index:500;
}

.content_left_col_center {
	float: left;
	position: relative;
	text-align: center;
	padding-right: 20px;
	width: 360px;
	z-index:500;
}

.content_left_col a {
	color: #5C1229; 
	font-family: "Times New Roman", Times, Georgia, serif;	
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
}

.content_left_col a:hover {
	color: #6E6E6E; 
	font-family: "Times New Roman", Times, Georgia, serif;	
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
}

.content_left_col_g {
	float: left;
	position: relative;
	padding-right: 0px;
	width: 400px;
	z-index:500;
}
.content_right_col_g {
	float: left;
	position: relative;
	padding-left: 0px;
	width: 340px;
	z-index:500;
}

#content {
	margin-top: 10px;
	position: relative;
	width: 760px;
	padding: 20px;
}


#faux  { 
	background: #fff;
	padding: 0; 
 	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 	width: 100%;
}


#header {
 	width: 800px;
 	padding: 0px;
 	height: 0px;
 	margin: 0px 0px 0px 0px;
 	float: left;
 	position:absolute;
 	z-index: 50;
}


#footer_left   { 
	margin-top: 7px;
	margin-bottom: 20px;
	padding: 0pt;
	width: 425px;
	float: left;
}

#footer_right   { 
	margin-top: 7px;
	padding: 0pt;
	width: 325px;
	float: right;
}

#footer_center   { 
	margin-top: 20px;
	padding: 0pt;
	width: 800px;
	text-align: center;
}

#border_middle { 
	background: url("../images/middle_border.jpg") repeat-y top;
	z-index: 250; 
}

