﻿body
{
	margin: 20px;
	padding: 0px;
	background: #FFF;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #52543D;
}

a:active, a:visited, a:link
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #4F3A31;
	text-decoration: none;
}

#container
{
	margin: 0px auto;
	width: 760px;
}

#header
{
	width: 760px;
	height: 120px;
	border:1px solid #CC6600;
	background: #FAFAF8 url('mono.jpg') 25% 25%;
	border-bottom: 8px;
	margin-bottom: 10px;
}



#container2
{
	border:1px solid #CC6600;
	background: #FFFFCC;
}

#content
{
	width: 760px;
	height: 350px;
	line-height: 150%;
}

#content h1
{
	border-bottom: 1px dashed #808080;
	font-family: arial;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 0.4em;
	font-size: 160%;
}

.overflow
{
	overflow: auto;
	width: 760px;
	height: 350px; 
}

#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 740px;
	padding: 5px 10px;
	border:1px solid #CC6600;
	margin-top: 10px;
	text-align: right;
	background: #FAFAF8;
}