body {
	margin-top:0;
	padding:0;
	background:#dbd5b6 url(../imgs/landfade_bkg.jpg) center bottom no-repeat fixed;
}

#header {
	background-image:url(../imgs/header_bkg.jpg);
	margin-top:25px;
	width:928px;
	height:105px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90px;
	color:#FCF5D1;
	letter-spacing:-5px;
}

a:link,a:visited, a:hover{
	text-decoration:none;
	color:#FCF5D1;
}

/* a:hover {
	text-decoration:underline;
	color:#FCF5D1;
} */

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F6DE9B;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
}

a {
	outline:none;
}

a#navigation:link,a#navigation:visited,a#navigation:active {
	text-decoration:none;
}

a#navigation:hover {
	text-decoration:underline;
}
	
#layoutbkg {
		width:928px;
		height:auto;		
		border:#F6DE9B solid;
		border-width:1px;
		background:url(../imgs/content_bkg.png);
		background-repeat:repeat-y;
		border-bottom-width:4px;
}

#contentbkg {
	background:url(../imgs/content_bkg.png);
	background-repeat:repeat-y;
	border:#F6DE9B solid;
	border-width:1px;
	width:571px;
	min-height:566px;
	height:100%;
	margin:15px 0 0 20px;
}

#incontentbkg {
	background:url(../imgs/content_bkg.png);
	background-repeat:repeat-y;
	border:#F6DE9B solid;
	border-width:1px;
	width:885px;
	min-height:566px;
	height:100%;
	margin:15px 0 0 20px;
}

#linksbkg {
	background:url(../imgs/links_bkg.png);
	background-repeat:repeat-y;
	border:#F6DE9B solid;
	border-width:1px;
	width:292px;
	min-height:566px;
	height:100%;
	margin:-568px 0 0 612px;
}

/* Font Styling */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FCF5D1;
	font-weight:500;
}

li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FCF5D1;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FCF5D1;
}

a {
	outline:none;
}

a.p:link,a.p:visited,a.p:active {
	text-decoration:none;
}

a.p:hover {
	text-decoration:underline;
}
	
/* property styles */

#property {
	color:#FCF5D1;
}