@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

a {
text-decoration: none;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-size: 100%;
}

#header {
}

#content {
background: url(images/yellow.gif) top left repeat-y;
position: relative;
}
#gray {
position: absolute;
left: 0px;
top: 0px;
display: block;
width: 77px;
height: 84px;
}
#main {
margin-left: 79px;
background: #e1e8da;
width: 695px;
padding: 30px 15px 30px 10px;
font-size: 75%;
font-family: "Times New Roman", Times, serif;
line-height: 160%;
text-align: justify;
}
.copy {
color: #663300;
text-align: center;
}
	.copy a {
	color: #663300;
	}
	.copy a:hover {
	color: #BD7C5E;
	}
h1 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
position: relative;
}
.month {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 12px;
}
p.image {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
line-height: 130%;
font-size: smaller;
font-weight: bold;
}
	p.image img {
	margin-bottom: 5px;
	}
	.right{
	float: right;
	margin: 0px 0px 5px 10px;
	}
	
	.left{
	float: left;
	margin: 0px 10px 5px 0px;
	} 
