/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #90A99C;
	background-color: #90A99C;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page {
	width: 840px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	height: 134px;
	width: 840px;
	position: relative;
	left: 0px;
	top: 0px;
}
#middle {
	background-color: #90A99C;
	background-image: url(shared/img/swings-middle-bcg.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 840px;
	left: 0px;
	top: 0px;
	overflow: auto;
}

#left_column {
	width: 192px;
	top: 0px;
	float:left
}
#right_column {
	width: 600px;
	top: 0px;
	left: 200px;
	overflow: visible;
	float:left;
	padding-top: 5px;
}

#footer {
	background-color: #90A99C;
	background-image: url(shared/img/swings-footer.jpg);
	position: relative;
	height: 42px;
	width: 840px;
	left: 0px;
	top: 0px;
}
#bottom_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #44606E;
	text-align: center;
	padding-top: 10px;
	height: 30px;
	width: 840px;
	position: relative;
	left: 0px;
	top: 0px;
}
#bottom_navigation a:link {
	color: #44606E;
}
#bottom_navigation a:hover {
	color: #44606E;
	text-decoration: underline overline;
}
#bottom_navigation a:visited {
	color: #44606E;
}

#member {
	width: 500px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #44606E;
	}
.footer_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #44606E;
}	
	
.img_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #90A99C;
}
.orange {
	color: #DC9956;
}
.italic_9px{
	font-style: italic;
	font-size: 9px;
}
img {
	border: none
}
 OL {
	list-style-type: square;
	list-style-position: inside;
	font-weight: bold;
} 

 UL {
	list-style-type: decimal;
	font-weight: bold;
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DC9956;
}
.mp3 {
	font-size: 9px;
}
p {
}
a:link  {
	color: #90A99C;
	text-decoration: underline;
}
a:hover {
	color: #FF8040;
	text-decoration: underline overline;
}
a:visited {
	color: #90A99C;
	text-decoration: underline;
}

.mp3 a:link {
	color: #FF8040;
	text-decoration: underline;
}
.mp3 a:hover {

	text-decoration: underline overline;
}
hr
{
	border-width: 1px;
	border-color: #90A99C;
}
