/*Center div can be taken off to align the site to the left. Remember to remove from template*/
div#center {
	width:750px;
	background-color:#FFFFFF;
	position:relative;
	z-index:1;
}

div#header  {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:750px;
	z-index:1;
	height:195px;
}

/*Top menu, left, width, padding, zindex, and top can all be changed*/
div#top_menu  {
	position:absolute;
	top:75px;
	left:75px;
	width:600px;
	z-index:4;
	padding:6px;
	font-size:11px;
	font-weight:bold;
}

div#main_content {
	z-index:2;
	width:730px;
	position:absolute;
	top:195px;
	left:0px;
	text-align:left;
	padding:10px;
	background-color:#FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e0e0e0;
	margin:0;
}

/*Top Menu link commands, these can be changed and the hover can be removed*/
div#top_menu a  {
	color:#0000FF;
}

div#top_menu a:hover  {
	color:#FF0000;
}

/*This code belongs with the top menu commands, it makes the top link stay "highlighted" on the page you are on*/
body#home a#homenav,
body#contact a#contactnav,
body#inside a#insidenav  {
	color:#993399;
}


/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:100%;
	font-size:13px;
}

table#contact-us td  {
	padding:5px 3px;
	width:50%;
}

/*Heading commands - these can all be changed*/

h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#339900;
}

h2  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#9933CC;
	text-decoration:underline;
}

h3  {
	
}

h4  {
	
}

h5  {
	
}

h6  {
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}

ul  {
	margin-top:6px;
}

span  {
	color:#CC0000;
}
