body
{
	margin: 13px;
	padding: 0px;
	background: url('bricks.jpg');
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}

a:active, a:visited, a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: none;
}

#container
{
	margin: 0px auto;
	width: 760px;
}

#header
{
	width: 760px;
	height: 90px;
	border:1px solid #9F9F71;
	background: #FAFAF8 url('header.jpg');
	border-bottom: 0px;
}

#menu
{
	width: 740px;
	padding: 3px 10px;
	border:1px solid #9F9F71;
	margin-bottom: 0px;
	text-align: right;
	background: #CC0000;
}

#container2
{
	border:1px solid #CC0000;
	background: #000000;
}

#content
{
	width: 760px;
	height: 448px;
	line-height: 150%;
}

#content h2
{
	border-bottom: 1px dashed #808080;
	font-family: arial;
	font-weight: 100;
	padding: 10px 10px;
	letter-spacing: 5px;
	font-size: 140%;
}

#content h3
{
	border-bottom: 0px;
	font-family: trebuchet ms;
	font-weight: 100;
	padding: 5px 0px;
	letter-spacing: 5px;
	font-size: 100%;
}

.overflow
{
	overflow: auto;
	width: 760px;
	height: 448px; 
}

#textpadding
{
	padding: 1px 50px;
}

#footer
{
	width: 740px;
	padding: 0px 10px;
	border:1px solid #6B6A68;
	margin-top: 0px;
	text-align: right;
	font-size: 75%;
	background: #898885;
}