/* CSS Document */

body {
	margin-top: 20px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .77em;
	color: #333333;
	background-color: #ccc;
	text-align: left;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
    border: 1px solid #999999;
}

#header {
width: 900px;
height: 200px;
background-image: url(images/header.jpg);
border-bottom: 1px solid #999999;
}

#content {
padding: 20px;
}

#content h2 {
font-family: Georgia, Times New Roman, Times, serif;
color: #78080d;
}

#content h3 {
font-family: Georgia, Times New Roman, Times, serif;
color: #78080d;
}

#content h4 {
font-family: Georgia, Times New Roman, Times, serif;
color: #666666;
}

#content h5 {
font-family: Georgia, Times New Roman, Times, serif;
color: #78080d;
font-size: 1em;
}

#footer {
height: 30px;
padding-top: 15px;
padding-bottom: 0;
border-top: 1px solid #999999;
background-color: #78080d;
font-family: Georgia, Times New Roman, Times, serif;
font-size: .85em;
color: #FFFFFF;
}

#footer a {
color: #FFFFFF;
}
