/* CSS Document */
a:link {
	color: #234577;
	text-decoration: none;
}
a:visited {
	color: #234577;
	text-decoration: none;
}
a:hover {
	color: #fcf8ef;
	text-decoration: none;
}
a:active {
	color: #234577;
	text-decoration: none;
}

body {
	background-image:url(../images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:0;
	text-align:center;
}

#shell{
	border:1px solid #234577;
	background-color: #FFFFFF;
	width: 633px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header{
	background-color: #e6ddc7;
	height:279px;
}
#headerTop{
	height:31px;
	background-image:url(../images/top_bckgrnd.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:.8em;
	color:#234577;
}
#headerMid{
	height:217px;
}
#hmLeft{
	width:193px;
	float:left;
	background-color:#e6ddc7;
	height:100px;
	background-image:url(../images/parade_of_homes.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:117px;
	text-align:center;
	color:#234577;
	font-size:1em;
}
#hmRight{
	width:440px;
	float:left;
	height:217px;
}
#headerBot{
	height:31px;
	clear:both;
	background-image:url(../images/headerBotRep.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#headerBot ul{
	list-style-type: none;
	padding:0;
	margin:0;
}
#headerBot ul li{
	float:left;
	margin-top:8px;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	width:19%;
}
#headerBot ul li a{
	text-decoration:none;
}
#content{
	margin:15px;
	color: #666666;
}
#photoright{
	margin-left:10px;
	margin-bottom:10px;
	border: 1px double #CDC5B0;
}
#sponsor {
	width:100%;
	height:110px;
	text-align:center;
	padding-top:10x;
}
#sponsors{
	border: 1px solid #DFE3EA;
	
	}
#links{
	color:#234577;
	margin-left:33px;
	font-weight: bold;
}
#links li a:hover{
	color:#7496c6;
}
