/* HOMEPAGE RULES */

/* SITE CONTAINERS */

/* COMPASS IMAGES */

.plotting_compass {
	background: #000000 url("/images/backgrounds/home_photos/plotting_compass.jpg");
}

.ancient_compass {
	background: #000000 url("/images/backgrounds/home_photos/ancient_compass.jpg");
}

.blue_tip_compass {
	background: #000000 url("/images/backgrounds/home_photos/blue_tip_compass.jpg");
}

.map_compass {
	background: #000000 url("/images/backgrounds/home_photos/map_compass.jpg");
}

.research_compass {
	background: #000000 url("/images/backgrounds/home_photos/research_compass.jpg");
}

.crisp_compass {
	background: #000000 url("/images/backgrounds/home_photos/crisp_compass.jpg");
}

.fuzzy_compass {
	background: #000000 url("/images/backgrounds/home_photos/fuzzy_compass.jpg");
}

.historic_compass {
	background: #000000 url("/images/backgrounds/home_photos/historic_compass.jpg");
}

.rustic_compass {
	background: #000000 url("/images/backgrounds/home_photos/rustic_compass.jpg");
}

.traditional_compass {
	background: #000000 url("/images/backgrounds/home_photos/traditional_compass.jpg");
}

div#whole_site_container {
	background-position: center top;
	background-repeat: no-repeat;
}

div#site_container {
	background: transparent url("/images/backgrounds/header_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
}

div#container {
	min-height: 550px;
	height: auto !important;
	height: 550px;

}

/* HEADER */

div#header {
	height: 168px;
}

	#header h1 {
	}


/* SITE INTRO TEXT */

div#intro_text {
	height: 150px;
}


/* MAIN SITE CONTENT BODY */

div#main_body {
	padding: 100px 0px 0px 0px;
}


/* MAIN TEXT REGION */

	div#body_text {
		padding: 0px 0px 0px 30px;
		width: 375px;
		height: 226px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		font-size: 13px;
}
