/* BACKGROUND AND FONT COLOR*/

body {

	background: 	#20412c url(background.jpg) top left no-repeat fixed;

	color: #3b3d23;

}

a {

	color: #3b3d23;

}



/* NAVIGATION ALPHA BACKGROUND */

.nav_lens {

	background: url(menu_button_lens.png) no-repeat;

}



	.nav_lens_top {

		background: url(menu_button_lens.png) no-repeat;

	}

		.nav_sub_lens {

			background: url(menu_button_lens_sub.png) no-repeat;

		}

		

* html .nav_lens {

	background: none;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../theme/default/menu_button_lens.png", sizingMethod="scale");

}

	* html .nav_lens_top {

		background: none;

		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../theme/default/menu_button_lens.png", sizingMethod="scale");

	}

		* html .nav_sub_lens {

			background: none;

			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../theme/default/menu_button_lens_sub.png", sizingMethod="scale");

		}

		

/* Hack to make the menu work */

* html .nav_lens a, .nav_lens_top a, .nav_sub_lens a {

	position: relative;

	cursor: pointer;

}

		

/* SUBPAGE HEADER TEXT BACKGROUND */		

#main-body-title {

	background-color: #20412c;

}



/* PAGE TEXT COLOR */

#interior-content-text {

	color: #3b3d23;

}



/* PAGE LINK COLOR */

.index-link {

	color: #2b5c86;

}



/* LEFT-RIGHT DIVIDER */

#body-content-container {

	background: url(body-content-container.gif) repeat-y;

}



#body-content-left {

	color: #3b3d23;

}