@charset "UTF-8";
body {
	background-color: #ffcc66;
}
#logo {
	float: left;
	margin-right: 204px;
}
#smalli {
	float: left;
	padding-top: 10px;
	margin-right: 23px;
}
#container {
	background-color: #347b92;
	background-image: url(../Images/house_back.png);
	background-position: right bottom;
	width: 700px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #8a949e;
	background-repeat: no-repeat;
}
#header {
	background-color: #FFFFFF;
	height: 139px;
	border-bottom-width: 21px;
	border-bottom-style: solid;
	border-bottom-color: #975341;
}
#linklist {
	float: left;
	padding-top: 30px;
	padding-bottom: 40px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#linklist a {
	margin-bottom: 12px;
	display: block;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 25px;
	font-weight: lighter;
	color: #FFCC66;
}
#text {
	height: 585px;
	padding-top: 33px;
	padding-left: 61px;
	padding-right: 61px;
	margin-bottom: 40px;
}
#linksdown a {
	margin-right: 30px;
	color: #FFCC66;
	margin-top: 30px;
}
p {
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 12px;
}
#linksdown {
	color: #33CCCC;
	text-align: left;
	margin-top: 30px;
}
.pa {
	line-height: 18px;
}
#info {
	float: left;
	margin-bottom: 0px;
}
#form {
	float: left;
	margin-bottom: 250px;
	margin-left: 80px;
}
#clear {
	clear: both;
}
