html {
	min-height: 100%;
	margin-bottom: 1px; /* forces scrollbar */
}
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
}
#nav-top ul {
	padding: 5px 0 0 0;
	float: right;
}
#nav-top ul li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-left: 1px solid #881a1c;
}
#nav-top ul li.firstnav {
	border-left: none;
}
#nav-top ul li.lastnav {
	padding-right: 0;
}
#nav-top ul li a:link, #nav-top ul li a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #3c4040;
	text-decoration:none;
}
#nav-top ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
#header {
	float: left;
	border-top: 1px solid #881a1c;
	width: 922px;
	height: 153px;
	padding: 3px 0 0 0;
	margin: 5px 0 0 0;
}
#nav-main {
	float: left;
	width: 922px;
	color: #333;
	padding: 0;
	margin: 5px 0;
	background: #555726;
}
#nav-main ul {
	text-align: center;
	padding: 5px 0;
}
#nav-main ul li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-left: 1px solid #fff200;
}
#nav-main ul li.firstnav {
	border-left: none;
}
#nav-main ul li a:link, #nav-main ul li a:visited {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration:none;
}
#nav-main ul li a:hover {
	color: #FFF200;
}
#column-right {
	float: right;
	padding: 20px 0 0 0;
	margin: 0 0 75px 0;
	width: 195px;
	display: inline;
}
#column-left {
	float: left;
	margin: 0 5px 5px 0;
	padding: 20px 10px 10px 0;
	width: 600px;
}
#column-left h2 {
	font-size: 30px;
	color: #881a1c;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}
#column-left h3 {
	font-size: 18px;
	color: #b97014;
	margin: 20px 0 15px 0;
}
#column-left h4 {
	font-size: 14px;
	color: #333;
	margin: 20px 0 -5px 0;
}
#column-left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	margin: 10px 0;
	line-height: 1.7em;
}
#column-left p.indent {
	text-indent: 1.5em;
}
#column-left p a:link, #column-left p a:visited {
	color: #b97014;
	text-decoration: none;
	border-bottom: 1px solid;
}
#column-left p a:hover {
	color: #000;
}
#column-left ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
	list-style:square;
	margin-left: 25px;
}
#nav-bottom {
	clear: both;
	width: 922px;
	color: #333;
	padding: 0;
	margin: 20px 0 5px 0;
	background: #555726;
}
#nav-bottom ul {
	text-align: center;
	padding: 5px 0;
}
#nav-bottom ul li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-left: 1px solid #fff200;
}
#nav-bottom ul li.firstnav {
	border-left: none;
}
#nav-bottom ul li a:link, #nav-bottom ul li a:visited {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-decoration:none;
}
#nav-bottom ul li a:hover {
	color: #FFF200;
}
#footer {
	width: 900px;
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align:center;
	font-size: 10px;
	color: #666;
}
#form-distribution td {
	font-size: 12px;
}
#form-distribution input, #form-distribution textarea {
	width: 320px;
}
#form-distribution textarea {
	height: 100px;
}
#form-distribution input.style, #form-distribution select, #form-distribution textarea {
	border-top: 1px solid #ABADB3;
	border-right: 1px solid #E2E3EA;
	border-bottom: 1px solid #E2E3EA;
	border-left: 1px solid #E2E3EA;
	background:#F5F5F5;
	padding: 2px;
	color: #000;
	font-size: 11px;
}
#form-distribution input.style:focus, #form-distribution select:focus, #form-distribution textarea:focus {
	background:#FFF;
}
#form-distribution input.style:hover, #form-distribution select:hover, #form-distribution textarea:hover {
	background:#FFF;
}
table#paypal {
	margin: 0 0 0 20px;
}
table#paypal td p {
	text-align:center;
	padding-right: 100px;
	font-family:Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}
table#paypal img {
	padding: 3px 0;
}
.paypal-send {margin-left: 35px;}
a img {display:block; border-bottom: 0;}