﻿* { margin: 0; padding: 0px; outline: none;}

html
{
	overflow: scroll;
}

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-size: 14px;
}

#container {
	height: auto;
	width: 1000px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 1.4em;
	color: #CCC;
}

#header {
	background-image: url(images/header_about.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

#nav {
	margin-top: 20px;
	margin-left: 50px;
}

#content {
	height: auto;
	width: 900px;
	text-align: justify;
	padding-left: 20px;
	padding-top: 10px;
}

#content_friends {
	height: auto;
	width: 600px;
	text-align: center;
	padding-top: 10px;
}

#content_puppies {
	height: 375px;
	width: 600px;
	text-align: center;
}

#footer {
	background-image: url(images/footer_about.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 1000px;
}
h1 {
	color: #C00;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
}
#content_friends a:link {
	color: #CC0000;
	text-decoration: none;
}
#content_friends  a:visited {
	color: #800000;
	text-decoration: none;
}
#content_friends a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#content_puppies img {
	border-style: none;
	text-decoration: none;
}
#copy p  {
	color: #333333;
	font-size: 60%;
	padding-bottom: 10px;
}
#copy p a {
	color: #333333;
	text-decoration: none;
}

