html, body {
           height: 100%;
           height: 100%;
           }

body       {
 font: 11px arial, sans-serif;
 text-align:center;
 margin:0;
 padding:0;
 background-image: url(images/bg.jpg);
 background-position: 0px 40px; 
 background-repeat: repeat-x;
 }

h1       {
 font: bold 15px arial, sans-serif;
 color: #069;
 text-align:left;
 margin-top: 15px;
}

h2       {
 font: bold 14px arial, sans-serif;
 color: #000;
 text-align:left;
}

p       {
 font: 11px/17px arial, sans-serif;
 color: #000;
 text-align:left;
}

ul       {
 font: 11px/17px arial, sans-serif;
 font-weight: bold;
}

strong	{
 color: #000;
 font-weight: bold;
 }

.armstrong	{
 font-size: 12px;
 color: #069;
 font-weight: bold;
 }

/* IMAGES */

.leftimg {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 7px;
	border: 2pt solid #069;
}

.rightimg {
	float: right;
	margin-left: 7px;
	margin-right: 15px;
	margin-top: 7px;
	border: 2pt solid #069;
}

.panoimg {
	float: left;
	margin-left: 0px;
	margin-bottom: 7px;
	border: 2pt solid #069;
}

.hatimg {
	float: right;
	margin-left: 7px;
	margin-right: 15px;
	margin-top: 7px;
}

/* GUTS */

#container {
 margin: 0 auto;
 width: 750px;	
 height: auto !important;
 height: 100%;
 min-height: 100%;
 position: relative;
 z-index: 98;
}



#header   {
 background: url(images/top.jpg) no-repeat;
 background-position: 10px 0;
 height: 40px;
 width: 750px;
}
		  
#header ul {
 float: right;
 padding-top: 0px;
 padding-right: 45px;
}

a {color:#069;}

#header>ul{padding-top: 0px; margin-top: 8px;}
		   
#header ul li {
 display: inline;
 text-align: right;
 width: 120px;
 height: 25px;
 padding-left: 8px;
 font-weight: bold;  
}
		   
#header ul li a:link, #header ul li a:visited  {
 text-decoration: none;
 color: #fff;
}
		  
#header ul li a:active, #header ul li a:hover  {
 text-decoration: none;
 color: #888;
}
		  
#subheader {
 background: url(images/header2.jpg) no-repeat top left;
 height: 251px;
 width: 750px;
}

#subheader ul  { 
 list-style: none;
 display: block;
 position: relative;
 top: 109px;
 font-size:12px;
 line-height: 15px;
 text-align: left;
 width: 140px;
 left: 235px;
 margin-top: 0;
 margin-bottom: 0;
}

#subheader>ul {
 left: 530px;
}
		   
#subheader ul li {
 display: block;
 text-align: left;
 margin: 0;
 font-weight: bold;
}

#subheader ul li a {
 border-bottom: 1px solid #fff;
 width: 128px;
 padding: 4px 3px;
 height: 12px;
 display: block;
}


#subheader ul li a:link, #subheader ul li a:visited  {
 text-decoration: none;
 color:#FFFFFF;
 }
		   
#subheader ul li a:hover, #subheader ul li a:active  {
 background-color: #09c;
 border-bottom: 1px solid #fff;
 text-decoration: none;
}

#wrapper   {
 position: relative;
 width: 750px;
}
		   
#content {
 position: relative;
 width: 750px;
 padding: 1px 20px 0px 30px;
 text-align: left;
 background: url(images/content.jpg) no-repeat top left;
}
		
/* This code is for the positioning of the footer */

#footer    {
 position: relative;
 width:750px;
 height: 100px;
 margin: 0px auto 0px auto;
 background: url(images/footer.jpg) no-repeat bottom left;
}

#footer .copyright {
 position: absolute;
 bottom: 7px;
 left: 0;
 width: 750px;
 text-align: center;
 color: #FFFFFF;
 line-height: 12px;  
}

#footer  a  {
 text-align: center;
 text-decoration:none;
}


label{
 float: left;
 width: 120px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: none;
}

input, textarea{
 width: 220px;
 margin-bottom: 5px;
 background-color: #fff;
 color: #000;
}

textarea{
 width: 220px;
 height: 150px;
}

.boxes{
 width: 1em;
}

#submitbutton{
 margin-left: 45px;
 margin-top: 5px;
 width: 90px;
}

br{
 clear: left;
}
