* {
  margin:0;
  padding:0;
}

body {
  font-family:trebuchet ms, verdana, arial, sans-serif;
  background:black;
  text-align:center;
  font-size:1em;
}

#wrapper{
  width:900px;
  text-align:left;
  margin:0 auto;
}

#header {
  height:100px;
  padding:25px 0 0 0;
}

#logo{
  float:left;
  margin-right:30px;
}

#tagline {
  font-family:verdana,arial,sans-serif;
  font-size:0.7em;
  color:#FFFFFF;
  margin-top:30px;
}

#menu{
  list-style-type:none;
  margin-left:25px;
  font-family:verdana,arial,sans-serif;
  font-size:0.8em;
  text-align:center;
}

#menu li{
  float:left;
  width:164px;
  height:47px;
}

.active{
  background:url("../images/menu/ActiveTab.png");
}

.active a, .inactive a{
  display:block;
  margin-top:12px;
  height:47px;
}

.active a:link, .active a:visited, .inactive a:link, .inactive a:visited{
  text-decoration:none;
}

.active a:hover, .inactive a:hover{
  text-decoration:underline;
}

.active a{
  color:#000000;
}

.inactive a{
  color:#FFFFFF;
}

.inactive{
  background:url("../images/menu/InactiveTab.png");
}

.contentTop{
  width:900px;
  height:47px;
}

.contentBottom{
  width:900px;
  height:12px;
  background:url("../images/content/Bottom.png") no-repeat;
}

.content{
  width:896px;
  min-height:440px;
  background:#FFFFFF url("../images/content/Background.png") top left repeat-x;
  border-left:#0d1f2f 2px solid;
  border-right:#0d1f2f 2px solid;
}

.home{
  background:url("../images/content/TopHome.png") no-repeat;
}

.clearer{
  clear:both;
}

h1{
  margin:0 40px 0 40px;
  width:820px;
  border-bottom:1px solid #003d73;
  font-weight:normal;
}

p{
  margin:10px 0 0 40px;
}