body
{
	margin: 0;
	padding: 0;
	font: 80% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	/*change page backround color here*/
	background-color: #CC99FF;
	
}
/*navigation link colors*/
a:link { color: #0101DF; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #9DACBF;
}

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

h2 a { text-decoration: none; }

h3
{
	/*change sub-heading color and font here*/
	color: #000000;
	font: 125% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}
/*this controls text content area*/
#container
{
	margin: 1em auto;/*this sets where page starts from top*/
	width: 780px;
	text-align: left;
	/*change backround color where content goes*/
	background-color: #fff;
	border: 1px  #000;
}

/*this controls area around top banner*/
#header
{
	height: 90px;
	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: #fff;
	margin: 0;
	padding: 0;
}

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

/*below controls left navigation menu placement and border*/
#menu
{
	float: right;
	width: 150px;
	border-left: 1px solid #000000;/*this is the border to rt. of nav*/
	padding-left: 20px;
}
/*margin numbers mean from top, from rt.side, to bottom, from left*/
#contents { margin: 20px 20px 40px 30px; }
#contents p { line-height: 135%; }
/*horizontal thin line at bottom of the page*/
.insidecontents { border-bottom: 1px solid #000000; }
.imagefloat { float: right; }

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