/* CSS Document */

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF url('../images/page_bg.jpg') repeat left top;
	font-family: courier new;
	color: #5b5b5b;
	font-size: 11px;
}
table {
	margin: 0;
	padding: 0;
	border: 0px;
}

td {
	margin: 0;
	padding: 0;
	border: 0px;
	vertical-align: top;
}

tr {
	margin: 0;
	padding: 0;
	border: 0px;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	color: #827f67;
	text-decoration: underline;
}

a:link {
	color: #827f67;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.contentheading {
	font-size: 20px;
	font-weight: bold;
	color: #827f67;
}

.contentheading2 {
	font-size: 24px;
	font-weight: bold;
	color: #827f67;
}

.container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background: url('../images/header.jpg') no-repeat left top;
	width: 860px;
	height: 170px;
}

.banner {
	background: url('../images/banner.jpg') no-repeat left top;
	width: 860px;
	height: 260px;
}


.nav {
	padding: 152px 0 0 170px;
	font-size: 16px;
	font-weight: bold;
}
.nav a {
	color: #827f67;
	text-decoration: none;
}

.nav a:link {
	color: #827f67;
	text-decoration: none;
}

.nav a:hover {
	color: #000;
	text-decoration: none;
}

.main {
	background: url('../images/main_bg.jpg') repeat-y;
	width: 860px;
}

.boxleft {
	width: 470px;
	padding: 20px 0 0 20px;
	text-align: justify;
}
.boxright {
	background: #eae9db;
	width: 280px;
	margin: 20px 0 0 20px;
	padding: 3px 3px 3px 3px;
	color: #5b5b5b;
}
.boxright2 {
	width: 280px;
	margin: 20px 0 0 20px;
	padding: 3px 3px 3px 3px;
	color: #5b5b5b;
}

.newstitle {
	font-size: 14px;
	font-weight: bold;
}

.leftpic {
	background: url('../images/left.jpg') no-repeat left bottom;
	width: 113px;
	height: 273px;
	position: absolute;
	left: 1px;
	bottom: 1px;
}

.rightpic {
	background: url('../images/right.jpg') no-repeat right bottom;
	width: 188px;
	height: 386px;
	position: absolute;
	right: 1px;
	bottom: 1px;
}

.footer {
	background: url('../images/main_bg.jpg') repeat-y;
	width: 860px;
	padding-left: 540px;
	
}

