/* CSS Document */

body,td,th {
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}
body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.main_template_table {
	width:920px;
	height:650px;
	background-image:url(rw_images/home_image1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.contact_template_table {
	width:920px;
	height:650px;
	background-image:url(rw_images/contact_image1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.credits_template {
	width:600px;
	height:420px;
	background-image:url(rw_images/thanks_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.content_area {
	width:425px;
	padding-top:60px;
}

.credits_area {
	width:425px;
}

a:link {
	color: #CB5941;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CB5941;
}
a:hover {
	text-decoration: none;
	color: #993333;
}
a:active {
	text-decoration: underline;
	color: #CC9900;
}

A.menu_link:link, A.menu_link:visited, A.menu_link:active {
	color: #CB5941;
  	font-weight: bold;
	font-size: 14px;
  	text-decoration: none;
}
	
A.menu_link:hover {
	color: #993333;
  	font-weight: bold;
	font-size: 14px;
  	text-decoration: underline;
}

.menu_pipes {
	color:#CB5941;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

.main_menu {
	width:229px;
	text-align:center;
	padding-top:10px;
}

.header_pt1 {
	font-size:36px;
	color: #CB5941;
	line-height: 42px;
}

.header_pt2 {
	font-size:36px;
	line-height: 42px;
}

.header3 {
	color: #CB5941;
	font-Weight:bold;
}

.footer_bar {
	background-color:#CB5941;
	padding-left:15px;
	height:23px;
	width:650px;
	text-align:left;
}

.footer_bar_text {
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	padding-left:5px;
	padding-top:2px;
	background-color: #CB5941;
}

A.footer_link:link, A.footer_link:visited, A.footer_link:active {
	color: #FFFFFF;
  	font-weight: normal;
	font-size: 14px;
  	text-decoration: none;
}
	
A.footer_link:hover {
	color: #FFCC99;
  	font-weight: normal;
	font-size: 14px;
  	text-decoration: underline;
}

.footer {
	padding:5px 0 7px 5px;
}