body
{
	margin: 0 auto;
	padding: 0;
	color: #999999;
        font: verdana;
	background: #080808 url("./images/site/background-home.jpg") no-repeat;
	font-size: 80%
}

.clear {
        clear: both;
}

#footer {
        font-size: 9px;
        font-family: verdana;
        margin-bottom: 25px;
        width: 400px;
        margin-top: 100px;
        margin-left: 385px;
        padding: 0 0 0 50px; /* 75px being the width of the thumbnail + how much space you want to put between it and your text */
	position: relative; /* So the thumbnail is relative to this */
}

#footer img {
	 left: 0;
	 position: absolute;
	 top: 0;
	}

#dcbadge {
        font-size: 9px;
        font-family: verdana;
        margin-bottom: 25px;
        width: 250px;
        margin-top: -100px;
        margin-left: 750px;
        padding: 0 0 0 0px; /* 75px being the width of the thumbnail + how much space you want to put between it and your text */
	position: relative; /* So the thumbnail is relative to this */
}

a, a:visited {
        color: #6d9aa3;
        text-decoration: underline;
}

a:hover {
        color: #6d9aa3;
        text-decoration: none;
}

/* NAVIGATION */

.homenavigation {
        margin-top: 478px;
        margin-left: 381px;
	height: 50px;
        width: 550px;
}
.homenavigation ul {
	padding:0;
	margin:0;
        font-size:0px;
	list-style-type:none;
}
.homenavigation li {
        float: left;
        margin-left:0;
        padding-right: 0px;
}

.homenavigation a, .homenavigation a:visited {
        float: left;
	font-family:verdana, arial, sans-serif;
	display:block;
	height:28px;
}

.homenavigation .nav_tour a {
	width: 65px;
	background-image: url('/images/site/tour.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_tour a:hover {
	background-image: url('/images/site/tour-over.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_bio a {
	width: 110px;
	background-image: url('/images/site/bio.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_bio a:hover {
	background-image: url('/images/site/bio-over.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_disc a {
	width: 127px;
	background-image: url('/images/site/disc.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_disc a:hover {
	background-image: url('/images/site/disc-over.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_photos a {
	width: 150px;
	background-image: url('/images/site/photos.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_photos a:hover {
	background-image: url('/images/site/photos-over.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_news a {
	width: 50px;
	background-image: url('/images/site/news.png');
        background-repeat: no-repeat;
}
.homenavigation .nav_news a:hover {
	background-image: url('/images/site/news-over.png');
        background-repeat: no-repeat;
}