html{
	font-size: 100%;
}

body{
	background: #4087d5;
	margin: 0;
	padding: 0;
	font-family: arial;
}

ul{
	margin: 0;
}

#main_wrapper{
	margin: 0 auto;
	width: 1000px;
	background: url(/img/logo.jpg) no-repeat 0 0;
	
}

#main_wrapper #menu{
	padding: 337px 14px 0 14px;
	text-align: center;
}

#main_wrapper #menu .top-menu{
	list-style: none;
}

#main_wrapper #menu .top-menu li{
	margin-right: 35px;
	font-size: 0.9em;
	float: left;
	list-style: none;
}

#main_wrapper #menu .top-menu li a{
	color: #ffffff;
	text-decoration: none;
}

#main_wrapper #menu .top-menu li a:hover{
	color: #4087d5;
}

#menu li .sub-menu{
	display: none;
	position: absolute;
	width: auto;
	background-color: #0f4e95;
	border: 4px double #e1efff;
	margin: 0;
}


div.left{
	
	position: absolute;
	top: 380px;
	width: auto;
	background-color: #0f4e95;
	border: 4px double #e1efff;
	margin: 0;

}



#menu .top-menu li:hover .sub-menu{
	display:block;
}

#main_wrapper #content{
	margin: 50px 14px 0 14px;
	color: #070b40;

	font-family: "Georgia", serif;
}

#main_wrapper #content a{
	color: #ffffff;
	text-decoration: none;
	font-size: 21px;
	text-shadow: 0.1em 0.1em #070b40;
}

#main_wrapper #content a:hover{
	color: #070b40;
}

#main_wrapper #content h1{
	text-align: center;
	text-shadow: 0 0 0.2em #070b40, 0 0 0.2em #070b40, 0 0 0.2em #070b40;
	font-size: 50px;
	color: #ffffff;
	
}

#main_wrapper #content p{
	color: #070b40;
	text-decoration: none;
	font-size: 19px;
	text-indent: 25px;
}
#main_wrapper #content .mini{
	color: #ffffff;
	text-align: center;
	font-size: 25px;
	text-shadow: 0 0 0.2em #070b40, 0 0 0.2em #070b40, 0 0 0.2em #070b40;
}

#main_wrapper #content .anapa2009{
	margin-right: 59px;
	font-size: 0.9em;
	float: left;
	list-style: none;
}

#main_wrapper #content .imganapa{
	border: thick double #0b4f96;
}

#main_wrapper #content .texthead{
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	list-style: none;
	text-shadow: 0 0 0.2em #070b40, 0 0 0.2em #070b40, 0 0 0.2em #070b40;
}



h3.text{
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	list-style: none;
	text-shadow: 0 0 0.2em #070b40, 0 0 0.2em #070b40, 0 0 0.2em #070b40;
}

#main_wrapper #content  .textcontent{
	font-size: 19px;
	color: #070b40;
	
}
#main_wrapper #content .table1{
	text-align: center;
}

#main_wrapper #content .anapaphoto{
	color: #070b40;
	font-size: 14px;
	font-family: "Georgia", serif;
}

#main_wrapper #content  .textli{
	font-size: 19px;
	color: #070b40;
	font-style:italic;
}

#main_wrapper #content .form-text{
	text-align:right;
}

#main_wrapper #content .form{
 width:201px; 
}
#down_wrapper{
	margin: 0 auto;
	width: 983px;
	background: url(/img/logo2.jpg) no-repeat 0 0;
}


