body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url('images/bricks.jpg');
}
	
#page-container {
    width: 790px;
	margin: auto;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background-color:#efefde;
}

#header {
	height: 110px;
	width: 790px;
}

.text1 {font-family: Ariel, Helvetica, sans-serif;
        font-size: 80%;      
}

/* menu layout */
div#navcontainer
{
font-family: arial;
font-weight: bold;
background: #642;
position: static;
right: 0px;
margin: 0;
padding-left: 6px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border: 0;
}

div#navcontainer ul
{
display: inline;
margin: 0;
padding: 0;
list-style: none;
border: solid 1px #642;
}

div#navcontainer h2
{
border: solid 1px #642;
padding: 4px;
text-align: center;
}

div#navcontainer ul li
{
display: inline;
margin: 0;
}

div#navcontainer ul li a
{
color: #a10;
background: #ffc;
margin: 0;
padding: 2px 30px 2px 30px;
text-decoration: none;
}

div#navcontainer ul li a:hover
{
background: #e8db6f;
border-bottom: solid 9px #ffc;
}

a.one:link {color: #0000ff; text-decoration: none;}
a.one:visited {color: #0000ff; text-decoration: none;}
a.one:hover {color: #b80e0e; text-decoration: underline;}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 180%;
 color: #003300;
 margin-left: 0px;
 margin-bottom: 5px;
 margin-top: 23px;
}

h2{
 font-size: 150%;
 color: #336633;
 margin: 0px;
 padding: 0px;
}
      		
.footer {font-size: .9em;
         font-family: Ariel, Helvetica, sans-serif;
}

/************* #menu styles ***************/
a.menu, a.menu:link, a.menu:visited {display:block; width:156px; height:25px; background:#764; border: 1px solid #000; margin-top:0px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; color:#fff; line-height:25px; overflow:hidden; float:left;}
a.menu:hover {color:#000; background:#dca;}
a.menu:active {color:#fff; background:#c00;}

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	font-size: 12px;
	color: #ffffff;
	background-color : #660000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

a.info:link {color: #06f7fd; text-decoration: none;}
a.info:visited {color: #06f7fd; text-decoration: none}
a.info:hover {color: #06f7fd; text-decoration: underline;}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */