
body {
color: #000;
font-family: georgia, times, serif;
font-size: 78%;
margin: 0 auto;
min-width: 770px;
text-align: center;
background: #dadada;
}

a:link {
color: #000;
image-border: none;
font-weight: bold;
text-decoration: none;
}

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

a:hover {
color: #666;
font-weight: bold;
text-decoration: none;
padding: 0 2px 0 2px;
border: 2px dotted #666;
}

a:active {
color: #666;
font-weight: bold;
text-decoration: none;
}

a#current {
color: #999;
font-weight: bold;
text-decoration: none;
}

a#light {
color: #cc9966;
font-weight: bold;
text-decoration: none;
}

a#right {
text-align: right;
}

a img {
border: none;
}

h1 {
font-size: 1.3em;
font-weight: bold;
margin-top: 20px;
text-align: center;
}

h1 .right {
text-align: right;
}


h2 {
font-size: 1.2em;
font-weight: bold;
text-align: left;
}

h3 {
font-size: 1.1em;
font-weight: bold;
text-align: center;
text-decoration: underline;
}

h4 {
font-size: 1.2em;
font-weight: bold;
text-align: left;
padding-top: 10px;
}

p {
text-align: justify;
font-size: 1.2 em;
line-height: 1.3em;
font-weight: normal;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
font-weight: bold;
text-align: left;
}

.right {
text-align: right;
}


#container {
position: relative;
margin-top: 0;
margin-left: auto;
margin-right: auto;
width: 750px;
text-align: left;
background: #ececec url(images/bgbanner2.gif) top center repeat-x;
}

#main-nav {
position: absolute;
top: 0px;
left: 0px;
width: 228px;
background: #a6a6a6 url(images/navbg.gif) top left no-repeat;
text-align: center;
}

#main-nav img {
margin: 0 0 0px 0;
}

#main-nav p {
margin: 0;
padding: 10px 20px 10px 20px;
}

#main-nav ul {
display: block;
margin: 24px 0 10px 0;
padding: 0;

}

#main-nav ul li {
list-style: none;
padding: 5px 0 5px 30px;
text-align: left;
}


#content {
margin: 0px 0 0 228px;
padding: 10px 0 0 30px;
width: 460px;
text-align: center;
}

#logo {
margin: 47px 0 0 0;
paddding: 0 0 0 0;
width: 460px;
text-align: center;
}

#donate {
margin: 20px 0 20px 0;
padding: 10px 20px 10px 20px;
background; #fff;
border: solid 1px #999;
}

#footer {
margin: 75px 0 0 0;
padding: 10px 0 10px 20px;
width: 460px;
text-align: left;
}

