/* CSS Document */


/* ----------| =Initial Page Structure |---------- */ 


body { 
	background-color: #261900;
	background-position: top center; 
	background-image: url(http://www.flatheadaffordablehomes.com/images/bg1.jpg); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	margin: 0 auto; 
	padding: 0; 
	color: #000000; 
	font-family: Arial; 
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: #003366;
	font-size: 10pt;
}

.content {
	color: #00000; 
	font-family: Arial; 
	font-size: 14px;
}

#header { 
	position: relative;
	background: #000;
	height: 105px;
	z-index: 4000;
}

#navigation { 
	position: relative;
	padding: 2px;
	z-index: 4000;
}

#content { 
	position: relative;
	width: 900px;
	margin: 6px 0 0 0;
	z-index: 0;
}

.sub #content { 
	padding: 5px;
}

.sub #content #holder { 
	position: relative;
	width: 890px;
	z-index: 0;
}

.LakeName {
	color: #003366; 
	font-family: Arial; 
	font-size: 35px;
	text-align: center;
}

.AttributeHeaders {
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 16px;
	background: #003366;
	font-weight: 600;
	text-align: center;
	padding: 5px;
}

.1031{
	color:#FFF; background-color:#003366;
}

.1031 a {color:#FFF; text-decoration:blink;}

.1031 :hover {color:#FF9;}

/* Footer  */
.footer{ 
	text-align: center;
	color: #000000;
	font-size: 10px;
}
a.SiteMap{ 
	text-align: center;
	color: #000000;
	font-size: 10px;
}

a.NewUser {
	text-decoration: none;
	color: #003366;
	font-size: 18pt;

