body {
	margin: 0px;
	padding: 0px;
	background-color: #E1E0D7;
}
.main {
	background-color: #FFFFFF;
	position: relative;
	height: 460px;
	width: 761px;
	background-image: url(../images/global_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 2;

}
.nav{
	height: 40px;
	position: relative;

}
.nav img{
	float: left;

}
.nav a{
	float: left;
	display: block;
}
.title {
	position: absolute;
	height: 40px;
	width: 375px;
	left: 50px;
	top: 145px;
}
.image {
	position: absolute;
	height: 201px;
	width: 243px;
	left: 0px;
	top: 200px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #65604A;
	text-align: left;
	position: absolute;
	width: 265px;
	left: 241px;
	top: 200px;
	height: 230px;
}
.text a{
	color: #65604A;
	text-decoration: none;
}
.text a:hover{
	color: #B9B39B;
	text-decoration: none;
}
.footer {
	position: absolute;
	height: 18px;
	width: 760px;
	left: 1px;
	z-index: 2;
	background-color: #B9B39B;
	text-align: right;
	bottom: 0px;
	background-image: url(../images/spacer_white.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.copyright {
	color: #B9B39B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	height: 11px;
	width: 400px;
	left: 5px;
	bottom: 3px;
	text-align: left;
	z-index: 1;

}
.copyright a{
	color: #B9B39B;
	text-decoration: none;
}
.copyright a:hover{
	color: #FF6600;
	text-decoration: none;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #65604A;
	text-align: left;
	position: absolute;
	width: 490px;
	left: 15px;
	top: 185px;
	height: 245px;
	overflow: auto;
	padding-right: 10px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #D7D9BD;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #D7D9BD;
	scrollbar-arrow-color: #D7D9BD;
	scrollbar-track-color: #FFFFFF;
	list-style-type: square;
}
.text1 a{
	color: #65604A;
	text-decoration: none;
}
.text1 a:hover{
	color: #B9B39B;
	text-decoration: none;
}
.title2 {
	position: absolute;
	height: 40px;
	width: 375px;
	left: 15px;
	top: 140px;
}
