/*copyright Rich Currie / www.prowebsitemaker.com all rights resereved. You MAY NOT reproduce or redistribute inpart or whole without written consent from Rich Currie*/
body
{
	margin: 0;
	padding: 0;
	font: 85% georgia, times, "times new roman", serif;
	text-align: center;
	color: #66FFCC;
	background-color: #000000;
	list-style-type: disc;	
}
/*navagation link colors*/
a:link { color: #FFFFAA; }
a:visited { color: #008080; }

a:hover, a:active
{
	color: #99FFFF;
	background-color: #00000F;
}

h2
{
	/*change main heading color and font here*/
	color: #66FFCC;
	font: 180% georgia, times, "times new roman", serif;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 2px 0;
}

h3
{
	/*change sub-heading color and font here*/
	color: #FFFFFF;
	font: 115% georgia, times, "times new roman", serif;
	font-weight: bold; 
	font-style: italic;
	margin-top: 0;
	align="left"
}

h4 
{
	color: #000000;
	font: 85% georgia, times, "times new roman", serif;
	font-weight: bold;
	font-style: oblique;
	margin-top: 5;
	font-variant: small-caps;
}

h5
{
	/*change sub-heading color and font here*/
	color: #2ABFAA;
	font: 140% georgia, times, "times new roman", serif;
	font-weight: bold; 
	font-style: italic;
	text-align: center;
	margin-top: 0;
}
/*this controls text content area*/
#container
{
	margin: 1em auto;/*this sets where page starts from top*/
	width: 900px;
	text-align: left;
	/*change backround color where content goes*/
	background-color: #000000;
	border: 1px  #FFF;
}

/*this controls area around top banner*/
#header
{
	height: 115px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #000000;
	position: relative;
	border: 1px none 000000;
	border-bottom: 1px solid #000000;

}

#header h1 /*set font and color of h1 headings*/
{
	font-size: 1px;
	text-align: right;
	color: #2ABFAA;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

/*below controls left navagation menu placement and border*/
#menu
{
	float: left;
	width: 165px;
	border-right: 1px solid #2ABFAA;/*this is the border to rt. of nav*/
	padding-left: 15px;
}
/*margin numbers mean from top, from rt.side, to bottom, from left*/
#contents { margin: 0 20px 40px 200px; }
#contents p { line-height: 125%; }
/*horizontal thin line at bottom of the page*/
.insidecontents { border-bottom: 1px solid #2ABFAA; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #000000;
	text-align:center; /*controls placement of text*/
	font-size: 90%;
}

