/* CSS Document */

body {
	background-color:#083674;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/swirls.jpg)
	}
	
#wrapper {
	width: 800px;
	background-color:#FFFFFF;
	margin-left: 10%;
	margin-right: 10%;
	background-image:url(/images/rh-col-background_03.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}

#header {
	width: 100%;
	height: 197px;
	background-color:#FFFFFF;
	background-image:url(/images/verder-builder_01.jpg);
	}

#menu {
	position:relative;
	top:-67px;
	right:-275px;
	width:525px;
	height:10px;
	}
	
#lh-col {
	float: left;
	width: 70%;
	margin-left:0em;
	padding-left:.5em;
	}

/*Right Column Styles	*/
#rh-col {
	float: right;
	width: 27%;
	}

#sidebuttons {
	width:100%;
	}

#sidebuttons {
	font-size:.75em;
	}

#button {
	width:100px;
	}
	

/*Footer Styles*/	
#footer {
	clear:both;
	height:34px;
	background-color:#66CC33;
	text-align:center;
	}
	
