html, body {
	margin: 0px;
	padding: 0px
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
}

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

#header {
	position: relative;
	width: 770px;
	height: 127px;
	background-image: url('/images/headergreen.jpg');
	margin-left: auto;
	margin-right: auto;
}

#header h1 {
	margin: 0px;
}

#header .text_1 {
	position: absolute;
	top: 20px;
	left: 100px;
	font-size:20px;
	line-height:26px;
	color: #000000;
}

#header .text_2 {
	position: absolute;
	top: 60px;
	left: 100px;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

#container {
	text-align: left;
	width: 831px;
	background: url('/images/background1.gif');
	background-repeat: repeat-y;
	margin: 0px auto;
}

#wrapper {
	background: url('/images/navbar_bg.jpg') repeat-y;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
	background-color: transparent;
}

.top {
	text-align: center;
	margin-right: 30px;
	font-size: 16px;
	text-decoration: underline;
	font-style: italic;
}

#content p {
	line-height:1.4;
	text-align: justify;
}

#navigation {
	float: left;
	width: 200px;
}

#extra {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e8faff;
	width: 750px;
	clear: both;
	font-size: 12px;
	text-align: justify;
}

#footer {
	background: #333;
	color: #FFF;
	width: 770px;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
}

#content {
	float:left;
	width:570px;
}

.other1 {
	font-style: italic;
	color: blue;
	font-weight: bold;
}

.img_center {
	display: block;
	margin: 20px auto;
}
