html, body {
	margin: 0;
	padding: 0;
	background: #ff7200 url(images/bg.gif) repeat-x;
	text-align: center;
}

body {
	padding: 38px 0 10px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
/*	line-height: 18px;*/
}

a {
	color: #ff7200;
}

a:hover {
	color: #FF3300;
}

#wrapper {
	text-align: left;
	width: 736px;
	margin: 0 auto;
	padding: 0 0;
	background: #fff url(images/body.gif) repeat-y;
}

#content {
	padding: 0 30px;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 1em 0;
	letter-spacing: -1px;
}

h1 {
	font-size: 48px;
	line-height: 1.15em;
}

h2 {
	font-size: 26px;
	line-height: 26px;
}


h3 {
	font-size: 22px;
	line-height: 22px;
}

h4 {
	font-size: 18px;
	line-height: 18px;
}

p {
	line-height: 18px;
}

#footer {
	height: 32px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #ff7200 url(images/footer.gif) top left no-repeat;
	line-height: 14px;
	text-align: center;
	color: #666;
	font-size: 11px;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #333;
}
