
body {
   background-image: url(images/bg.gif);
   background-color: #ffffff;
   padding: 0px;
   margin: 10px auto 10px auto;
}
p, h1, h2, li {
   font-family: Verdana, Arial, sans-serif;
	background: transparent;
}
a, a:visited {
	text-decoration: none;
}
#body {
   border: 1px solid #e01c1e;
   width: 480px;
   background-color: #ffffff;
}
#content {
   padding: 0px 15px 15px 15px;
}
#content p {
   color: #666666;
   font-size: 75%;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content a, #content a:visited {
   color: #666666;
   text-decoration: underline;
}
#content a:hover {
   color: #333333;
   text-decoration: none;
}
#content h1 {
   color: #e01c1e;
   font-size: 100%;
   text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h2 {
   color: #e01c1e;
   font-size: 90%;
   font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ul {
   margin-top: 0px;
   margin-bottom: 10px;
	list-style: square;
}
#content ol {
   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: 45px;
}
#content li {
   color: #666666;
   font-size: 75%;
   margin-bottom: 3px;
}
#footer {
   background-color: #e01c1e;
   padding: 2px;
}
#footer p {
   font-size: 65%;
   color: #ffffff;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
}
#footer a, a:visited {
   color: #ffffff;
}
#footer a:hover {
   color: #bfbfe6;
   text-decoration: underline;
}


