﻿body, p {
margin: 0px;
font-family: georgia;
line-height: 160%;
}

body {
background: url(images/body-bg.png);
}

#container {
width: 960px;
margin: 50px auto;
}

#header {
background: url(images/header-bg.png) no-repeat;
width: 960px;
height:50px;
}

.logo {
position: relative;
top: -40px;
margin: 10px;
float: left;
}


.contact1 {
color: #687702;
font-size: 24pt;
text-align: right;
margin: 50px 50px 10px 50px;
}

.contact2 {
color: #334301;
font-size: 24pt;
text-align: right;
margin: 10px 50px;
}

#content {
background: url(images/content-bg.png) repeat-y;
width: 960px;
text-align: left;
}

h1 {
clear: both;
color: #334301;
margin: 0px 50px 20px 50px;
font-size: 30pt;
font-style: italic;
border-bottom: 3px solid #ccc;
}

h2 {
color: #334301;
margin: 0px 0px 1em 0px;
font-size: 22pt;
font-style: italic;
}

a {
color: #334301;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

#content p {
margin: 0 50px;
padding: 10px 0px;
}

.dontNeed {
color: #999;
}

#content table {
margin: 10px 50px;
}

#content table tr {
padding-top: 10px;
padding-bottom: 10px;
}

#content table td {
vertical-align: top;
}

#content table td h2, #content table td p  {
margin: 20px 0px 0px 20px;
}

blockquote {
background: url("images/quotes1.gif") 0% 0% no-repeat;
text-indent: 30px;
font-style: italic;
}

.quote {
display: block;
background: url("images/quotes2.gif") 100% 100% no-repeat;
padding: 30px;
}

.author {
display: block;
text-align: right;
font-style: normal;
font-weight: bold;
color: #666;
}

#footer {
background: url("images/footer-bg.png") no-repeat;
width: 960px;
height:50px;
}

.copy {
color: #999;
font-size: 8pt;
text-align: right;
padding-top: 20px;
padding-bottom: 20px;
}

.copy a {
text-decoration: none;
}


