BODY,HTML
{
background: #282828 url('images/bg.jpg') repeat-x;
margin: 0;
color: #000000;
}
i{color: #ffffff;}
strong{color:#ffffff;}
#container
{
	width: 975px;
	margin-left:auto;
	margin-right:auto;
}

/* Header */
#header
{
	background: url('images/header.jpg') no-repeat;
	width: 975px;
	height: 35px;
	float: left;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#header img{margin-left: 175px; margin-top: 10px; float:left; width:350px; height: 17px;}
.text_white{color: #ffffff; font-family: garamond; font-size: 16px; font-weight:bold;}
.text_yellow{color: #fef4c4;font-size: 11px;font-family: Arial;}
/* Logo */
#logo
{
	width: 166px;
	height: 164px;
	position: absolute;
	margin-left: 25px;
	margin-top:13px;
}
#content
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 5px;
	width:660px;
	min-height: 195px;
	overflow:hidden;
	color: #afaeae;
	font-size: 11px;
	font-family: Arial;
	float: left;
}
#callout
{
	margin-top: 40px;
	margin-left: 10px;
	text-align: left;
	width:275px;
	color: #afaeae;
	font-size: 11px;
	font-family: Arial;
	float: left;
}
/* Flash */
#flash
{
	width: 975px;
	height: 150px;
	float: left;
	background: url('images/body_b.jpg');
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#flash span{display:block; float:right; margin-right: 10px; margin-top: 10px; height: 131px; width: 775px; border: 1px solid #666666;}
#flash span img{margin-left: 2px; margin-top: 2px; margin-bottom: 2px;}
/* Nav */
#nav
{
	width: 975px;
	height: 47px;
	float:left;
}
#nav a{color:#fef4c4; font-family: garamond; font-size: 20px; font-weight: bold; width:139px; display:block; text-decoration:none; margin-top:15px; float:left; text-align:center;}
/* Footer */
#footer
{
	margin:15px 0px 15px 0px;
	width: 975px;
	float: left;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	background-color: #383838;
	border: 1px solid #666666;
}
.footer_in_1, .footer_in_2, .footer_in_3{float:left; margin-left:30px; width: 30%;}
.footer_in_3 a{margin-right: 15px; float:left;}
/* Text Block on Page */
#body
{
	background: url('images/body.jpg') no-repeat;
	width: 975px;
	min-height: 400px;
	float: left;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
/* Photo Gallery */
#gallery_thumbs
{
	float: right;
	margin-right:10px;
}

#loadarea
{
	width:350px;
	height:350px;
	text-align:center;
	float:left;
}
.greyBorder
{
	border: 1px;
	border-color:#8e8e8e;
	border-style:solid;
}
/* Copyright info located on the lower right corner */
#copyright
{
	width: 225px;
	height: 56px;
	float: right;
}
h1
{
	color: #ffffff;
	font-size: 24px;
	font-family: Garamond;
	border-left: 7px solid #990000; padding-left: 10px;
}
h2
{
	color: #ffffff;
	font-size: 28px;
	font-family: Garamond;
}
h3
{
	color: #ffffff;
	font-size: 19px;
	font-family: Garamond;
}
h4
{
	color: #fef4c4;
	font-size: 19px;
	font-family: Garamond;
}
/* form stuff */
#formcol1
{
	float: left;
	width: 50%;
}
#formcol2
{
	float: left;
	width: 50%;
}
label{
	float: left;
	width: 300px;
	font-weight: bold;
	font-size:10px;
}
.boxes{
	width: 1em;
}
#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
.input
{
    BACKGROUND-COLOR: #fef4c4;
	font-size: 10px;
	font-family: Verdana;
	COLOR: #00122c;
	border: 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #666666;
	margin-top: 2px;
}

A:LINK   { 
	color: #FEF4C4;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
}
A:HOVER  { 
	color: #FEF4C4;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
}
A:VISITED  {
	color: #FEF4C4;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
 }
.clickscrazy { 
	color: #e98d0a;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
}
A:clickscrazy.LINK   { 
	color: #e98d0a;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
}
A:clickscrazy.HOVER  { 
	color: #ffffff;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
}
A:clickscrazy.VISITED  {
	color: #e98d0a;
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
 }