/* This is the style of your browser text */
#shell {
background:#FFFFFF;
float:left;
padding: 5px;
padding-left:10px;
border: solid 2px #000000;
width:900px;
margin-top:0px;
}
.header {
padding-left:15px;
width:890px;
height:291px;
background:url(img/header_bg.gif);
background-repeat:no-repeat;
float:left;
vertical-align:bottom;
}

.watermarked {text-align:left;font-style:italic;font-weight:lighter;color:#777;}

#button
{
  display: block;
  width: 282px;
  height: 34px;
  background: url("img/buttonbg.jpg") repeat-x 0 0;
  float:left;
border: solid 2px #000000;
text-align:center;
font-family:Trebuchet MS;
font-variant:small-caps;
font-size:20px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
margin-bottom:11px;
padding-top:10px;
vertical-align:middle;
}

#button:hover
{ 
  background-position: 0 -44px;
  border: solid 2px #666666;
  color: #000000;
}

.nav {
width:294px;
float:left;
margin-bottom:15px;
}
.content {
text-align:left;
float:left;
width:900px;
font-family:Trebuchet MS;
padding-bottom:15px;
padding-top:15px;
}
.footer {
font-size:12px;
color:#974D10;
text-align:justify;
float:left;
font-family:Trebuchet MS;
background:#FFFFFF;
border: solid 15px #FFFFFF;
}
body {
	background-color: #974D10;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.gif);
}
h1 {
font-size:22px;
color:#FFFFFF;
margin-top:-2px;
#margin-top:0px;
}
h1 a {
color:#FFFFFF;
text-decoration:none;
}
h1:hover {
  color: #FFFFFF;
  text-decoration:none;
}




