/* Bev Coggins "the reserve " CSS Document */

body {
	background: #e2d9cf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
		}
#reserve_container {
	margin: 0 auto;
	padding: 0;
	width:950px;
	background: url(images/bkg.jpg) top no-repeat;

	}
.top {
	background:#e2d9cf;
	font-size: 12px;
	width:950px;
	text-align:center;
	}
.astuff {
	background: #ae9981;
	border: 1px solid #000;
	padding:3px;
	font-size: 13px;
	font-weight:bold;
	}
	a, a:visited {
		color:#993204;
		text-decoration:underline;
		}
	a:hover {
		color:#000;
		text-decoration:underline;
		}
#reserve_header {
margin-bottom: 4px;
	}
	
#reserve_lfloat {
	float:left;
	border:2px solid #000;
	margin: 0 5px 5px 5px;

	}
#reserve_lfloattwo {
	float:left;
	border:2px solid #000;
	margin: 0 5px 5px 5px;

	}
#reserve_rfloat {
float:right;
	margin: 0 0 5px 5px;
	}
#reserve_rfloatwo {
float:right;
	border:2px solid #000;
	margin: 0 0 5px 5px;
	}
h1 {
	font-size: 18px;
	color: #57300a;
	}
h2 {
	font-size:18px;
	color: #000;
	}
	h3 {
	font-size: 15px;
	color:#000;
	}
.underline {
	text-decoration: underline;
	color:#990000;
	}

#clear {
	clear:both;
	}
