body {
	margin:0;
	background-image:url(images/background-rpt.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

img {
	border:none;
}

li {
	margin-bottom:10px;
}

p {
	margin:0;
	margin-bottom:10px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
}

h2 {
	font-size:14px;
	color:#0066FF;
}

.container {
	width:740px;
	margin:auto;
}

.header {
	width:740px;
	height:102px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.navbar {
	width:670px;
	padding-left:35px;
	padding-right:35px;
	height:23px;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
}

.banner {
	width:740px;
	height:152px;
	background-repeat:no-repeat;
}

.content {
	width:650px;
	background-image:url(images/content-top.jpg);
	background-repeat:no-repeat;
	padding:45px;
	padding-top:25px;
}

.footer {
	width:650px;
	height:66px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	line-height:45px;
	padding-left:45px;
	padding-right:45px;
	font-size:10px;
	color:#999999;
}

.footer-line2 {
	width:650px;
	line-height:21px;
	font-size:9px;
}

.footer-line2 a {
	color:#CCCCCC;
}

a {
	color:#0099CC;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#009999;
}