body {
	background-color: #ffffcc;}
	
.container{
	width:950px;
	margin-left:auto;
	margin-right:auto;	
}

.header{
	position:relative;
	float:left;
	width:950px;
	text-align:center;
	margin-bottom:10px;
	}
	
.button{
	position:relative;
	float:left;
	width:100px;
	height:55px;
	background-color:#009;	
	padding-top:4px;
	margin-right:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
	
.button a:link, .button a:visited, .button a:active{
	position:relative;
	float:left;
	width:100px;
	height:55px;
	background-color:#009;	
	padding-top:4px;
	margin-right:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
	
.button a:hover{
	position:relative;
	float:left;
	width:100px;
	height:55px;
	background-color:#009;	
	padding-top:4px;
	margin-right:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-weight: bold;
	text-decoration: none;
	}
	
.image1{
	position:relative;
	float:left;
	width:300px;
	text-align:center;
	padding-bottom:10px;
	}

h1{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	color:#003;
	}
	
h2{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	color:#003;
	}
	
.mainc{
	position:relative;
	float:left;
	width:940px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#003;
	text-align:center;
	}
	
.main{
	position:relative;
	float:left;
	width:940px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#003;
	}