body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#666;
	background-color: #CFE2EB;
	/*background-image: url(../images/bg.png);
	background-repeat:repeat;*/
}
img {
	border: none;
}
#main_div {
	overflow: visible;
	position: relative;
	height: 100%;
	width: 80%;
	left: 10%;
	top: 60px;
	margin-bottom:50px;
}
#naa_logo {
	height: 100;
	width: 100;
	position: absolute;
	left: 10;
	top: 10;
}
#naa_name {
	position: absolute;
	width: 30px;
	left: 10;
	top: 106px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	height: auto;
}
#naa_des {
	position: absolute;
	height: 25px;
	width: 300px;
	left: 105px;
	top: 10;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}
#search_goog {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	position: relative;
	width: 30%;
	left: 60%;
	top: 0px;
	text-align: left;
	height: 0px;
}
#ifra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	height: 550px;
	width: 60%;
	
	/*border: thin solid #333;*/
	background-color: #CFE2EB;
	overflow: auto;
}
#marqi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	height: 40%;
	width: 37%;
	border-left: thin solid #CCC;
	border-right: thin solid #CCC;
	overflow: hidden;

	/*border: thin solid #333;*/
	background-color: #CFE2EB;
	left: 62%;
	top: 59.5%;
}
#buttons {
	height: auto;
	width: 370px;
	position: relative;
	left: 10%;
	top: 60px;
}
#copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	width: 50%;
	position: relative;
	left: 25%;
	height: auto;
	text-align: center;
	top: 60px;
}
.clear {
	clear:both
}
#gallery {
	position:absolute;
	height:55%;
	width: 37%;
	left: 62%;
	top: 0%;
	
	/*border: thin solid #000;*/
	overflow: hidden;
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	z-index:500
}
#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	height:50px;
	width:100%;
	position:absolute;
	bottom:0;
}
#gallery .caption .content {
	margin:5px
}
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}


#footer {
	position:relative;
	height:146px;
	width: 100%;
	font-size: 10px;
	bottom: 0;
	background-image:url(../images/footer_.png);
	background-repeat:repeat-x;

}

#footer-inner {
	margin:0px auto;	
}

#footer-image {
	margin-left: 10%;
	width:134px;
	height:146px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	float:left;
}

#footer-copyright {
	float:left;
	margin-left: 20%;
	height:146px;
	margin-top:20px;
	line-height:21px;
}

