/*General body style*/
*		{margin:0; padding:0;}	/*No margin, no padding, no show overflow by default*/
img		{border:0;}

body	{font-family:Arial, Helvetica, sans-serif;
		text-align:center; background:#DDF;} /*Fix for Netscape 4, and IE 4 - 6 (quirks mode)*/

h1 {font-size:150%;}
	
h2 {font-size:150%;}

h3 {font-size:125%;}

h4 {font-size:112.5%;}

hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px solid #999999; border-bottom:0px solid #abb0b5; height : 1px; }

p {font-size:90%; margin:4px;}

/*http://webdesign.about.com/od/css/ht/htcsscenterfix.htm*/
/*Set display area width 900px at the center of the browser page*/
div#body_wrap	{width:980px; text-align:left; margin:10px auto 0 auto;
				background-color:White;
				}

div#footer_wrap	{width:100%; height:70px; position:fixed; bottom:0; margin-left:auto; margin-right:auto; z-index:2; }
/*
div#footer { width:900px; height:90; background:url(../img/bg_footer.png) no-repeat bottom center; margin-left:auto; margin-right:auto;}
*/

1024px; height:73px;}
div#body_bottom		{clear:both; height:63px;} /*Successfully put a box to push the content up*/

div#content_wrap	{width:980px;}

