@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#wrapper {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	width: 861px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	position: relative;
	padding-bottom: 20px;
}
#wrapper h3 {
	letter-spacing: 2px;
	padding-top: 5px;
}

#header {
	background-image: url(../images/Header.gif);
	height: 202px;
	width: 759px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 50px;
	margin-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCA33;
	border-left-color: #FFCA33;
}
#nav {
	background-image: url(../images/navnotext.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 50px;
	height: 55px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffca33;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffca33;
}
#content {
	background-color: #000000;
	width: 759px;
	margin-left: 50px;
	margin-top: 20px;
	border: 1px solid #FFCA33;
}
.clearer {
	clear: both;
}

#leftcol {
	float: left;
	width: 350px;
	padding-left: 20px;
	background-color: #000000;
}
#leftcol a {
	color: #999999;
	text-decoration: none;
}
#leftcol a:hover {
	color: #FFCA33;
}

#leftcol p {
	letter-spacing: 2px;
	line-height: 20px;
	margin-top: 30px;
	padding-right: 5px;

}
#leftcol  h2 {
	letter-spacing: 1px;
	margin-top: 20px;
}
#rightcol {
	float: right;
	width: 327px;
	background-color: #000000;
}
#rightcol p {
	line-height: 20px;
	letter-spacing: 2px;
	padding-right: 10px;
}
#divide {
	background-image: url(../images/ropediv.gif);
	height: 510px;
	width: 56px;
	position: absolute;
	left: 420px;
	top: 325px;
}

#footer {
	margin-left: 50px;
	clear: both;
	height: 20px;
	width: 760px;
	text-align: center;
	margin-top: 20px;
	background-color: #000000;
	padding-top: 10px;
	font-size: 10px;
	letter-spacing: 1px;
	border: 1px solid #FFCA33;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCA33;
}
/*CSS file for Balmy Acres 2008 Waterview Web Design*/
