@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	  }

#wrap {
	position:relative;
	margin: 50px auto 0px auto;
	width: 850px;
	z-index: 1;
	vertical-align: middle;
	    }
#container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 920px;
	z-index: 2;
	background-color: #504f54;
	height: 696px;
}
#site {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: 576px;
	position: relative;
	margin: 0px auto 0px auto;
	z-index: 3;
	padding: 60px;
	border: noborder;
}
#text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	position: absolute;
	width: 351px;
	height: 366px;
	left: 453px;
	top: 184px;
	text-align: left;
	line-height: 21px;
	font-weight: lighter;
	overflow: auto;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 4;
	position: relative;
	width: 802px;
	margin-top: -38px;
	font-size: 15px;
	font-weight: lighter;
	color: #d8ooo7;
}
.red_text {
	color: #d80007;
	line-height: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.eng {
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #d80007;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #d80007;
}
a:active {
	text-decoration: none;
	color: #666666;
}
html, body, textarea {
	/* background-color:#8C8CC6;*/
  color:#FFFFFF;
	font-family:"Andale Mono",Arial,sans-serif;
	scrollbar-base-color:#CCCCCC;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#F5F4F2;
}
