/* Structure CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c6b8c5;
	background: url(../images/bg.jpg) #da9911 top center repeat-x;
	margin: 30px 0 0 0;
	background-attachment: fixed;
}

#preloadbg {
	position: absolute;
	left: -99999px;
}

/* Structural Areas */

#Page {
	width: 900px;
	margin: 0 auto;
}

#LeftNavigation {
	float: left;
	margin: 0 0 0 25px;
}


/* Index Specific Areas */

#IndexLogo {
	width: 900px;
	height: 91px;
	background: url(../images/index-logo-bg.png) top left no-repeat;
}

#IndexBody {
	width: 900px;
	height: 376px;
	background: url(../images/index-body-bg.png) top left no-repeat;
}

#IndexBottom {
	width: 900px;
	height: 39px;
	background: url(../images/index-bottom-bg.gif) top left no-repeat;
}



#IndexContent {
	float: left;
	width: 500px;
	margin: 0 40px 0 40px;
	text-align: left;
}


/* Standard Areas */

#StandardLogo {
	width: 900px;
	height: 91px;
	background: url(../images/standard-logo-bg.png) top left no-repeat;
}

#StandardLeftNavigation {
	float: left;
	width: 225px;
	margin: 27px 0 0 25px;
}

#ServicesBody {
	width: 900px;
	background: url(../images/services-body-bg.jpg) #3d1a33 top left no-repeat;
}

#ServicesContent {
	float: left;
	width: 500px;
	margin: 0 20px 0 40px;
	text-align: left;
	color: #c6b8c5;
	font-size: 12px;
}

#StandardBody {
	width: 900px;
	background: url(../images/standard-body-bg.gif) #3d1a33 top left no-repeat;
}

#StandardBottom {
	width: 900px;
	height: 20px;
	background: url(../images/standard-bottom-bg.png) top left no-repeat;
}

#StandardContent {
	float: left;
	width: 625px;
	margin: 0 20px 0 0;
	text-align: left;
	color: #c6b8c5;
	font-size: 12px;
}

#ClearBody {
	clear:left;
}

#FramesiLeftNavigation {
	float: left;
	width: 250px;
	margin: 27px 0 0 25px;
}

#FramesiContent {
	float: left;
	width: 525px;
	margin: 0 40px 0 0;
	text-align: left;
	color: #c6b8c5;
	font-size: 12px;
}

#MapLeftNavigation {
	float: left;
	width: 150px;
	margin: 27px 0 0 25px;
}

#MapContent {
	float: left;
	width: 700px;
	margin: 0 10px 0 0;
	text-align: left;
	color: #c6b8c5;
	font-size: 12px;
}


/* Footer Area */

#Footer {
	width: 504px;
	margin: 0 auto;
	padding: 8px 15px 10px 0;
	text-align: center;
	color: #fff;
	background: url(../images/footer-bg.png) top left no-repeat;
}