
/***********************************************************
 *	BACKGROUND & GENERAL PROPERTIES
 **********************************************************/

#header_content_footer_wrapper {
	position: relative;	/*needed to absolutely position elements if width less than 100%*/
	margin: auto; /*needed to center site if fixed or less than 100%*/
}
#header_content_footer_wrapper_2 {	/*once you have your content in and images and such, you may need the following to make IE behave:*/
	width: 100%;
	position: relative; 	
	margin: auto;
}
	
/**********************************************************/

#header {
	/*position: relative; /*needed for BG to render in IE6*/		
}


#site_photo img {
	display: block; /*needed to remove 3px margin under inline elements in non IE6 browsers*/
	margin: auto;
}


/*********************************************************
 *	MAIN MENU
 *********************************************************/


#main_links ul li img {
	vertical-align: top; /*aligns images to the top of their container*/
}


/*********************************************************
 *	TEASERS
 *********************************************************/


.teaser_heading span {
	position: relative;
	display: block;
}


