body {
	background-color:#333333;
	font-size:10pt;
	font-family:Arial;
	margin:0;
	padding:0;
	color:#FFFFFF;
}

#page {
	width:970px;
	background-image:url(page.png);
	margin:auto;
	margin-top:20px;
	padding:auto;
}

#topbar {
	width:970px;
	height:10px;
	background-image:url(menulinks.png);
	background-repeat:no-repeat;
	background-color:#333333;
}

#header {
	clear:both;
	width:970px;
	height:150px; /* this is causing the gap */
	background-image:url(banner.png);
}

#menulinks {
	clear:both;
	width:970px;
	height:31px;
	background-image:url(menulinks.png);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:14px;
	height:31px;
  background-image:none;
	display:block;
	color:#FFD930;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:6px; /* offset of button text */
	height:31px;
	display:block;
  background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a.active {
	background-image:url(menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#FFD930;
}

#menulinks a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}


#menulinks a:hover span {
	text-decoration:none;
}

#menulinks a.active span {
	background: url(menuhoverright.png) right top no-repeat;
	text-decoration:none;
}

.menuline {
	background-image:url(menuline.png);
	height:30px;
	width:2px;
	float:left;
	display:block;
}


#mainarea {
	width:970px;
	clear:both;
	padding-left:20px; /* this controls all the text in the body*/
}


#contentarea {
	width:730px;
	padding-top:10px;
	/*padding-right:20px; /* this controls spacing between left and right sections */
	float:left;
	line-height:14pt;
}


#contentarea1 {
	width:310px;
	padding-top:10px;
	padding-right:20px; /* this controls spacing between left and right sections */
	float:left;
	line-height:14pt;
}


#contentarea2 {
	width:400px;
	padding-top:20px;
	/*padding-right:20px; /* this controls spacing between left and right sections */
	float:left;
	line-height:14pt;
}


#sidebar { 
	width:190px;
	padding-top:10px;
	padding-left:30px;
	float:left;
}

#sidebar ul {
	list-style: none; 
	margin-left:0px; 
	padding-left:0px;
}

#sidebar a, #sidebar h3.cat {
	width: 130px;
	display: block;
	padding: 3px 5px 3px 40px;
	background: url(tab_small.png) center right no-repeat;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #fdffec; /*#595965;*/ /*button starting text color*/
}

#sidebar a.big, #sidebar h3.cat {
	/*background: url(tab_big.png) center right no-repeat;*/
	/*removed above line and added below to change menu sections to not look like buttons*/
	background: none;
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #fff25f; /*#cbcbcb;*/
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff25f; /*#fff;*/
}

#footer {
	width:970px;
	clear:both;
	height:31px;
	padding-top:7px;
	text-align:center;
	color:#585858;
	background-image:url(menulinks.png);
	background-repeat:no-repeat;
	background-color:#333333;
}

h1 {
	font-size:25pt;
	font-style:italic;
	color:#FFFFFF;
	margin:0;
}

h2 {
	font-size:13pt;
	color:#FFFFFF;
	padding-top:6px;
}

.description {
	font-size:14pt;
	color:#CCCCCC;
	margin:0;
}

a {
	color:#FFD930;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

