/* CSS Document */
body { 
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	
}
#wrapper {
	text-align: left;
	vertical-align: top;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 10 0 0;
	
}
#content {
	width: 560px;
	float: left;
	padding: 0px 0px 0 0;
	}
#content p {
	font-size: 93%;
	
	padding-left: 2em;
}
#navigation {
	float: right;
	width: 160px;	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	
	
}
#navigation li {
	width: 160px;
	border-bottom: 1px solid #000000;
	border: 10px #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: middle;
	text-align: right;

}

	


.snapshot {float: left; border-bottom: thin #000000; border-left: thin #000000; border-right: thin #000000; border-top: thin #000000; margin: 8px}
.snapshot2 {float: right; border-bottom: thin #000000; border-left: thin #000000; border-right: thin #000000; border-top: thin #000000; margin: 8px}
	
 
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
