/* BASE AND CONTENT STYLES */

html, body, #website 
{
height: 100%;
}

body, div, td, p 
{
font:12px/16px arial, sans-serif;
color:#666
}

body
{
background:url('../bg_blue_wall.jpg') fixed top center #204697;
}

a, a:link, a:active, a:visited
{
color: #369;
text-decoration:underline;
}

a:hover {
color: #369;
text-decoration:underline;
border-top:1px solid #369;
}

#main
{
width: 1030px;
margin:0px auto;
height:100%;
}



/* NAVBAR STYLES */





/* FORM STYLES */

