﻿body {
	background-color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding:0px;
    margin:0px;
}
/* Styles for DIV tags */
#masthead {
	background-position: center center;
	background-color: #CCCC99;
	background-repeat: no-repeat;
}
#navigation 
{
	background-color: #CCCC99;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
}
#column_center
{
	background-color:White;
}
#column_left 
{
	background-color: #F9F9EC;
}
#column_right a
{
	text-align:center;
}
#column_right 
{
	background-color: #F9F9EC;
}
#column_right2
{
	background-color: #F9F9EC;
}
#footer 
{
	background-color: #F9F9EC;
	color: #666644;
}
/* Styles for Masthead */
#masthead h1 
{
	font-style: italic;
	font-size: 3.6em;
	margin: 0px;
	text-align: right;
	padding-right: 5%; 
}
#masthead h3 {
	color: #999977;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	padding-right: 5%;
	background-color:#CCCC99;
}
#masthead a {
	text-decoration: none;
	color: #3E3E28;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Styles for Right Column */
#column_right h4 {
	color: #666644;
}
#column_right p {
	color: #444422;
	font-size: 0.9em;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
#column_right2 h4 {
	color: #666644;
}
#column_right2 p {
	color: #444422;
	font-size: 0.9em;
}
#column_right2 a {
	color: #6A6AB4;
	font-size:6;
}
#column_right2 a:hover {
	background-color: #EEEECC;
}

a {
	color: #6A6AB4;
}
a:hover {
	background-color: #EEEECC;
}
#image {
	border: 4px  #50341E solid;
	padding:5px 5px 5px 5px;
}
#image2 
{
	border: 4px  #50341E solid;
	padding:5px 5px 5px 5px;
}
#image_spacer
{
	padding:5px 5px 5px 5px;
}
a#donate:hover
{
	background-color: #EEEECC;
}
a#donate
{
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-decoration: none;
}
