@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background-color: #0097cd;
	background-image: url(images/bg5.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#header {
	width: 700px;
	text-align: center;
	margin: 0px auto;
	float: none;
	height: 110px;
}
#main {
	width: 700px;
	text-align: center;
	margin: 0px auto;
	float: none;
	height: 520px;
}	
/* topMenu */
#topnav {
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#topnav li {
	display: inline;
}

#topnav a {
	padding: 0 2px 0 3px;
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#topnav .first a {
	border: none;
	color: #0097cd;
}
/* End topMenu */
/* footer */
#footer {
	width: 700px;
	text-align: center;
	margin: 0px auto;
	float: none;
	}
#footer .text {
	text-align: center;
	font-size: 10px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a.ima2 {
	text-decoration: none;
	color: #002243;
	font-size: 10px;
} 
a.ima2:hover {
	text-decoration: underline;
	color:#FFFFFF;
	font-size: 10px;
}
/* end footer */
