body
{
	margin: 25px;
	font-family: trebuchet ms, arial, verdana, tahoma;
	font-size:80%; line-height: 200%;
	background-image:url('background.jpg');
	background-repeat:repeat-y;
}

img
{
	border: 0px;
}

a:active, a:visited, a:link
{
	color: #5F5F3D;
	text-decoration: none;
}

a:hover
{
	color: #b5121b;
	text-decoration: none;
}

#container
{
	width: 760px;
	margin: 20px auto;
	border:1px solid #666642;
	background-color: #F5F5F1;
}

#header
{
	width: 740px;
	height: 125px;
	margin: 10px auto;
	border:1px solid #666642;
	background-color: #E7E7DA;
}

#header h1
{
	font-size: 400%;
}

#menu
{
	width: 740px;
	height: 35px;
	margin: 10px auto;
	border:1px solid #666642;
	background-color: #E7E7DA;
}

#content
{
	width: 720px;
	padding: 10px;
	margin: 10px auto;
	border:1px solid #666642;
	background-color: #E7E7DA;
}

#content h1
{
	font-size: 250%;
	color: #666642;
	padding-top: 10px;
	font-weight: 100;
}

#content h2
{
	font-size: 175%;
	color: #666642;
	font-weight: 100;
}

.underline1
{
	width: 100%;
	border-bottom: 1px dashed #666642;
}

.underline2
{
	width: 50%;
	border-bottom: 1px dashed #666642;
}

#footer
{
	width: 720px;
	padding: 0px 10px;
	margin: 10px auto;
	border:1px solid #666642;
	background-color: #E7E7DA;
	text-align: right;
}