body {
	margin: 0;
	padding: 0;
	background: #ec8000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
}

#wrapper {
	width: 959px;
	margin: 15px auto;
	background: url(img01.gif) repeat-y left top;
}


h1, h2, h3 {
	margin: 0;
	padding: 15px 0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 150%;
}

a:link {
	color: black;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}



/** ********************************LOGO *****************************************************/

#logo {
	width: 959px;
	height: 294px;
	background: url(img02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 239px 0 0 357px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	font: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	font-variant: small-caps;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }




/* Footer */
#footer-wrap {
	width: 919px;
	height: 43px;
	margin: 0 auto;
	background: #999999;
}

#footer {
	margin: 0 auto;
	height: 80px;
	min-height: 40px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}
#footer-end {
	width: 959px;
	height: 20px;
	background: transparent url(img04.gif) no-repeat scroll left bottom;
}
#footer p {
}

#legal {
	clear: both;
	padding-top: 9px;
	text-align: center;
	color: #000000;
}

#legal a {
	text-decoration: none;
	color: #000000;
}
