#sidebar {
	width: 175px;
	height: 800px;
	float: left;
	top: 20px;
	text-align: center;
	position: fixed;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 250px;
}
BODY {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}
#navButton_home {
	position: relative;
	top: 0px;
	width: 140px;
}
#navButton_house {
	position: relative;
	top: 15px;
	width: 140px;
}
#navButton_impressions {
	position: relative;
	top: 30px;
	width: 140px;
}
#navButton_location {
	position: relative;
	top: 45px;
	width: 140px;
}
#navButton_price {
	position: relative;
	top: 60px;
	width: 140px;
}
#flags {
	text-align: left;
	position: relative;
	top: 80px;
	left: 40px;
}
#nav_button {
	text-align: left;
	margin-left: 15px;
	position: relative;
	top: 60px;
	height: 200px;
}
#visitor_box {
	top: 100px;
	position: relative;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
	left: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: groove;
	border-left-style: none;
	border-right-style: none;
}
#shell_img {
	position: relative;
	top: 120px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
