/* ---- Total Pre-Sets ---- */
		* { border: 0; margin: 0; padding: 0; }
		body { font-size: 12px; font-family: Arial; background: #becd8a; }
		a:active, a:focus { /* Firefox Link Border Fix */ outline: 0  }
/* ---- End Total Pre-Sets ---- */
		
/* ---- Main Page Elements ---- */
		#wrapper { background: #ffffff url("../images/bodybg.png") repeat-x; width: 100% }
		
		#head
		{
		height: 200px;
		width: 800px;
		}
		
		#logo
		{
		height: 175px;
		width: 800px;
		background: url("../images/logo_new.png") center no-repeat;
		}
		
		#main
		{
		height: auto;
		width: 780px !important; /* Firefox Padding Fix */
		width: 800px; /* Width For IE */
		background: #FFFFFF;
		margin-top: 25px !important; /* Firefox Margin/Height */
		margin-top: 0; /* Margin For IE */
		padding: 10px;
		float: none;
		text-align: left;
		}
		
		#foot {
		background: #becd8a url("../images/footbg.jpg") repeat-x;
		width: 100%;
		height: 120px;
		line-height: 25px;
		}
/* ---- End Main Page Elements ---- */