body {
text-align:center;
font-family: sans-serif;
font-size: 12px;
color: #000000;
background: #ffffff;
}

#frame {
position: absolute; z-index:0; top: 0px; left: 2px;
width:100%;
margin-top:0px;
text-align:left;
}

#top {
width: 100%;
background: #FFFFFF;
}

#top a:link
{color: #ffffff;
text-decoration: none;
font-weight:bold;
}

#top a:visited
{color: #ffffff;
text-decoration: none;
font-weight: bold;
}

#top a:hover
{color: #44d220;
text-decoration: underline;
font-weight: bold;
}

#main {
  position: absolute; z-index:0; top: 0px; left: 225px;
  width: 70%;
  background: #ffffff;
  background-image: url(images/vcrest1.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: 300px 250px;
  padding: 10px;
  margin:5px;
}

#main a:link {
color: #000000;
text-decoration: none;
font-weight:bold;
}

#main a:visited
{color: #000000;
text-decoration: none;
font-weight: bold;
}

#main a:hover {
color: #44d220;
text-decoration: underline;
font-weight: bold;
}

#leftcontent {
  float: left;
  width: 200px;
  background: #E01B06;
  border: 2px #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#leftcontent a:link {
color: #000000;
text-decoration: none;
font-weight:bold;
}

#leftcontent a:visited
{color: #000000;
text-decoration: none;
font-weight: bold;
}

#leftcontent a:hover {
color: yellow;
text-decoration: underline;
font-weight: bold;
}

#leftcontent a:active {
color: purple;
text-decoration: underline;
font-weight: bold;
}

h1 {
color: red;
font-size:large;
}

