@charset "utf-8";
/* CSS Document */

 * {margin: 0; padding: 0;}

body {
	background-color: #000000;
	background-image: url(./images/img5.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

#header {
	background-color: #000000;
	height: 150px;
	width: 700px;
	background-image: url(images/img2a.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
}
#nav {
	height: 50px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000000;
	background-image: url(./images/img3.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	display: block;
}
#andy {
	margin: 0px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
	margin-left: 30px;
}
#nav a:hover {
	color: #999999;
	text-decoration: underline;

}
#copyright {
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	font-size: x-small;
	margin: 0px;
}


#content {
	background-color: #FFFFFF;
	height: 650px;
	width: 700px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	height: 75px;
	width: 700px;
	text-align: center;
	background-image: url(./images/img4.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#comments {
	margin: 50px;
}


#content p {
	text-indent: 25px;
}
#content  h1 {
	margin-left: 50px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000000;
}
p {
	margin-bottom: 10px;
}
h1 {
	margin-bottom: 10px;
}
