
body {
background: #696969;
}

#container {
margin: 10px 100px 10px 100px;
}

#header {
width: 940px;
height: 60px;
position: absolute;
background: url(Images/indexheader.png);
padding: 10px;
font-family: arial;
color: #ffffff;
text-align: right;
}

#leftbar {
width: 945px;
min-height: 590px;
position: absolute; top: 87px;
padding: 10px 15px 0 0;
background: url(Images/indexbackground2.png);
font-family:verdana;
font-size: 90%;
color:#312A47;
text-align: left;
}

#content {
width: 275px;
min-height: 400px;
position: absolute; top: 68px; left: 575px;
padding: 10px;
background: none;
font-family: verdana;
font-size: 100%;
color:#ffffff;
text-align: justify;
}

#footer {
width: 925px;
height: 120px;
background: none;
position: absolute; top: 575px; left: 110px;
padding: 5px 10px 0 25px;
font-family: verdana;
font-size: 90%;
text-align: left; color: #312A47;
clear: both;
}


#h1 {
font-family:verdana;
color: #4C1D1D;
}

#h2 {
font-family:verdana;
color: #4C1D1D;
}

#h3 {
font-family:verdana;
color: #312A47;
}

A:link {
color:#312A47;
text-decoration:none
}

A:visited {
color:#312A47;
text-decoration:none
} 

A:hover {
color:#ffffff;
text-decoration:none
}
