@charset "utf-8";

a:link {
	color: #dac89b;
	text-decoration: none;
}
a:visited {
	color: #dac89b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#logoContent {
	position:relative;
	left:61px;
	top:-27px;
	width:199px;
	height:48px;
	z-index:3;
}

#menuContent {
	position:relative;
	left:100px;
	top:214px;
	width:160px;
	height:171px;
	right:auto;
	z-index:2;
	text-align: right;
}

#FullTextArea {
	position:relative;
	left:270px;
	top:-12px;
	width:685px;
	height:199px;
	opacity:0.8;
	filter: alpha(opacity=80);
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #dac89b;
	font-size: 14px;
	line-height: 18pt;
	font-weight: bold;

}

#RightTextArea {
	position:relative;
	left:585px;
	top:-212px;
	width:360px;
	height:195px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #dac89b;
	font-size: 11px;
	line-height: 1.25;
}

#footerTextArea {
	position:relative;
	left:265px;
	top:-185px;
	width:670px;
	height:70px;
	z-index:6;
	opacity:0.5;
	filter: alpha(opacity=50);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #dac89b;
}

#copyrightContent {
	position:relative;
	left:265px;
	top:-125px;
	width:734px;
	height:36px;
	z-index:6;
	opacity:0.5;
	filter: alpha(opacity=50);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #dac89b;
}

.TopZindex {
	z-index: 99;
}

.BottonZindex {
	z-index: 0;
}




