@charset "utf-8";
body {
font-family:Arial, Helvetica, sans-serif;	
background: #000  url(images/bg.png) repeat;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #FFFFFF;}

#container {
width: 970px;  /* this will create a container 80% of the browser width */
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid grey;
text-align: left; /* this overrides the text-align: center on the body element. */
background: #000 url(images/bg.gif) repeat-x;
}

#header {	
padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */}
#header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}

#nxthdr {
margin-left:10px;
margin-bottom:20px;
height:75px;
font-size:.9em;
color:#FFF;
letter-spacing:1px;}

.nxthdr {
width:600px;
float:left;}
.hdrimg {
margin-right:10px;}

#containimgs {
width:970;
margin-left:10px;
margin-right:10px;}

.imgleft{
height:345px;
width:437px;
margin-right:15px;
margin-top:0;
float:left;
border: solid 1px grey;}
	
.imgright{
margin-right:10px;
margin-bottom:5px;}

.txtimg{
	font-size:.8em; letter-spacing:1px; color:#FFF;
	width:970px;
	}

#lowerimg{
margin-left:10px;
margin-right:10px;
margin-bottom:20px;}

.bigtxt{
font-size:2.5em;
height:10px;
letter-spacing:4px;
padding-left:7px;
color:#6F3;}

.bigtxt2{
height:10px;
font-size:.9em;
line-height:normal;
letter-spacing:1px;
padding-left:7px;
color:#FFF;}


.footer{
	text-align:center;
	font: 60% Verdana, Arial, Helvetica, sans-serif;}
	
#footer {
	margin: 0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */} 	








a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

