/* CSS Document */

body {
margin: 0;
padding: 0;
background-color: #6699ff;
font-family: Verdana, Arial, sans-serif;
}

a:link, a:visited {
color: #bfe7ff;
text-decoration: none;
}

a:hover, a:active {
color: #ccffff;
text-decoration: none;
text-transform: none;
}

#wrapper {
width: 770px;
height: 780px;
margin: 0 auto;
border: 1px solid #000;
background-color: #003466;
}

#header {
position: relative;
width: 770px;
height: 160px;
background: #CCCC33 url(/gfx/nbanner.jpg) no-repeat;
}

#header div#login {
position: absolute;
left: 630px;
top: 30px;
}

#header div#raesLink {
position: absolute;
left: 15px;
top: 20px;
width: 160px;
height: 120px;
}

#header div#raesLink a {
text-indent: -2000px;
display: block;
width: 160px;
height: 120px;
}

#header div#raesLink h1 {
text-indent: -2000px;
}


label {
font-size: 80%;
color: #fff;
}

input {
width: 100px;
}

input[type="submit"] {
margin-top: 5px;
width: 50px;
}

#content {
background: #003466 url(/gfx/volante.jpg) no-repeat;
height: 400px;
}

#nav {
height: 60px;
background-color: #003466;
text-align: center;
font-size: 70%;
padding-top: 5px;
}

#footer {
padding-top: 10px;
width: 770px;
height: 35px;
text-align: center;
font-size: 70%;
color: #fff;
}

.quote {
color: #fff;
font-size: 80%;
font-style: italic;
}

