/*This is the core style sheet for the new Serpents and Doves site*/

head {}

body {
background-color: #95b7cd;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url('images/page_bg.gif');
margin: 0em; }

#header {
background-color: #ffffff;
border-bottom: 1px #000000 solid;
padding-left: 125px;
padding-right: 125px;
padding-top: 0px;
padding-bottom: 0px; }

#outer-image {
height: 199px;
background-image: url('/images/outer-image.jpg');
background-position: center top; }

#inner-image {
height: 199px;
background-image: url('/images/s_and_d_header.jpg');
background-repeat: no-repeat;
background-position: center top; }

#container {
position: relative;
width: 779px; }

#main-content {
background-color: #ffffff;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
margin-left: 175px;
margin-right: 175px;
padding: 20px 50px; }

#footer{
text-align: center;
font-size: 0.6em;}

.indent-200{
padding-left: 200px}

h1 {
font-size: 1.2em;
text-align: left;
font-style: italic;
letter-spacing: 5px; }

h2 {
font-size: 1.1em;
text-decoration: underline; }

p {
font-size: 0.8em;
text-align: justify;
line-height: 1.7em; }

.textcenter{
text-align: center;
font-size: 0.6em;}

a {}

a:link {
color: #666666;
background-color: #95b7cd;
text-decoration: none; }

a:visited {
color: #666666;
background-color: #95b7cd;
text-decoration: line-through; }

a:hover {
background-color: #aaddee; }

a:active {
background-color: #3cc7f0; }




