body {
	background-image:url(images/background_rpt.jpg);
	background-repeat:repeat;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {margin-top:0; color:#009933;}
h2 {color:#009933;}
img {margin:0;}
li {margin-bottom:10px;}

.background {
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:100%;
	position:absolute;
}

.wrapper {
	width:908px;
	background-image:url(images/content_rpt.jpg);
	background-repeat:repeat-y;
	position:relative;
	margin:auto;
}

.banner {
	width:908px;
	height:197px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

.navbar {
	height:197px;
	position:relative;
	vertical-align:bottom;
}

.content_bg {
	width:908px;
	background-image:url(images/content_rpt.jpg);
	background-repeat:repeat-y;
}

.content {
	width:818px;
	background-image:url(images/content_main.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:60px;
}

.content_bottom {
	width:908px;
	height:62px;
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	line-height:62px;
	font-size:9px;
	text-align:center;
}

.bottom_links {
	height:15px;
	line-height:15px;
	text-align:center;
	font-size:6px;
	color:#FFCC00;
}

.bottom_links a {
	text-decoration:none;
	color:#FFCC00;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
