/* global */
html{height: 100%;}

body
{ font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 12px; 
  text-align:center;
  background: url(images/bg_cool_001E.gif); /* oak1.jpg FabricTan.jpg */
}

img{border: 0px;}

a
{
  text-decoration:none;
  color:#4B3D28; /* #FFFF00;  */
}
a:hover
{
  text-decoration:none;
  color:#000000;
}

p
{ margin: 0px;
  padding: 6px 0px 6px 0px;
  line-height: 15px;
  text-indent:20px;
}

/* main container */
#main
{ width: 785px; /* height:71px; */
  margin-left: auto; 
  margin-right: auto;
  margin-top:20px;
  margin-bottom:20px;
}

/* header */
#header
{ padding: 0px; 
  margin: 0px;
  width:783px;/* height:69px;  */
  margin-left:auto;margin-right:auto;
}

/* * html #header { padding-top:30px; } */

#header h1
{ padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 60px;  /*40px; 30px; */
  font-weight: bold;
  letter-spacing: 10px;
  color: #000000; /* #FFFFFF; /* #9C8758; /* #E7DEBF; #CDB58F;#D2CAAE; */
  text-align: center;
font-family: Parseltongue, Arial, Verdana, Helvetica, sans-serif;
}
#header .shadow
{
  font-size:60px;
  position:relative;
  top:-70px; left:-4px;/* to be changed */
  color: #FFFFFF; /* #000000; */
}

/* main content */
#content
{ width: 729px; /* 749px;  */
  height: auto;
  padding: 5px 10px 5px 10px; 
  text-align: left;
  overflow: hidden;
  margin-left: auto;  
  margin-right: auto;
/* background:#E7B766;  */
} 

#footer
{ width:749px; 
  height:42px; 
  padding:10px 0px 0px 0px;
  font-size:9px;
font-weight:bold;
top:300px;
position:relative;
text-align:center;
}
#footer a
{
  text-decoration:underline;
  color: #000000; 
}
#footer a:hover
{
  text-decoration:none;
  color: #FFFFFF;
}


/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* --- Under Construction --- */

.underConstruction { 
  top:100px; 
  position:relative;
}

/* ---- Weather Box ---- */
#weatherBox {
  margin-top:10px;
  border:4px double #D8D5D0;
  width: 120px; height: 60px; 
  background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/gold_120x60_bg.jpg );
  background-repeat: no-repeat;
  background-color: #C39E6E;
}
#NetweatherContainer { height: 48px; }
#weatherForecast {
  text-align: center; 
  font-family: arial, helvetica, verdana, sans-serif; 
  font-size: 10px; 
  line-height: 12px; 
  color: #FFFFFF;
}
#weatherForecast a {
  color: #FFFFFF; text-decoration:none;
}
