/* Structure CSS Document */

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

/* Structural Areas */

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

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


/* Index Specific Areas */

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

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

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



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


/* Standard Areas */

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

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

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

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

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

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

#StandardContent {
	float: left;
	width: 625px;
	margin: 0 20px 0 0;
	text-align: left;
	color: #af9eae;
	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: #af9eae;
	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: #af9eae;
	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.gif) top left no-repeat;
}
