body {
background: #E1E1BA url(background1.jpg);
text-align:center;
position:relative;
}

#page {
margin:0 auto;
width:800px;
}

#header {
background-color:#D52D1F;
width:790px;
height:90px;
font-family: comic sans ms, georgia, verdana, cooper black;
font-size:10pt;
color: #F9F7D0;
position:relative;
top:0px;
padding:5px 5px 5px 5px;
}

#header a {
text-decoration:none;
color: white;
}

#header a:hover {
text-decoration:underline;
}

#header a:visited {
text-decoration:none;
color:#F9F7D0;
}

#header .logo {
width:166px;
height:90px;
position:relative;
left:0px;
float:left;
background-color:white;
}

#header .disclaimer {
color:white;
position:relative;
left:0px;
text-align:center;
height:90px;
width:624px;
}

#content {
border-left: solid 5px #D52D1F;
border-right: solid 5px #D52D1F;
border-bottom: solid 5px #D52D1F;
width:790px;
height:405px;
position:relative;
background-color:white;
text-align:justify;
}

#menu
{
background-color:#E1E1BA;
width:100px;
float:left;
padding:10px 0px 0px 10px;
text-align:left;
font-family:comic sans ms, georgia, verdana, cooper black;
position:relative;
height:395px;
}

#content A {
color:#D52D1F;
text-decoration:none;
}

#content A:hover {
text-decoration:underline;
}

#footer {
background-color:#D52D1F;
width:790px;
font-family: comic sans ms, georgia, verdana, cooper black;
font-size:10pt;
color: white;
position:relative;
top:0px;
padding:0px 5px 5px 5px;
}

.row {
background-color:white;
width:670px;
height:405px;
padding:0px 5px 0px 5px;
position:relative;
top:0px;
float:left;
}

.column {
background-color:white;
width:213px;
height:400px;
padding:5px 5px 0px 5px;
float:left;
text-align:justify;
font-family: verdana, times, cooper black;
font-size:10pt;
}

UL {
list-style:;
padding-left: 5px;
text-align:left;
margin:10px 0px 10px 15px;
}

