.main {
	margin-left: 15px;
	margin-top: 145px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:95%;
	position: absolute;
	z-index: 1;
}
body {
	background-color: #000000;
	background-image: url(pics/background.jpg);
	
}
.nav {
	color: #000000;
	background-image: url(pics/blank.png);
	text-decoration: none;
	position: relative;
	text-align: center;
	float: right;
	margin: 0px;
	height: 14px;
	background-attachment: fixed;
	background-repeat: repeat;
	clear: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.nav:hover {
	color: #000000;
	background-image: url(pics/blank2.png);
}
.logo {
	float: left;
	height: 165px;
	width: 300px;
	overflow: visible;
	position: absolute;
	clear: left;
	visibility: visible;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}
.button {
	color: #666666;
	background-attachment: fixed;
	background: url(http://www.cjparker.net/pics/buybutton.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 26px;
	width: 76px;
	vertical-align: middle;
	padding-top: 7px;
	margin-top: 4px;
	text-decoration: none;
	font-size: 15px;
}
.button:hover {
	color: #333333;
}
.rightcolumn {
	padding-left: 15px;
}
a:link {
	color: #CCCC99;
}
a:visited {
	text-decoration: underline;
	color: #CCCC99;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18pt;
	color: #000000;
	padding-top: 2px;
	margin-top: 2px;
}
h2 {
	font-size: 16pt;
	color: #222222;
}
img.left {
    padding-right: 10px;
	padding-bottom: 6px;
}
img.right {
    padding-left: 10px;
	padding-bottom: 6px;
}
div.footer {
    padding-top: 6px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 10pt;
	font-weight: bold;
}
.style8 {
	font-size: 9pt;
	color: #000000;
}
p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.style9 {
	color: #CCCC99;
	font-weight: bold;
}
.leftcolumn {
	padding-right: 15px;
	color: #B0B184;
	font-size: 10pt;
}