html,body {
   margin:0;
   padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#outer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	height: 570px;
}

#menu {
	/* background: url(images/menu-bg.jpg) no-repeat; */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 775px;
	height: 50px;
	list-style: none;
	top: -232px;
}

#menu a {
	display: block;
	text-indent: 0%;
	position: absolute;
	outline: none;
	text-decoration: none;
	color: #404040;
	font-weight: bold;
	line-height: 52px;
	vertical-align: middle;
}

#menu a:hover {
	background-position: bottom;
}

#menu .home {
	background: url(images/nav.png) no-repeat;
	width: 48px;
	height: 52px;
	left: 19px;
	top: 0px;
}

#menu .association {
	background: url(images/nav.png) no-repeat;
	width: 90px;
	height: 52px;
	left: 105px;
	top: 0px;
}

#menu .news {
	background: url(images/nav.png) no-repeat;
	width: 48px;
	height: 52px;
	left: 233px;
	top: 0px;
}

#menu .involve {
	background: url(images/nav.png) no-repeat;
	width: 88px;
	height: 52px;
	left: 319px;
	top: 0px;
}

#menu .update {
	background: url(images/nav.png) no-repeat;
	width: 188px;
	height: 52px;
	left: 445px;
	top: 0px;
}

#menu .contact {
	background: url(images/nav.png) no-repeat;
	width: 85px;
	height: 52px;
	left: 671px;
	top: 0px;
}


#main {
	position: relative;
	width: 775px;
	margin-top: -175px;
	margin-left: auto;
	margin-right: auto;
}

#main p {
    color: #666666;
}

#main li {
    color: #2299A1;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #2694A1;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #2694A1;
}
