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:#ffa500;
}

h2 {
	font-size:14px;
	color:#ffa500;
}

.container {
	width:800px;
	margin:auto;
}

.header {
	width:800px;
	height:102px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

.navbar {
	width:730px;
	padding-left:35px;
	padding-right:35px;
	height:23px;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
}

.banner {
	width:800px;
	height:152px;
	background-repeat:no-repeat;
}

.content {
	width:710px;
	background-image:url(images/content-top.jpg);
	background-repeat:no-repeat;
	padding:45px;
	padding-top:25px;
}

.footer {
	width:710px;
	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:710px;
	line-height:21px;
	font-size:9px;
}

.footer-line2 a {
	color:#CCCCCC;
}

a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
}

.inmenu {
	padding-left:5px;
}

.incmenu-sub {
	padding-left:10px;
}

.incmenu a {
	color:#FF6600;
	font-size:16px;
}

.incmenu a:hover {
	color:#FF3300;
}

.incmenu-sub a {
	color:#FF9900;
	font-size:14px;
}

.incmenu-sub a:hover {
	color:#FF6600;
}
.inputtextarea {
	width:200px;
	height:100px;
}