body
{
	background: #ededed url('images/bodybg.png') repeat-x;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding-top: 60px;
}

img {
	border: 0; }
	
a {
	color: #8f201a;
	text-decoration: underline; }
	
a:hover{
	color: #bf2b23;
	text-decoration: underline; }

.logo
{
	float: left;
}
.site
{
	margin: 0px auto;
	width: 880px;
}

.title
{
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
	width: 640px;
	text-align: center;
	float: left;
	text-transform:none;
}
.title span
{
	font-size: 24px;
	font-weight: normal;
	text-transform:none;
}
br.clear
{
	clear: both;
}
.menul
{
	margin-top: 10px;
	float: left;
	background: url('images/menubgl.png') no-repeat;
	width: 20px;
	height: 25px;
}
.menur
{
	margin-top: 10px;
	float: left;
	background: url('images/menubgr.png') no-repeat;
	width: 20px;
	height: 25px;
}
.menu
{
	margin-top: 10px;
	width: 840px;
	background: url('images/menubg.png') repeat-x;
	float: left;
	height: 25px;
}
.menu a
{
	font-size: 13px;
	display: block;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 3px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-shadow: black 1px 1px 0px;
}
.menu a:hover
{
	text-decoration: underline;
}

#content img {
	border: 1px solid #999999;
}

