body {
	background-color: #000000;
	
	font-family: Arial;
	color: #fffffe;
	margin: 0px;
	padding: 0px;
 }

#container {
	position: absolute;
	top: 0px;
	left: 0px;
		
	margin-left: 15%;
	margin-right: 20%;
	width: 778px;	
}

.header {
	background-image: url(../images/header_german_shepherd_dogs.jpg) ;
	background-position: top center;
	background-repeat: no-repeat;
	
	height: 428px;
	margin-top: 0px;
	margin-left: 2px;
}

.history_sub {
	position: absolute;
	left: 19px;
	top: 250px;
			
	width: 740px;
	text-align:  center;
	color: #fff200;
	line-height: 30px;
	font-size: 11px;
}

.history_sub a:link {
	color: #fff200;
	text-decoration: none;
	/*border-color: #fff200;
	border-width: 1px;
	border-style: solid;*/
 }
 
 .history_sub a:visited {
	color: #fff200;
	text-decoration: none;
	/*border-color: #fff200;
	border-width: 1px;
	border-style: solid;*/
 }
 
 .history_sub a:hover {
	color: #fff200;
	text-decoration: underline;
	/*border-color: #fff200;
	border-width: 1px;
	border-style: solid;*/
 }
 
 .history_sub a:active {
	color: #fff200;
	/*text-decoration: none;border-color: #fff200;
	border-width: 1px;
	border-style: solid;*/
 }

.nav {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	background-color: #000000;
			
	width: 760px;
	left: 19px;	
	margin-left: 5px;
	text-align:  center;
	
	border-style: groove;
	border-color: #454545;
}

.nav a:link {
	/*color: #fffffe;*/
	text-decoration: none;
 }
 
.nav a:visited {
	/*color: #fffffe;*/
	text-decoration: none;
 }
 
.nav a:hover { 
	/*color: #fffffe;*/
	text-decoration: underline;
}

.nav a:active { 
	/*color: #fffffe;*/
	text-decoration: none;
}

.footer {
	background-image: url(../images/footer_stud_dogs.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	
	height: 300px;
	/*margin-bottom: 300px;*/
	margin-left: 2px;
}

p {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .5px;
	
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 10px;
	text-align: justify;
 }

h2 {
	text-align:  center;
	color: #fff200;
	font-size: 18px;
	line-height: 18px;
}

a:link { 
	color: #fffffe;
	text-decoration: underline;
}

a:visited { 
	color: #fffffe;
	text-decoration: underline;
}

a:hover {
	color: #fffffe;
	text-decoration: underline;
 }

a:active { 
	color: #fffffe;
	text-decoration: underline;
}
