body {
  color: #000;
  background: #fff url(../images/bg.png) repeat-x top left;
  font: 76% georgia, constantia, serif;
  margin: 10px auto;
}
#container {
  margin: 10px auto;
	padding: 24px 24px 20px 16px; 
	width: 520px;
}
#container p {
/*	line-height: 1.8em; */
}
#page-title {
  text-indent: -9999em;  
  text-decoration: none !important;
	width: 500px;
	height: 375px;
	background: url('../images/icon-big.png') no-repeat top center; 
	margin-bottom: 20px;
}
a { 
  text-decoration: none; 
  color: #0037AD; 
}
a:hover { 
  text-decoration: underline; 
}
a:active { 
  color: #76BD37; 
}
a:visited { 
  color: #0037AD; 
}
img {
	text-decoration: none;
	border: 0; 
}
.notes {
  font-size: 0.9em;
  color: #8b8b8b;
}
.notes a {
  color: #797979;
  font-weight: bold;
}
.download-link {
	margin: 30px 0 60px;
	text-align: center;
	font-size: 110%;
}
.download-link a {
	color: #444;
	text-decoration: underline;
}
.download-link a[href$=".zip"] {
	padding-left: 20px;
	background: url('../images/icon-zip.png') no-repeat 0% 50%;	
}	
#footer {
	border-top: 1px solid #ababab;
	padding-top: 8px;
	color: #cbcbcb;
	font-size: 10px;
}
#footer a, #footer a:visited {
	color: #ababab;
}
