html,div,p {
	font-family: arial;
	color: #000000;
	line-height: 1.4;
	font-size: small;
}

body {
	margin: 0;
	padding: 0;
 	background: #f0f0f0;
	
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}


#frame {
  margin: 5px 0 0 0;	
  padding: 0;
  position: relative;
  width: 800px;
  background-color: #ffffff;

}

#header {
	margin: 0 0 0 0;
	top: 5px;
	
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  position: absolute;
  top: 55px;
  display: block;
  margin: 0;
  padding: 0;
  width: 180px;
  height: 75px;
  text-indent: -9999px;
}

#menu li#about_us {
  left: 0px;
  background: url(images/menu.jpg) 0 0 no-repeat;
}

#menu li#projects {
  left: 120px;
  background: url(images/menu.jpg) 	-120px 0 no-repeat;
}

#menu li#members {
  left: 230px;
  background: url(images/menu.jpg) -230px 0 no-repeat;
}

#menu li#news {
  left: 350px;
  background: url(images/menu.jpg) -350px 0 no-repeat;
}

#menu li#meetings {
  left: 430px;
  background: url(images/menu.jpg) -430px 0 no-repeat;
}

#menu li#links {
  left: 550px;
  background: url(images/menu.jpg) -550px 0 no-repeat;
}	

#menu li#home {
  left: 630px;
  background: url(images/menu.jpg) -630px 0 no-repeat;
}

#header_home {
	text-decoration: none;
}	

#menu li#about_us a:hover {
  background: url(images/menu.jpg) 0 -80px;
}

#menu li#projects a:hover {
 background: url(images/menu.jpg) -120px -80px;
}

#menu li#members a:hover {
background: url(images/menu.jpg) -230px -80px;
}

#menu li#news a:hover {
background: url(images/menu.jpg) -350px -80px;
}

#menu li#meetings a:hover {
background: url(images/menu.jpg) -429px -80px;
}

#menu li#links a:hover {
background: url(images/menu.jpg) -549px -80px;
}


#menu li#about_us a {
  text-decoration: none;
  display: block;
  width: 115px;
  height: 75px;
}

#menu li#projects a {
  text-decoration: none;
  display: block;
  width: 105px;
  height: 75px;
}

#menu li#members a {
  text-decoration: none;
  display: block;
  width: 115px;
  height: 75px;
}

#menu li#news a {
  text-decoration: none;
  display: block;
  width: 75px;
  height: 75px;
}

#menu li#meetings a {
  text-decoration: none;
  display: block;
  width: 120px;
  height: 75px;
}

#menu li#links a {
  text-decoration: none;
  display: block;
  width: 70px;
  height: 75px;
}

#menu li#home a {
  text-decoration: none;
  display: block;
  width: 170px;
  height: 75px;
}



#footer {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  	background: #ffffff;

}


#footer a { 
	margin: 0 3px;
	text-decoration: none; 
	color: #000000;
}

#footer a:hover { 
	text-decoration: underline; 
	color: #0000ff;
}


p.links_left {
	width: 50%;
	float: left;
	text-align: left;
	text-indent: 0px;
	
}


p.links_right {
	width: 50%;
	float: right;
	text-align: right;
	
}

p.disclaimer {
	clear: both;
	color: #333333;
	text-align: center;
	font-size: 12px;
}