/* CSS Document */
body {
	background-color:#ffffff;
	font: 10px Verdana;
	color:#000000;
	background-image:url(bg.jpg);
	background-position:Top Left;
}

td {
font: 10px Verdana;
}


input, select {
	background-color:#EFEFEF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#container {
	width:100%;
}

#leftcontent {
	width:461px;
	height:577px;
	padding:3px;
	border:1px solid #6c6c6c;
	float:left;
	background-color:#eaeaea;
	background-image:url(images/housebg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#rightcontent {
	width:309px;
	height:583px;
	padding:0px;
	border:1px solid #6c6c6c;
	float:left;
}

#topleft_content {
	width:455px;
	height:270px;
	border-bottom: 2px solid #6c6c6c;
}

#bottomleft_content {
	width:455px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#customize {
	background-color:#7e9f73;
	background-image:url(images/customizehome.jpg);
	width:299px;
	height:196px;
	border-bottom:1px solid #6c6c6c;
	padding:5px;
}

#construction {
	background-color:#6cb4ca;
	background-image:url(images/constructionprogress.jpg);
	width:299px;
	height:115px;
	border-bottom:1px solid #6c6c6c;
	padding:5px;
}

#polls {
	background-color:#d8d8e0;
	background-image:url(images/polls.jpg);
	background-repeat:no-repeat;
	width:299px;
	height:102px;
	border-bottom:1px solid #6c6c6c;
	padding:5px;
	overflow:hidden;
}

#righthome {
	background-color:#a86b6b;
	background-image:url(images/righthome.jpg);
	background-repeat:no-repeat;
	width:299px;
	height:127px;
	padding:5px;
}

#copyright {
	clear:both;
	color:#5D5D5D;
}

.submit_btn {
	color:#666666;
	background-color:#ECE8DF;
	border: 1px #999999 outset;
	width: 100px;
	height: 22px;
}

.border {
	border:1px solid #CCCCCC;
}

img {
	border:none;
}

ul {
 list-style-image:url(images/star.gif);
 margin-top:5px;
}

#gallery {
	float:left;
	width: 230px;
}