
/* Layout Stylesheet */ 

body {
	margin:0;
	padding:0;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
	text-align: center;
	background-color: #E5E5E5;
}

p { margin:0; }

.error {
  color: #FE2020;
  font-weight: bold;
}

#wrap {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 750px;
}

html>body #wrap {
  width: 750px;
}

#timebar {
  height: 50px;
  background-image: url(../graphics/time_bar.gif);
  background-repeat:no-repeat;
  font-size: .7em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 15px 0px 0px 10px;
  margin: 00px 0px 0px 0px;
}
html>body #timebar {
  height: 35px;
}
 
#maintop {
  height: 10px;
  background-image: url(../graphics/main_top.gif);
  font-size: 0%;
  font-size: 1%;
  width:750px;
}

#mainwrap {
	padding: 0px 9px 0px 9px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-color: #BEC2DA;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#navbar {
	float:left;
	width:180px;
  margin:0px;
	padding:0px;
	text-align: left;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 5px;
}

#mainbtm {
  background-image: url(../graphics/main_btm.gif);
  background-repeat: no-repeat;
  height: 10px;
  font-size: 0%;
  font-size: 1%;
  width:750px;
}

#masthead h1 {
	font:normal 1.7em Georgia,Times,"Times New Roman",serif;
	margin:0;
}

#masthead h2 {
	font:normal 1.5em Georgia,Times,"Times New Roman",serif;
	margin:0;
}

table.galthumb {
  width: 93%;
}
table.galthumb td {
  text-align: center;
  font-size: .8em;
}

table.galthumb img {
  margin: 4px;
  border: 1px solid #BBBBBB;
  padding: 5px;
