body
{
  margin:0px;
  padding:0;
  font: 12px, lucida, ariel, helvetica, sans-serif;
  background-color:#E0E0D5;
  text-align: center;

}

#main
{
  background-color:#333435;
  width:800px;
  border:1px solid #999999;
  text-align:center;
  margin:100px auto 0px auto;
}

#title h1
{
  padding-right:20px;
}

#header
{
  color:#e0e0d5;
  text-align:right;
  background-image:url('images/welcome_photo.jpg');
  background-repeat:no-repeat;
  height:301px;
  padding-right:15px;

}

#header_name
{
  height:270px;
}

#title_name
{
  color:#e0e0d5;
  position:relative;
  top:0px;
  left:-100px;
  font-size:350%;
}

#title_welcome
{
  color:#e0e0d5;
  position:relative;
  top:50px;
  left:-200px;
  font-size:200%;
}

#navbar
{
  font-size:110%;
}

#navbar a, a:visited, a:active
{
  text-decoration:none;
  color:#e0e0d5;
}

#navbar a:hover
{
  text-decoration:underline;
  color:#999999;
}

#footer
{
  width:780px;
  margin:3px auto;
}

#webmaster
{
  float:left;
  width:300px;
  text-align:left;
  font-style:italic;
}

#copyright
{
  float:right;
  width:300px;
  text-align:right;
  font-style:italic;
}

a, a:hover, a:active, a:visited
{
  text-decoration:none;
  color:navy;
}

a:hover
{
  text-decoration: underline;
}

