/* CSS Document */

body {
	background-color:#161616;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width: 875px;
	background-color:#FFFFFF;
	margin-left: 10%;
	margin-right: 10%;
	background-image:url(/images/sidebar-bg_06.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}

#header {
	width: 100%;
	height: 248px;
	background-color:#FFFFFF;
	background-image:url(/images/christmasinsedona-header_02.jpg);
	}

#menu {
	position:relative;
	top:-45px;
	right:-06px;
	width:525px;
	height:10px;
	}
	
#lh-col {
	float: left;
	width: 70%;
	padding-left:.5em;
	}

/*Right Column Styles	*/
#rh-col {
	float: right;
	width: 27%;
	}

#sidebuttons {
	width:100%;
	}

#sidebuttons {
	font-size:.75em;
	}

#leftbutton {
	width:100px;
	}
	
#rightbutton {
	width:100px;
	}


/*Footer Styles*/	
#footer {
	clear:both;
	height:61px;
	background-color:#66CC33;
	text-align:center;
	background-image:url(/images/footer-bg_08.jpg);
	}
	