body
{
	background:none;
}

.bg-1
{
	background: url('../images/bg-1.jpg') top left no-repeat #000000;
}

.bg-2
{
	background: url('../images/bg-2.jpg') top left no-repeat #000000;
}

.bg-3
{
	background: url('../images/bg-3.jpg') top left no-repeat #000000;
}

.bg-4
{
	background: url('../images/bg-4.jpg') top left no-repeat #000000;
}

#header
{
	background: none;
}

#logo
{
	background: url('../images/bg-logo.png') top left;
}

#navigation div
{
	background: url('../images/bg-navigation.png') top left;
}

#nav-1 ul li a
{
	color:#FFFFFF;
}
#nav-1 ul li a:hover
{
	color:#999999;
}


#body
{
	position: absolute;
	bottom: 80px;
	right: 0;
	left: 0;
	width: 100%;
	background: url('../images/bg-body.png') top left;
	padding: 7px 0 3px 0;
}

#news
{
	position: absolute;
	bottom: 80px;
	right: 0;
	left: 0;
	width: 100%;
	background: url('../images/bg-body.png') top left;
	padding: 10px 0;
}

h1
{
	font-size: 20px;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
	border: none;
}

.intro
{
    padding-left: 30px;
}

a.newslink {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

a.newslink span {
    text-decoration: underline;
}

#footer
{
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	width: 100%;
	background: #000000;
	padding: 10px 0 10px;
	height: 20px;
}

#footer p {
    margin-left: 30px;
}

.tagline {
    margin-top: 30px;
}

.tagline a {
    font-size: 15px;
    text-decoration: underline;
}
