body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
	padding: 25px;
	width: 785px;
	text-align: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
}
a:visited	{
	color: #00CC00;
}
#banner {
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer {
	text-align: center;
	margin: 40px 0 20px 0;
}
#leftColumn {
	float: left;
	width: 350px;
	margin-right: 50px;
	padding-bottom: 20px;
}
#rightColumn {
	line-height: 1.5em;
}
#quote	{
	text-align: center;
	font:1.8em/1.4em Georgia, "Times New Roman", Times, serif;
	padding: 20px 80px;
}
#quote #attribute {
	font-size: 0.7em;
	text-align: right;
	padding-right: 20px;
}
#quote #attribute a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#quote #attribute a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#quote #attribute a:visited	{
	color: #ffffff;
	text-decoration:none;
}
#menu	{
	font:1em Georgia, "Times New Roman", Times, serif;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu a:hover {
	color: #CC0000;
}
#menu a:visited	{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
#menu .spacer {
	margin-right: 20px;
	margin-left: 20px;
}
#pictures {
}
#pictures img {
	margin-right: 2px;
	border: 1px solid #111111;
}
#leftColumn ul{
	font-size: 1em;
}
#leftColumn li {
	list-style-type: square;
	padding-bottom: 10px;
}
