@charset "utf-8";
/* CSS Document */
@font-face { font-family: Century Gothic; src: url('../font/Gothic.ttf'); }

body {
	margin: 0px;
}


a:hover {
	color: #093;
}

.credits a, .credits {	
	font-family: Century Gothic;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	/*color: #8DAD9D;*/
	color: #c1c1c1;
	text-align: justify;
	text-align:right;
	/*background-color:efefef;*/
}

#main {
	height: 584px;
	width: 995px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu2_bg {
	/*position: absolute;*/
	top: 46px;
	height: 105px;
	width: 995px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#menu2 {
	position: absolute;
	top: 59px;
	left: 436px;
	height: 82px;
	width: 320px;
	z-index: 50;
}

#menu1_bg {
	height: 46px;
	width: 995px;
	position: relative;
	margin-top: 0px;
}

.header {	
	font-family: Century Gothic;
	font-size: 18px;
  	letter-spacing: -0.5px;
	color: #68c28e;
}

.header_gray {	
	font-family: Century Gothic;
	font-size: 18px;
  	letter-spacing: -0.5px;
	color: #7b7c7d;
}

.menu2 {	
	font-family: Century Gothic;
	font-size: 14px; 
  	letter-spacing: -0.5px;
	color: #000;
	text-decoration: none;
}

.rights {
   /* position: absolute;
	top: 575px;
	height: 18px;
	width: 995px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #222;
	text-align:center;
	padding-top:56px;
	padding-right:4px;
	height:14px;
	/*z-index: 4;*/
}


.main_txt {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	text-align: justify;
}

