/* CSS Document */

body{
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}

#header {
background-image: url(images/headerRepeat.gif);
background-repeat: repeat-x;
height: 180px;
width: 100%;
}

#nav {
display: none;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
position: absolute;
top: 180px;
left: 25px;
}

#content {
position: absolute;
top: 180px;
left: 50px;
width: 90%;
}
