
body{
background-color: #aaaaaa;
margin: 0px;
padding: 0px;
}


#container {
position: relative;
background: url(../images/pwdrdblue01.jpg);
width: 700px;
height: 550px;
text-align: center;
border: solid 1px white;
}

#footer {
postion: relative;
width: 700px;
text-align: center;
}

#main_title {
position: absolute;
top:0px;
left: 0px;
width: 698px;
height: 75px;
margin: 0px;
padding: 0px;
font-family: BlackChancery, Garamound;
font-size: 14pt;
color: blue;
}

#box_nav {
position: absolute;
top: 76px;
left: 0px;
margin: 0px;
padding: 0px;
}

#nav {
position: relative;
height: 25px;
margin: 0px;
padding: 0px;

}

#nav a:link {
font-family: arial;
font-size: 10px;
color: teal;
text-decoration: none;
background-color: #fafafa;
border-top: #00ff99 1px solid;
border-left: #00ff99 1px solid;
border-right: teal 2px solid;
border-bottom: teal 2px solid;
}

#nav a:visited {
font-family: arial;
font-size: 10px;
color: teal;
text-decoration: none;
background-color: #fafafa;
border-top: #00ff99 1px solid;
border-left: #00ff99 1px solid;
border-right: teal 2px solid;
border-bottom: teal 2px solid;
}

#nav a:text {
font-family: arial;
font-size: 10px;
color: teal;
text-decoration: none;
background-color: #fafafa;
border-top: #00ff99 1px solid;
border-left: #00ff99 1px solid;
border-right: teal 2px solid;
border-bottom: teal 2px solid;
}

#nav a:hover {
background-color: #f6f6f6;
font-size: 10px;
text-decoration: none;
font-face: monospace;
color: maroon;
border-top: teal 2px solid;
border-left: teal 2px solid;
border-right: #00ff99 1px solid;
border-bottom: #00ff99 1px solid;
}

#bluebox {
position: absolute;
top: 100px;
left: 0px;
width: 700px;
}

