﻿@import url("layout.css");
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/black_background_lossy.png');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border-color: #000000;
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	background-color: #0000;
}
/* #container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #0000;
}*/
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	/* border: 1px dotted #725972; */
	background-image: url('../images/black_background_lossy.png');
	background-repeat: repeat;
	background-attachment: scroll;
}
#content {
	border-color: #FFFFFF;
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #999999;
}
#masthead h3 {
	color: #cc0066;
}
/* Navigation Styles */
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
}
/* #content img {
	padding: 5px;
	border: 1px solid #402640;
} */
/* Footer Styles */
#footer {
	text-align: center;
	clear: both;
	width: 586px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #000000;
}
#footer a {
	color: #cc0066;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
a {
	color: #CC0066;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
