html {
	margin: 0;
	padding: 0;
}
body {
	font-family:'Century Gothic',sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
}
body { text-align: center; } /* center on ie */

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 920px;
	text-align: left;
	background: transparent url(img/bg-container.gif) repeat-y  scroll 0 0;
}
#container-inner { position: static; width: auto; }
#content {
	padding: 10px;
	background: transparent url(img/bg-header.gif) no-repeat scroll center top;
}
#content-inner {
	height: 460px;
	padding-top: 60px;
	text-align: right;
	background: transparent url(img/bg-content.gif) no-repeat scroll center bottom;
}
#footer {
	padding: 0 20px 15px;
	background: transparent url(img/bg-footer.gif) no-repeat scroll center bottom;
}
#footer-inner {
	font-size: 0.8em;
	color: #666;
}
h1 { font-size: 1.3em; }
h2, h3 {
	font-size: 1.1em;
	color: #304539;
}
p { margin-top: 5px; }
