﻿body{
	margin:0;
	padding:0;
	background-color: #BDB76B;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.5;
	}
#maincontainer {
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #fcffe6;
	display: block;
	border: 1px #af5518 solid;
	}
#maincontainer hr {
	margin-top: 7px;
	width: 80%;
	height: 4px;
 	color: #af5518;
	background-image: url(/images/bkg_hr.gif);
	border-style: none;
	border-color: #af5518;
	}
#topsection {
	height: 130px; /*Height of top section*/
	}
#topsection img {
	vertical-align: top;
	}
#contentwrapper{
	float: left;
	width: 100%;
	margin-left: 80px;
	}
.bookmarks {
	display: block;
	width: 100%;
	text-align: center;
	margin-left: -90px;
	font-size: 10pt;
	color: #af5518;
	background-image: url(/images/bkg_bookmarks.gif);
	background-position: center center;
	background-repeat: no-repeat;
	}
.bookmarks a {
	padding: 3px 5px;	
	}
.bookmarks a:link {
	color: #af5518;
	text-decoration: none;
	}
.bookmarks a:visited {
	color: #af5518;
	text-decoration: none;
	}
.bookmarks a:hover {
	color: #fcffe6;
	text-decoration: none;
	background-color: #af5518;
	}
.bookmarks a:active {
	color: #fcffe6;
	text-decoration: none;
	background-color: #af5518;
	}
.gallery {
	}
.gallery h2 {
	color: #BDB76B;
	}
.gallery img {
	}
#contact_block {
	text-align: center;
	background-color: transparent;
/**	background-image: url(/images/bkg_contact.jpg); **/
	background-position: center;
	background-repeat: no-repeat;	
	width: 785px;
	height: 500px;
	}
#contact_block table {
	border: 1px #af5518 solid;
	width: 665px;
	height: 437px;
	color: #af5518;
	text-align: center;
	font-size: 12pt;
	margin-top: 30px;
	margin-left: 40px;
	background-image: url(/images/bkg_contact.jpg);
	background-repeat: no-repeat;
	}
#contact_block table a:link {
	color: #af5518;
	text-decoration: none;
	}
#contact_block table a:visited {
	color: #af5518;
	text-decoration: none;
	}
#contact_block table a:hover {
	color: #fcffe6;
	text-decoration: none;
	background-color: #af5518;
	}
#contact_block table a:active {
	color: #fcffe6;
	text-decoration: none;
	background-color: #af5518;
	}
#contact_block table tr td {
	width: 50%;
	}
#contact_block table tr td label {
	font-weight: 900;
	}
#contact_block table tr td ul {
	list-style: none;
	}
#contact_block table tr td ul li {
	margin-left: -3em;
	}
#rwavp_services {
	font-size: 16pt;	
	}
#footer{
	color: #BDB76B;
	display: block;
	font-size: 8pt;
	clear: left;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
	height: 80px;
	}
#footer a:link {
	color: #af5518;
	text-decoration: none;
	}
#footer a:visited {
	color: #af5518;
	text-decoration: none;
	}
#footer a:hover {
	color: #fcffe6;
	text-decoration: none;
	background-color: #af5518;
	}
#footer a:active {
	color: #fcffe6;
	text-decoration: none;
	background-color: #af5518;
	}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}