body
{
  background-color: #6d2c13;
  color: #847970;
  font-family: Futura, Trebuchet, Tahoma, Verdana, Sans Serif;
  font-size: 9pt;
}

a:link, a:visited
{
  color: #c8b18b;
  text-decoration: none;
}

a img
{
  border: none;
  vertical-align: -10%;
}

h3 span
{
  font-size: 12px;
  font-weight: normal;
}

#master
{
  text-align: center;
}

.project
{
  height: 75px;
  width: 365px;
}
.project > a img
{
  padding-right: 15px;
}
.project h3
{
  padding-top: 15px;
}

#portal
{
  background-image: url('../images/wads-portal.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 750px;
  height: 561px;
  margin: 50px auto 0px auto;
  font-size: 20pt;
  color: #c8b18b;
}

#portal div
{
  height: 85%;
  background-image: url('../images/wads-portal-building.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px;
}

#portal div ul
{
  list-style:none;
  margin-top: 200px;
  margin-left: 0px;
  padding: 30px;
}

#content
{
  background-color: #FFFFFF;
  width: 715px;
  margin: 0px auto;
}

#header
{
	background-image: url('../images/page-header.jpg');
	height: 260px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
}
#header h1
{
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 100px;
  margin-bottom: 0px;
  width: 300px;
  font-weight: normal;
}
#header h1.long
{
  margin-top: 75px;
}
#header h2
{
  margin-top: 0px;
  width: 390px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 12px;
}

#menu
{
  font-family: Arial, Helvetica, Sans Serif;
  width: 165px;
  float: left;
  padding-left: 10px;
  margin-left: 0px;
}
#menu li
{
  padding: 10px 0px;
  list-style: none;
  padding-left: 20px;
}
#menu li.current
{
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-position: center left;
  vertical-align: top;
  font-weight: bold;
  color: #ae5920;
  font-size: 14px;
}
#menu a:link,a:visited
{
  color: #78716b;
}
#page
{
  font-family: Arial, Helvetica, Sans Serif;
  margin-left: 180px;
  padding: 10px;
  color: #534c44;
  padding-bottom: 50px;
}

#contact
{
  text-align: right;
  width: 715px;
  margin: 0px auto;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 8px;
}

div.profile
{
  font-size: 11px;
  height: 140px;
}

div.profile ul
{
  padding-left: 120px;
  margin-top: 0px;
  list-style-image: url('../images/profile-bullet.png')
}
div.profile h3
{
  font-size: 17px;
  margin-bottom: 0px;
}
div.profile img
{
  padding-right: 20px;
}

#footer
{
  clear: both;
  text-align: center;
}