/* commented backslash hack \*/
html, body					{ height:100%; background:url(../_images/siteBackground.gif) repeat-x top left; background-color:#FFFFFF; }
/* end hack */

html,body 					{ margin:0; padding:0; background:url(../_images/siteBackground.gif) repeat-x top left; background-color:#FFFFFF; }

body 							{ text-align:center; background:url(../_images/siteBackground.gif) repeat-x top left; background-color:#FFFFFF; }/* centre for ie5.+*/
                     	
#outer						{ min-height:99.9%; height:auto; width:890px; margin-left:auto; /* center it*/ margin-right:auto; /* center it*/ position:relative; text-align:left; background:url(../_images/pageBackground.gif) repeat-y top left; }
* html #outer				{ height:99.9%; width:890px; /* box model hack for ie5.+*/w\idth:890px; }

#headerContainer			{ width:890px; height:288px; margin-left:auto; /* center it*/ margin-right:auto; /* center it*/ background:url(../_images/menuBackground.gif) repeat-x; }
#header						{ width:890px; height:97px; }
#bannerImage				{ width:890px; height:191px; }
#logo							{ width:251px; height:97px; float:left; }

#menuContainer				{ width:501px; height:27px; _height:97px; float:right; padding:36px 0px 34px 0px; }
#menuInner					{ width:501px; height:27px; overflow:hidden; }
#menuButton					{ float:left; }
#menuButtonOn				{ float:left; position:relative; left:0px; top:-27px; }
#menuButton a:hover		{ position:relative; left:0px; top:-27px; }
#menuSpacer					{ width:8px; height:27px; float:left; }

#contentContainer 		{ padding:0px; margin-bottom:0px; }
                     	
#leftTeaser					{ width:210px; _width:230px; float:left; padding:20px 10px 20px 10px; }
#leftTeaserContent		{ width:210px; text-align:justify; }
#teaserContactForm		{ width:210px; margin:20px 0px 20px 0px; }
#teaserContact_text		{ width:210px; margin:2px 0px 2px 0px; font-family:"Trebuchet MS",Arial,Helvetica,Verdana,sans-serif; font-size:12px; font-weight:bold; color:#000000; }
#teaserContact_form		{ width:210px; margin:2px 0px 2px 0px; }

#rightTeaser				{ width:115px; _width:165px; float:left; padding:20px 20px 20px 30px; }

#mainContent				{ float:left; width:630px; _width:660px; padding:20px 15px 20px 15px; }
#content						{ width:630px; text-align:justify; }
#contentParagraph			{ width:630px; }

#sectionDivider			{ }

#footerContainer			{ width:890px; height:41px; _height:140px; position:absolute; bottom:-1; left:0; text-align:center; padding:72px 0px 0px 0px; background:url(../_images/footerBackground.gif) repeat-x; }
#clearfooter				{ clear:both;  height:140px; width:100%; }

div>p 						{ margin:0; }

.clearFix:after 			{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearFix 					{ display:inline-block; }  /* for IE/Mac */