@charset "UTF-8";
/* CSS Document */

  body, html{
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
  }
  
/* the area on the template page where the dynamic content from the database loads  */
#main_content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 100px;
}

/*this adds padding around the stand in image on the template page.  FOR THE DEMO - REMOVE THIS FOR FINAL SITE ANS STYLE AS NEEDED*/
#main_content img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/*header area contains javascript menu*/
#header{
	vertical-align: top;
	text-align: center;
	padding-top: 15px;
	
}

#header #test_bar {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-weight: normal;
}

#flashcontent{
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	clear: both;
}

/*format footer on template page*/
#footer{
	clear:both;
	margin:0;
	height:100%;
	float: left;
	padding:0px;
}

.menuFont {
font-family: Times, serif; 
font-size: large; 
width:90px;
}

