/* CSS Document */
body {
	margin:8px;
	padding:0px;
	font-family: Helvetica;
	font-size: 14px;
	color: #FFFF00;
	background-color: #000000;
	font-weight: lighter;
	background-image: url(../background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
h1 {
	font-family: helvetica;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0037F;
	color: #F0037F;
	font-weight: lighter;
	}
#wrapper {
	width:800px;
	margin:0 auto;
	background-color: #000000;
	max-width: 800px;
	color: #000000;
}
#header {
	text-align:center;'
	margin: 0px;
	max-width: 800px;
}
#content {
	float:left;
	width:720px;
	background-color: #000000;
	overflow: visible;
	margin: 0px;
	max-width: 800px;
	color: #00A0C6;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
}
#pic {
	width: 700px;
	margin: 0px;
	}
#footer {
	color:#999999;
	clear:both;
	text-align:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 20px;
}
footer a:hover {
 color:#499EBF;
 }
a:link {
	text-decoration:underline;
	color: #00A0C6;
}
a:hover {
	color:#FFFF00;
	text-decoration:underline;
	}
a:visited {
	text-decoration:underline;
	color: #00A0C6;
}

