@charset "utf-8";


/* CSS Document */

body {
	background-image: url(http://www.glapenarealty.com/pics/bg-wood.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	height: 146px;
	width: 774px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(http://www.glapenarealty.com/pics/top.png);
	padding: 0px;
}

#mid {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.glapenarealty.com/pics/middle.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 774px;
	background-position: center top;
	text-align: justify;
}

#mid p {
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
	text-align: left;
}
#mid li {
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}

#bottom {
	height: 31px;
	width: 774px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(http://www.glapenarealty.com/pics/bottom.png);
	float: none;
}
#topNav {
	background-color: #669966;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#topNav ul {
	text-align: center;
	margin: 0px;
	padding: 5px;
}
#topNav li {
	display: inline;
}
#topNav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFcc;
	text-decoration: none;
	background-color: #669966;
	margin: 5px;
	padding: 5px;
}
#topNav a:hover {
	color: #000000;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.footer {
	font-size: x-small;
	color: #FFFFcc;
	top: 10px;
	line-height: 31px;
}
.footer  a {
	text-decoration: none;
	color: #FFFFcc;
}
.contactabout {
	color: #FFFFcc;
	text-decoration: none;
	position: relative;
	width: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contactabout a {
	text-decoration: none;
	color: #FFFFcc;
}

