/* 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:#99FF99;
	background-image:url(/images/summer-place-bg.jpg);
	background-repeat:no-repeat;
	}

#menu {

	}
	
#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;
	}
	
