@charset "ISO-8859-1";
/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 background-color: #666699;
 background-image: url(Graphics/BG.jpg);
}




#wrapper { 
 margin: 0 auto;
 width: 772px;
}






#header {
 color: #333;
 width: 752px;
 float: left;
 padding: 10px;
 height: 91px;
 margin: 10px 0px 0px 0px;
 background: #666699;
 background-image: url(Graphics/Banner.jpg);
 background-repeat: no-repeat;
 background-position: center;
}



#navigation {
 float: left;
 width: 742px;
 color: #333;
 padding: 10px;
 border: 2px solid #000000;
 margin: 0px 0px 0px 0px;
 background-color: #666633;
 max-height: 20px;
 
}



#rightcolumn { 
 float: left;
 
 border-right: 2px;
 border-left: 2px;
 border-top: 0px;
 border-bottom: 2px;
 border-color: #000000;
 border-style: solid;

 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 350px;
 width: 742px;
 background-color: #ffffcc;
}



#footer { 
 width: 751px;
 clear: both;
 color: #333;
 background: #BD9C8C;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height: 170px;
 background-image: url(Graphics/Bottom.jpg);
 background-position: center;
 background-repeat: no-repeat;
}





<!------------------------------------------------------------------ T E X T --!>


a
	{
	color: #FF9900;
	}


h3

	{
	font-size: 11px;
	font-style: italic;
	margin-left: 280px;
	}

h5

	{
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.01em;
	line-height: 20px;
	font-weight: 200;	
	}
	
h6
	
	{
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	}


.image-footer
	{
	float: right;
	}

.image-right
	{
	float: right;
	margin: 10px;
	}
	













.solidblockmenu{
margin: 0;
padding: 0 10px;
font: bold 13px Arial;
max-width: 760px;
background-color: #666633;
}



.solidblockmenu li{
display: inline;
}



.solidblockmenu li a{

font-size: 12px;
float: left;
color: white;
padding: 3px 15px;
text-decoration: none;
}



.solidblockmenu li a:visited{
color: white;
}



.solidblockmenu li a:hover, .solidblockmenu li .current{
color: black;
background: transparent url(Graphics/blockactive.gif) center center repeat-x;
}



<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->










