@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-image: url(images/leather.jpg);
	background-color: #D45A0D;
}
 
</style>
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]





.style3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 40px; }
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF3333;
}
a:active {
	color: #FF9900;
}


