body {
	background-color: #000000;
	margin: 0px;
}
a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
}
.nav {
	width: 800px;
	height: 30px;
}
.nav ul {
	padding: 6px 0 6px 0;
	margin: 0px;
	text-align: center;
}
.nav ul li {
	display: inline;	
}
.nav ul li a, .nav ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #FFFFFF;
	padding: 6px 3px 8px 3px;
	margin-right: 15px;
	text-decoration: none;
}
.nav ul li a:hover {
	color: #999999;
	text-decoration: none;
}
.contentarea {
	width: 800px;
	text-align: left;
}
.footer {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	text-align: center;
	padding-top: 15px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CCCCCC;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
}
.copyright a:link, .copyright a:visited {
	color: #666666;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.sold {
	color: #CC0000;
	font-weight: bold;
}
.button a {
	background-color: #666666;
	padding: 6px;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1.2em;
}
.button a:hover {
	background-color: #999999;
	display: block;
	padding: 6px;
	border: 1px solid #999999;
	color: #FFFFFF;
}
a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
a.linkopacity:hover img {
	filter:alpha(opacity=50);   
	-moz-opacity: 0.5;   
	opacity: 0.5;
}
.swingonehundred-banner {
	width: 718px;
	margin-bottom: 24px;
	border: 1px solid #333333;
	text-align: left;
	background-color: #D9D9D9;
	background-image: url(../images/bg_swingBanner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.swingonehundred-content {
	width: 400px;
	margin: 15px;
}

.swingonehundred-banner h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.swingonehundred-banner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
}

.swingonehundred-banner a {
	text-decoration: none;
	color: #000000;
}
