
* {
	margin:0;
	padding:0;
}

html {background: url('../img/global/html_bg.gif') repeat-x top left;}

body {background: url('../img/global/body_bg.gif') no-repeat top center;}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: #fff url('../img/global/wrapper_bg.jpg') repeat-y top left;
	border:0;
}

#masthead {
	background: url('../img/global/masthead_bg.jpg') no-repeat top left;
	height: 226px;
}


/*-------- MAIN CONTENT ---------*/
#maincontent {
	padding-top: 40px;
	height: 523px; /*target 563px*/
	background: url('../img/global/maincontent_bg.jpg') no-repeat top left;
}

#maincontent h1 {
	margin-left: 250px;
	padding-bottom: 50px;
	width: 505px;
	font: normal 35px Arial, Helvetica, sans-serif;
	text-align:center;
	background: url('../img/global/mainContent_h1_bg.jpg') no-repeat bottom left;
}

#maincontent p {
	margin-top: 30px;
	margin-left: 275px;
	margin-top: 15px;
	width: 460px;
	font: 15px normal Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#maincontent em {
	text-decoration:underline;	
}

#maincontent h2 {
	margin-left: 275px;
	width: 460px;
	text-align:center;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#000;
}

#maincontent h3 {
	width:960px;
    margin-top:45px;
	text-align:center;
	background:none;
}

#maincontent h3 a:link, #maincontent h3 a:visited {
	display:block;
	margin-left: 25px;
	width: auto;
	text-align:center;
    font: bold 20px Arial, Helvetica, sans-serif;
	color:#F39;
	text-decoration:underline;
	background:none;
}

#maincontent h3 a:hover, #maincontent h3 a:active {
	text-decoration:none;
}

#maincontent a:link, #maincontent a:visited {
	color:#F39;
}

#maincontent a:hover, #maincontent a:active {
	text-decoration:none;	
}

/*-------- SECONDARY CONTENT ---------*/
#secondarycontent {
	height: 417px;
	background: url('../img/global/secondarycontent_bg.jpg') no-repeat top left;
}

#secondarycontent a:link, #secondarycontent a:visited,
#secondarycontent a:hover, #secondarycontent a:active {
	display: block;
	width: 1000px;
	height: 417px;
	border:0;
}


/*-------- FOOTER ---------*/
#footer {
	margin-bottom: 10px;
	padding: 15px 40px 0 40px;
	width: 900px; /*target 100px*/
	height: 105px;
	text-align:center;
	background: #fff url('../img/global/footer_bg.jpg') no-repeat top left;
}

#footer a:link, #footer a:visited {
	width:auto;
	font: normal 22px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#F39;
	text-decoration:underline;
}

#footer a:hover, #footer a:active {
	text-decoration:none;
	color:#fff;
}
