body{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	color : Navy;
	background : White;
	background-image : url(navyfade.jpg);
	background-repeat : repeat-x;
}

img {
	border : 0;
	padding : 2px 2px;
	margin : 10px 10px;
	text-align: center;
	vertical-align: middle
}

#Title1 {
	position:absolute; 
	width:800px; 
	height:111px; 
	z-index:1; 
	left: 100px; 
	top:15px;
	background-image : url(title1.jpg);
	background-repeat : repeat-x;
}

#Main {
	position:absolute; 
	width:800px; 
	height:500px; 
	z-index:1; 
	left: 100px; 
	top: 140px;
	background-color : #F5F5DC;
}

#Page{
	position:absolute; 
	width:638px; 
	height:430px; 
	z-index:1; 
	left: 152px; 
	top: 20px;
	background-color : #F5F5DC;
	overflow : auto;
}

#Footer{
	position:absolute; 
	width:448px; 
	height:20px; 
	z-index:1; 
	left: 250px; 
	top: 460px;
	background-color : #F5F5DC;
}

#Buttons_Container{
	background-color : #90EE90;
	color : White;
	position:absolute;
	width:132px;
	height:480px;
	z-index:1;
	left: 10px;
	top: 10px;
}

#Buttons_Container a{
text-decoration : none;
color : White;
}

#Footer a{
text-decoration : none;
color : Navy;
}

#Button_Home{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	padding : 5px 0px 0px 0px;
	color : #F0F8FF;
	position:absolute; 
	width:112px; 
	height:29px; 
	z-index:1; 
	left: 10px; 
	top: 50px;
	background-image : url(button_blue.png);
	background-repeat : no-repeat;
}

#Button_News{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	padding : 5px 0px 0px 0px;
	color : #F0F8FF;
	position:absolute; 
	width:112px; 
	height:29px; 
	z-index:1; 
	left: 10px; 
	top: 100px;
	background-image : url(button_green.png);
	background-repeat : no-repeat;
}

#Button_Members{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	padding : 5px 0px 0px 0px;
	color : #F0F8FF;
	position:absolute; 
	width:112px; 
	height:29px; 
	z-index:1; 
	left: 10px; 
	top: 150px;
	background-image : url(button_yellow.png);
	background-repeat : no-repeat;
}

#Button_WhatIs{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	padding : 5px 0px 0px 0px;
	color : #F0F8FF;
	position:absolute; 
	width:112px; 
	height:29px; 
	z-index:1; 
	left: 10px; 
	top: 200px;
	background-image : url(button_purple.png);
	background-repeat : no-repeat;
}

#Button_Contact{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	padding : 5px 0px 0px 0px;
	color : #F0F8FF;
	position:absolute; 
	width:112px; 
	height:29px; 
	z-index:1; 
	left: 10px; 
	top: 250px;
	background-image : url(button_orange.png);
	background-repeat : no-repeat;
}

#W3logo{
	position:absolute; 
	width:112px; 
	z-index:1; 
	left: 10px; 
	top: 300px;
}