body
{
	margin: 0;
	background-image: url(../images/bg_body.jpg);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEE;
}

#container
{
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container div.page-wrap
{
	width: 674px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#content div.content-wrap.one
{
	min-height: 300px;
	background-image: url(../images/bg_content_header.jpg);
	background-repeat: no-repeat;
}

#content div.content-wrap.two
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#content h1
{
	margin-top: 0;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	font-variant: small-caps;
	clear: both;
}

#content h2
{
	background-color: #43464d;
	padding: 5px;
}

#content div.news
{
}

#content div.news span.date
{
	padding: 5px;
	line-height: 20px;
	float: right;
}

