body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	min-width : 700px;
	font-family: "Lucida Console", Courier New, Courier, mono;
	color: #000000;
}
.wrapper {
   width : 700px;
   margin-left : auto;
   margin-right : auto;
}
.header {
   height: 220px;
   background-image:url(images/header.jpg);
   background-repeat: no-repeat;
   }
.nav {
	width : 700px;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #888888;
   }
.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	color: #000000;
	text-decoration: none;
}
.nav a:hover { 
	color: #FFFFFF;
	text-decoration: none; 
	background-color: #000000;
}
.nav a:active {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}
.bracketa {
   height: 40px;
   background-image:url(images/bracketa.gif);
   background-repeat: no-repeat;
   }
.content {
	width : 620px;
	padding: 0px 0px 0px 40px;
	font-size: 13px;
	color: #000000;
	line-height: 1.2em;
	text-align: justify;
   }
.content a:link {
	color: #000000;
	text-decoration: underline;
}
.content a:visited {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	}
.content a:active {
	color: #000000;
	text-decoration: underline;
}
.bracketb {
	clear: both;
	height: 40px;
	background-image:url(images/bracketb.gif);
	background-repeat: no-repeat;   
   }
.ducati {
	width : 660px;
	font-size: 12px;
	line-height: 1.7em;
	padding: 3px 0px 0px 0px;
	text-align: right;
	}
.ducati a:link {
	color: #999999;
	text-decoration: none;
}
.ducati a:visited {
	color: #999999;
	text-decoration: none;
}
.ducati a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.ducati a:active {
	color: #999999;
	text-decoration: none;
}
.footer {
   height: 303px;
   background-image:url(images/footer.jpg);
   background-repeat: no-repeat;
}
.highlight {
	background-color: #F4F4F4;
	line-height: 1.6em;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #000000;
	border-left: 1px dashed #000000;
}
.percent {
	font-size: 16px;
	font-weight: bold;
	background-color: #FEF5E0;
	width : 430px;
	text-align: center;
	padding: 5px;
	margin: 20px auto 20px auto;
	line-height: 1.3em;
	border-left: 1px solid #666666;
	border-bottom: 2px solid #666666;
}
.percentgray {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
   }
.gold {color: #9B7C39}

/* serial number table */
.year {
	width : 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	text-align: center;
	line-height: 1.3em;
	margin: 0px auto 3px auto;
	letter-spacing: 1px;
	}
.log {
	width : 424px;
	margin-left : auto;
	margin-right : auto;
}
.eight {
	width : 140px;
	font-size: 14px;
	float: left;
	text-align: center;
	line-height: 1.2em;
}
.nine {
	width : 140px;
	font-size: 14px;
	float: left;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	text-align: center;
	line-height: 1.2em;
}
.zero {
	width : 140px;
	font-size: 14px;
	float: left;
	text-align: center;
	line-height: 1.2em;
	}
.red {
	color: #800500;
}	

/* forms */
.donate {
	text-align: center;
	padding: 10px 0px 25px 0px;
	margin: 0px;
}
.contact {
	width: 400px;
	margin: 15px auto 25px auto;
	font-family: "Lucida Console", Courier New, Courier, mono;
	color: #000000;
	font-size: 13px;
}
.input {
	width: 100%;
	font-family: "Lucida Console", Courier New, Courier, mono;
	color: #000000;
	font-size: 13px;
	margin: 0px 0px 8px 0px;
	border: 1px solid #000000;
	background-color: #F4F4F4;
}
.textarea {
	height: 4.8em;
	width: 100%;
	font-family: "Lucida Console", Courier New, Courier, mono;
	color: #000000;
	font-size: 13px;
	margin: 0px 0px 8px 0px;
	border: 1px solid #000000;
	background-color: #F4F4F4;
}
.button {
	text-align: center;
	width: 150px;
	background-color: #000000;
	color: #ffffff;
	font-size: 13px;
	border: 1px solid #F4F4F4;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 125px;
	font-family: "Lucida Console", Courier New, Courier, mono;
}
.style1 {
	color: #FF0000;
}	
