* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #566B9A;
  background-image: url(../images/mp_bg.gif);
  font-family: "Arial", Arial, sans-serif;
  font-size: 1em;
}

/* Content is the outermost div */
#content {
  margin-left: auto;
  margin-right: auto;
  width: 725px;
  height: 570px;
/*  border: solid 1px yellow; */
}

#header {
  position: absolute;
  top: 10;
  width: 725px;
  height: 180px;
  background: white;
  padding: 0;
  margin: 0;
}

img#headerbanner {
  width: 725px;
  height: 180px;
}


/* Innercontent is the box for everything but the header */
#innercontent {
  position: relative;
  top: 180px;
  left: 0;
  background-color: #566B9A;
  background-image: url(../images/mp_bg_fade.gif);
  background-repeat: repeat-x;
  border-right: solid 10px #003366;
  border-bottom: solid 10px #003366;
  border-left: solid 10px #003366;
  height: 380px;
  width: 705px;
}

#sidebar img.llcorner {
  position: absolute;
  margin-left: -10px;
  bottom: -10px;
}

#sbwrapper {
  float: left;
  height: 380px;
  width: 180px;
}

#sidebar {
  background-color: none;
  color: white;
}

#sidebar a:link {
  color: white;
}

#portfolio a:link {
  color: black;
}

.webmaster a:link {
  color: #C40000;
}

#sidebar a:visited, #portfolio a:visited {
  color: #C6C6C6;
}

#sidebar a:hover, #portfolio a:hover {
  color: #FF0000;
}

#sidebar a.navlink, #navbar span.nullnavbar {
  display: block;
  margin-left: 10px;
}

#main {
  font-size: 1.25em;
}

#mwrapper {
  float: right;
  top: 0;
  right:0;
  width: 515px;
  height: 380px;
  border-left: solid 10px #003366;
}

#main img.lrcorner {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 665px;
  bottom: -10px;
}

#portfolio ul li, #home ul li {
  list-style-position: outside;
  list-style-image: url(../images/mp_ul_bullet.gif);
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 40px;
}

#about, #contactform {
  font-size: .8em;
}

#contactform form {
  margin-left: 10px;
}

#main p {
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: .5em;
  margin-right: .5em;
}

#portfolio li {
  margin-top: .5em;
 
}

#footer {
  position: absolute;
  bottom: 5px;
  left: 220px;
  width: 100%;
  font-size: .5em;
}
 
img.sidebarheader {
/*  margin-left: 5px; */
  margin-left: 10px;
  margin-top: 1em;
  margin-bottom: 1em;
}

span.webmaster a, span.copyright {
  display: inline;
}

h3.pageheading {
  text-align: center;
  margin: .5em .5em;
}

.MP {
  color: #C40000;
  font-weight: bold;
}

.infosafe {
  margin-right: 10px;
}

