body
{
background-color: white;
background-position: 0% 100%;
background-repeat: repeat-x;
background-attachment: fixed;
}

#header
{
background-image: url(water_swirls_background.jpg);
position: absolute;
width: 100%;
height: 200px;
border-bottom: 1px dotted #1c283a;
}

#sidebar
{
position: absolute;
width: 200px;
height: auto;
top: 200px;
right: auto;
left: 20px;
padding: 20px;
border-right: 1px dotted #1c283a;
}

#main
{
position: absolute;
top: 200px;
left: 270px;
right: 2em;
height: auto;
padding: 8px;
margin: 6px;
}

#footer
{
width: auto;
padding: 50px;
z-index: 1;
}

p
{
font-family: verdana, helvetica, sans-serif;
color: black;
}

.discreet
{
color: #25737b;
font-family: verdana, helvetica, sans-serif;
font-weight: 500;
font-size: 80%;
}

h1
{
font-family: verdana, helvetica, sans-serif;
color: black;
}

h6
{
font-family: verdana, helvetica, sans-serif;
color: black;
}

a:link
{
color: #000099;
font-family: Verdana, sans-serif;
}

a:visited
{
color: #9900cc;
font-family: Verdana, sans-serif;
}

a:active
{
color: #ff3300;
font-family: Verdana, sans-serif;
}

a:hover
{
color: #ff3300;
font-family: Verdana, sans-serif;
}

img
{
position: absolute;
right: 10%;
vertical-align: bottom;
margin: 10px;
padding: 10px;
z-index: 0;
}

