body {
color: #000;
background-color: #A7CEA6;
background-image: url(/images/anti-background.gif);
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
margin-top: 35px;
}

a {
text-decoration: underline;
font-weight: bold;
color: #000;
}

a:hover {
color: #6ba06c;
text-decoration: none;
}

h1 {
color: #000;
font-size: 18px;
font-weight: bold;
}

p {
color: #000;
font-size: 12px;
margin: 10px;
}

blockquote {
background-color: #D5E2D4;
border: solid 1px #eee;
border-left: solid 7px #bbb;
color: #000;
padding: 20px 5px;
}

blockquote:hover { /*-- does not work in IE --*/
background: #eee;
}

#navi {
display: block;
background-color: #eee;
width: 175px;
height: 100%;
margin: 0;
padding-top: 20px;
text-align: center;
float: left;
}

.navilink {
display: block;
background-color: #D5E2D4;
width: 175px;
margin-top: 0;
text-decoration: none;
border: 1px solid #eee;
border-bottom: 0;
}

.navilinktext {
display: block;
background-color: #7CBE7E;
width: 175px;
margin: 0;
text-decoration: none;
border: 1px solid #eee;
border-bottom: 0;
}

#navi a {
text-decoration: none;
font-weight: bold;
color: #000;
}

#navi a:hover {
display: block;
color: #303030;
font-weight: bold;
text-decoration: none;
background-color: #7CBE7E;
}

input {
color: #000;
background-color: #eee;
border: 1px solid #303030;
}

textarea {
color: #000;
background-color: #eee;
border: 1px solid #303030;
}

#logostrip {
width: 700px;
height: 115px;
}

#content {
background-color: #eee;
width: 510px;
margin-left: 180px;
margin-top: 0;
padding: 20px 5px;
padding-right: 0;
position: relative;
top: auto;
}

#comments { /*for comments link on main page*/
background-color: #eee;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
color: #000;
float: right;
width: 275px;
}

#whole {
background-color: #eee;
width: 700px;
margin: auto;
padding: 25px;
border: 1px solid #000;
}

#footer {
clear: both;
display: block;
width: 700px;
height: 13px;
background-color: #D5E2D4;
border: 1px solid #303030;
color: #000;
text-align: center;
}