/* CSS Document */

body,
html {
    margin: 0;
    padding: 0;
    color: #3B6729;
    font-family: Helvetica, Arial, sans-serif;
    /*background: #669933;*/
	background: #ccff66;
    }
body {
    min-width: 800px;
    /*background-image: url("http://mtwashingtonwritersworkshop.com/images/bordb3.gif");
    background-repeat: repeat-y;*/
    }
#topband{
	height: 30px;
	}
#container {
    margin: 0 auto;
    width: 800px;
    background-color: #fbfdea;
    }
#header {
	/*color: #ffcc33;*/
	color: #fbfdea;
	height: 150px;
	padding-top: 30px;
    background-image: url("http://mtwashingtonwritersworkshop.com/images/bannerdark.jpg");
    background-repeat: no-repeat;
    background-position: top;
    }
#header ul {
	list-style: none;
	padding: 7px 0;
	text-align: center;
	white-space: nowrap;
	}
#header ul li {
	display: inline;
	color: #ffffff;
	font-family: Copperplate, "Copperplate Gothic Bold", Impact, fantasy;	
	font-size: 1em;
	margin: 0 16px;
	}
#header ul a {
	text-decoration: none;
	border-bottom-style: none;
	color: #fbfdea;
	}
#header ul a:hover {
	color: #ccffcc;
	border-bottom-style: none;
	}
#leftcolumn {
    float: left;
    width: 320px;
    text-align: justify;
    font-size: .9em;
    padding: 0 25px 0 15px;
    margin: 0;
    border-right: 2px #000000 solid;
    }
#rightcolumn {
    float: right;
    width: 360px;
    text-align: justify;
    font-size: .95em;
    padding: 0 15px 0 25px;
    margin: 0 10px 0 25px;
    }
#img {
	padding: 10px;
	text-align: center;
	float: left;
	}
#footer {
    clear: both;
    font-size: .8em;
    padding: 10px;
    border-top: 2px #000000 double;
    }
h1 {
	padding: 8px 8px 24px 8px;
	}
h2, h3, h4, p {
    padding:0 10px;
    }
#footer p {
    padding: 5px;
    margin: 0;
    }
.edward{
	font-family: "Edwardian Script ITC", Zapfino, "URW Chancery L", "Monotype Corsiva", cursive;
	font-size: 2em;
	}
.copper{
	font-family: Copperplate, "Copperplate Gothic Bold", Impact, fantasy;
	font-size: 1.1em;
	}
.tiny{
	font-size: .75em;
	}
td {
	text-align:left;
	}
a:link {
	color: #8C5345;
	text-decoration: none;
	border-bottom: 1px dashed;
	}
a:visited {
	color: #5C391D;
	text-decoration: none;
	border-bottom: 1px dashed;
	}
a:hover {
	color: #8C7E42;
	text-decoration: none;
	border-bottom: 1px solid;
	}
a:active { }

