/* 
===================================================================
==  General And Global Styles		           					 ==
===================================================================
*/


/* ===== General Styles ===== */

/* - Global Styles - */
body { margin: 130px auto 0 auto; background: #FCB831 url(../images/header/page_fill.gif) center repeat-y; font-size: 0.8em; font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif; }




/* 
===================================================================
==  Header and Footer       		           					 ==
===================================================================
*/

/* = Header = */
#header { position: absolute; top: 25px; left: 0; width: 100%; background: url(../images/header/background.png) repeat-x; min-width: 1000px; }
#header div {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/* #header div.corners { width: 1000px; height: 30px; position: absolute; top: 105px; left: -20px; background: url(../images/header/corners.png) top left no-repeat; z-index:500;  */
#header .logo {
	position: absolute;
	width: 291px;
	height: 74px;
	top: 12px;
	left: -3px;
}
#header .logo img { border: 0; }
#header a { color:#49515E; }
#tagline { margin:0 auto; width:100%; min-width:1000px; height:30px; background-image:url(../images/header/tagline.png); background-position:top center; background-repeat:no-repeat; }




/* 
===================================================================
==  Content Sections        		           					 ==
===================================================================
*/

/* - Content Setup - */
#content { width: 960px; margin: 20px auto 0; padding: 0; min-height: 800px; position: relative; }

