/*Stylesheet*/

body {
 background-color: #000000;
 background-image:url(/images/postcardmaywebbackground.gif);
 background-repeat:no-repeat;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
 text-align: justify;
 color:#FFFFFF
}

#box1 {
 position:absolute; 
 width:222px; height:109px; 
 left: 640px; 
 top: 230px;
 color: #34755D;
 font-style: italic;
 font-weight: bold;
 font-size:12px
}

#box2 {
 position:absolute; 
 width:136px; height:175px; 
 left: 640px; 
 top: 362px;
 font-size:12px
}

#box3 {
 position:absolute; 
 width:136px; height:175px; 
 left: 796px; 
 top: 397px;
 font-size:12px
 }

#title {
 position:absolute; 
 width:240px; height:15px;
 left: 206px;
 top: 177px;
}

#nav1 {
 position:absolute; 
 width:142px; height:10px;
 top: 124px; 
 left: 495px;
 }
 
#nav2 {
 position:absolute; 
 width:142px; height:14px;
 top: 144px; 
 left: 473px;
 }
 
#nav3 {
 position:absolute; 
 width:142px; height:8px;
 top: 165px; 
 left: 533px;
 }
 
#nav4 {
 position:absolute; 
 width:142px; height:10px;
 top: 184px;
 left: 462px;
 }

#maincontent {
 position:absolute;
 width:400px;
 height:410px;
 left: 206px;
 top: 230px;
}

a { 
 text-decoration: none;
 color: #91ADA3;
}

a:link {
	color: #91ADA3;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #34755D;
}

ol.decimal {
	list-style-type: decimal;
	
}
	
