body
{
	color:#ffffff;
	background: #404040;
	background-image: url('images/bg-grad.jpg');
	background-repeat: repeat-y;
}

body a
{
	text-decoration:none;
}
	
.container
{
	width:100%
}

.header
{
	width:100%;
	background:transparent;
	background-image: url('images/header.jpg');
	background-repeat:no-repeat;
	margin-left:1px;
	padding:0;
}

.edges
{
	width:100%;
	background-image: url('images/bg-content.jpg');
	background-repeat:repeat-y;
}

.content
{
	width:900px;
	text-align:center;
	margin-left:128px;
}
.content a:link
{
	color:#88aacc;
}

.content a:hover
{
	color:#66aaee;
}

.textcontent
{
	position:relative;
	top:-48px;
	text-align:right;
	margin-bottom:8px;
}

.footer
{
	width:100%;
	background:transparent;
	background-image: url('images/footer.jpg');
	background-repeat:no-repeat;
	margin-left:1px;
	padding:0;
}
.footer-l
{
	display:inline;
	vertical-align:text-top;
}
.footer-content
{
	position:relative;
	font-size:8pt;
	color:#cccccc;
	margin-left:140px;
	top:-24px;
}