/* CSS Document */
body{
background-image:url(../images/dgrey023.gif);
margin: 0 auto;
}

a{
a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #FF0000;}
a:active {color: #0000FF;}
}

.shell{
width: 800px;
margin-left:auto; margin-right: auto;
}

.header{
background-image:url(../images/head.jpg);
width: 800px;
height: 200px;
float:none;
margin: 0px auto 0px auto;
}

.navbar{
width: 800px;
height:25px;
background-image:url(../images/buttons/navbg.jpg);
float:none;
margin: 0px auto 0px auto;
}

.content{
background-color: #FFFFFF;
width: 800px;
float:none;
margin: 0px auto 0px auto;
}

.footer{
background-image:url(../images/buttons/navbg.jpg);
width: 800px;
height: 25px;
float:none;
margin: 0px auto 0px auto;
}
