@charset "utf-8";
/* CSS Document */
<style type="text/css">
	body,
	html {
	margin:0;
	padding:0;
	color:#000;
	}
	body {
	min-width:750px;
	margin-top: 30px;
	background-image: url(http://www.brooklinestreetstudio.com/images/layout/bg.gif);
	}
#layout {
	background:#99c;
	width:799px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #653A23;
	height: auto;
	}
#wrap {
	width: 800px;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 20px;
}
	#header {
	background-color: #FFFFFF;
	margin-bottom: 25px;
	}
#leftnav {
	background:#9c9;
	float:left;
	width:150px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 0px;
	}
.leftnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e2610;
	padding-right: 10px;
}
.leftnav A:link {
	text-decoration: none;
	color: #4e2610;
}
.leftnav A:visited {
	text-decoration: none;
	color: #4e2610;
}
.leftnav A:active {
	text-decoration: none;
	color: #4e2610;
}
.leftnav A:hover {
	color: #769748;
	font-style: italic;
}
#content {
	background:#99c;
	float:right;
	width:600px;
	background-color: #FFFFFF;
	padding-right: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	}
	#footer {
	clear:both;
	float: none;
	left: auto;
	height: 19px;
	width: 800px;
	}
	#footer p {
	padding:5px;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 75;
	right: 50px;
    }
.bottom {
	background-image: url(http://www.brooklinestreetstudio.com/images/layout/footer.png);
	height: 19px;
	width: 800px;
	background-repeat: no-repeat;
}
.credit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.credit A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.credit A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.credit A:active {
	text-decoration: none;
	color: #FFFFFF;
}
.credit A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #633922;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #769748;
}
</style>
