body{
        padding: 0px;
   		margin: 0;
   		height: 100%;
		background-color: #9ba5b8;
		font: 12px/1.9 "Times New Roman", Times, serif;
}

fieldset,img {
	border : 0;
}

#archivewrap {
	
	height: 570px;
	width: 700px;
	text-align: center;
	margin: 0px auto auto;
	padding-top: 50px;
	color: #9ba5b8;
	background: #fff;
	
}

#indexlogo {
	color: #9ba5b8;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 14px auto 60px;

}

#borders {
	height: 30px;
	width: 700px;
	text-align: center;
	color: #9ba5b8;
	font-size: 16px;
	letter-spacing: 6px;
	border-bottom: 2px solid #9ba5b8;
	border-top: 2px solid #9ba5b8;
}

p {
	margin-top: 60px;
	margin-bottom: 20px;
	clear: both;
}

p1 {
	text-align: center;
	color: #9ba5b8;
	font-size: 1em;
	-webkit-border-radius: 7px;
	clear: both;
}





/* @group home Styles */

#home a { 
	display: inline-block; 
	width: 5em;  /* dimensions needed for IE5.x/Win */ 
	padding: 0.1em; 
	background-color: #9ba5b8; 
	color: #ffffff;
	font: 16px "Times New Roman", Times, serif;
	text-decoration: none; 
	text-align: center;
	border: thin solid #9ba5b8;
	margin: 0.15em;
	clear: both
}

#home a:hover {
	color: #9ba5b8;
	background-color: #ffffff;
	border: thin solid #9ba5b8;

}



/* @end */

/* @group seasons Styles */

#seasons a { 
	display: inline-block; 
	width: 10em;  /* dimensions needed for IE5.x/Win */ 
	padding: 0.1em; 
	background-color: #ffffff; 
	color: #9ba5b8;
	font: 16px "Times New Roman", Times, serif;
	text-decoration: none; 
	text-align: center;
	border: thin solid #fff;
	margin: 0.15em;
	clear: both
}

#seasons a:hover {
	color: #fff;
	background-color: #9ba5b8;
	border: thin solid #fff;

}

/* @end */

#footer


/* @end */


