/* CSS Document */
body
{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: #8ec977;
}

#details
{
	vertical-align: center;
	background: url("../images/details.jpg") top center no-repeat;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 10px;
	font-size: 10px;
	color: #006600;!important
}

#credits
{
 text-align: right;
 font-size: 10px;
 margin-right: 125px;
 	
}

.fontrd1 
{
        color: #8C2633;
	text-decoration: none;
}

.fontrd2 
{
        color: #C41E3A;
	text-decoration: none;
}

table
{
	margin:0 auto;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	padding: 0;
}

h2
{
	margin: 0;
	padding: 0;
}

p
{
	padding: 5px 5px 5px 10px;
	margin: 0;
}

a
{
	color: #ffffff;
	padding: 0;
	margin: 0;
}

img
{
	text-align: center;
}

/* outer holder */
#outer
{
	margin: 0 auto; /* standards centering */
	text-align: center; /* ie centering */
	width: 900px;
}

/* inner holder */
#inner
{
	text-align: left;
}

/* columns */
#left_col
{
	float: left;
	background: url("../images/turret1.jpg") top left no-repeat;
	width: 123px;
	max-width: 123px;
	height: 564px;
	font-size: 80%;
	font-weight: bold;
}

#left_col ul
{
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}

#logo
{
	padding: 0;
	text-align: center;
	margin: 114px 0 0 0;
}


#left_col li
{
	padding: 0 0 13px 0;
	margin: 0;
	font-size: 120%;
	height: 26px;
	width: 123px;
}

#left_col a
{
	background: url("../images/btn.jpg") top right no-repeat;
	padding: 5px 0 0 25px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 26px;
}

#left_col a:hover
{
	background: url("../images/btnover.jpg") top right no-repeat;
	padding: 5px 0 0 25px;
	color: #ffff99;
	text-decoration: none;
	display: block;
	height: 26px;
}

#center_col
{
	float: left;
	width: 650px;
	margin: 120px 0 0 3px;
	/*height: 435px;*/
	background: #ffff99;
}

#header
{
	background: #006600;
	text-align: center;
	color: #ffff99;
}

#content
{
	/*height: 370px;*/
	font-size:11px;
	min-height: 370px;
	margin: 0 auto;
}

#gallery
{
	width: 650px;
	/* Centers in FF */
	text-align: -moz-center;
	/* Centers in IE */
	text-align: center;
}

#col
{
	float: left;
	width: 48%;
	padding: 0 3px 0 3px;
}

#col h3
{
	font-size: ;
}

#col_header
{
	height: 20px;
}


#col2
{
	float: left;
	width: 48%;
	border-left: solid 1px #006600; 
	border-right: solid 1px #006600; 
	margin: 0 0 0 5px; 
	padding: 0 3px 0 3px;
	height: 370px;
}

#col2_header
{
	height: 20px;
}

#col3
{
	float: right;
	width: 48%;
	padding: 0 3px 0 3px;
	border-left: 1px solid #8ec977;
	height: 369px;
}

#col3 form
{
	margin: 0;
	padding: 0;
}

#col3 fieldset
{
	padding: 0;
	margin: 0;
}

#col3 img
{
	text-align: center;
}

#col3_header
{
	height: 20px;
}

#footer
{
	clear: both;
	background: #006600;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
}

.bigpic
{
	border: 6px solid #006600;
}

#right_col
{
	float: right;
	background: url("../images/turret1.jpg") top left no-repeat;
	width: 123px;
	height: 564px;
	font-size: 80%;
	font-weight: bold;
}

#plain
{
	color: #006600;
}

#right_col ul
{
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0px;
}

#right_col li
{
	padding: 0 0 13px 0;
	margin: 0;
	font-size: 120%;
	height: 26px;
	width: 123px;
}

#right_col a
{
	background: url("../images/btn.jpg") top right no-repeat;
	padding: 5px 0 0 25px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 26px;
}

#right_col a:hover
{
	background: url("../images/btnover.jpg") top right no-repeat;
	padding: 5px 0 0 25px;
	color: #ffff99;
	text-decoration: none;
	display: block;
	height: 26px;
}

/* classes */
.blankimage
{
	background: url("../images/btn.jpg") top left no-repeat; 
}

.linkcolor
{
	color: #006600;!important
}

