@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/brick_wall.jpg);
	height: 50px;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff799;
	background-repeat: no-repeat;
}
#header {
	height: 140px;
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
}
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	height: 150px;
}
#wire {
	height: 25px;
}

#logo {
	height: 140px;
	width: 900px;
	background-image: url(images/banner_build2.jpg);
	background-repeat: no-repeat;
}
#nav {
	height: 28px;
}
#banner {
	height: 300px;

}
#rightColumn {
	float: right;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
