body {
	background-image: url(../images/background.gif);
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	font-size: 15px;
	text-align: center;
	line-height: 28px;
}

h1 span.big {
	display: block;
	font-size: 26px;

}

#background-gradient {
	background: url(../images/bg-gradient.gif) repeat-x left top;
}

#hd {
	height: 156px !important;
	width: 790px !important;
	background-color: #7f0000;
	background-image: url(../images/header.png);

}

#body {
	height:733px !important;
	width: 790px !important;
	padding-left: 25px;
	padding-top: 15px;
	background: url(../images/body.jpg) no-repeat left top;

}

#ft {
	text-align: center;
	height: 83px !important;
	width: 790px !important;
	margin-top: -15px;
	margin-bottom: 40px;
	background: url(../images/footer.png) no-repeat center top;
	padding-top: 25px;
}

#ft a {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
}

#ft a:hover, #ft a:active, #ft a:focus {
	text-decoration: underline;
}

#sidebar {
	width: 234px;
	padding-top: 20px;
	margin-left: 10px;
}

/* @group Sidebar */
#sidebar p#stats {
	margin-top: 25px;
}

#sidebar h2 {
	font-size: 15px;
	padding-top:15px;
	margin-bottom:10px;
	text-decoration: underline;
}

#sidebar ul {
	line-height: 18px;
}

#sidebar ul span {
	font-weight: bold;
}

#sidebar a {
	margin-top: 50px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}

#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
	text-decoration: underline;
}

/* @end */

/* @group Content */

#content {
	width: 478px;
	margin-right: 45px;
	_margin-right: 22px;
	float: right;
}

#content .pictures img {
	margin: 2px;
	border: 1px solid #fff;
}

#content p {
	padding: 30px 40px 45px;
}

#content p img {
	display: block;
	margin: auto;
	margin-top: 20px;
}

/* @end */

img, div { behavior: url(../../templates/default/javascripts/iepngfix.htc) }
