* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: url(images/bkg.jpg) top center no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color: #0663a4;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "Arial Narrow", arial, sans-serif;
}

a {
	color: #f00;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a img {
	border: 0;
}

p {
	margin-bottom: 20px;
	line-height: 1.4;
}


#title {
	width: 960px;
	padding-top: 170px;
	margin: 0 auto 77px auto;
	text-align: center;
}
#title small {
	font-weight: bold;
}

#content {
	width: 924px;
	padding: 0px 50px;
	margin: 0 auto;
	background: url(images/content_repeat.png) top center repeat-y;
	position: relative;
}
#content_top, #content_bottom {
	position: absolute;
	left: 0;
	width: 1024px;
}
#content_top {
	height: 77px;
	top: -72px;
	background: url(images/content_top.png) top center no-repeat;
}
#content_bottom {
	height: 39px;
	bottom: -39px;
	background: url(images/content_footer.png) bottom center no-repeat;
}
#go {
	clear: both;
	text-align: right;
	margin: 0 0 0 auto;
	width: 185px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: url(images/actionbutton.jpg) right center no-repeat;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
#go a {
	color: #FFF;
	text-decoration: none;
	
}

#interlinks a {
	color: #888888;
	text-decoration: none;
	
}

#footertext {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	font-size: 11px;
}
