body
{
	background-color: #321924;
	color: white;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	background-image: url(images/pistolbirds.jpg);
}

p
{
	margin: 10px 20px 10px 20px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

a:link, a:active, a:visited
{
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFF00;
}

a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

h1
{
	font-size: 17px;
	padding: 0px 0px 3px 0px;
	margin: 20px;
	border-width: 0px 0px 1px 0px;
	border-color: #0099FF;
	color: #0099FF;
	border-style: solid;
}

h2
{
	font-size: 15px;
	margin: 10px;
}

a.footer
{
	font-size: 11px;
	color: white;
}

a.footer:hover
{
	color: #0099FF;
}

.nav
{
	text-align: center;
}

.image_box
{
	width: 100px;
	height: 100px;
	background-color: #333333;
	vertical-align: bottom;
	text-align: center;
}

.img_link
{
	border: 0px;
}	

.formcell
{
	font-size: 10px;
	text-align: right;
	background-color: #666666;
	padding: 10px;
	vertical-align: top;
}

.index_left
{
	float: left;
	border: 1px solid black;
	margin: 0px 10px 10px 20px;
}