body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width: 898px;
	border-bottom:1px solid #000;
}

#header p,
#header h1 {
	padding:.4em 51px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:900px;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
}

#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 0px;
	padding:0px 37px;
	text-align:center;
	background:#fff;
	color:#000;
	text-decoration:none;
	position:relative;
	line-height:2.5em;
}
#header ul li a:hover {
	background:#000;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
#container{
	width:898px;
	margin:1px 20px 1px;
	border-color: black;
 	border-width: 1px 1px 1px 1px;
 	border-style: solid;
	position:relative;
}
#container:after {
	content:'';
	display:block;
	clear:both;
}
#container2{
	width:900px;
	margin:1px 20px 25px;
	border-color: black;
 	border-width: 0px 0px 0px 0px;
 	border-style: solid;
}
#container2:after {
	content:'';
	display:block;
	clear:both;
}
#topcontainer{
	width:898px;
	margin:10px 20px 0px;
	text-decoration: none;
}

#topcontainer a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}


#topcontainer:after {
	content:'';
	display:block;
	clear:both;
}

a.more_links {
	color: #aaa;
	border: none;
	text-decoration: none;
} 
a.more_links2 {
	color: #fff;
	border: none;
	text-decoration: none;
}
#titleLeft{
	width:440px;
	float:left;
	border:1px solid #000000;
	overflow: auto;
}
#left{
	width:440px;
	height:250px;
	float:left;
	border:1px solid #000000;
	overflow: scroll;
}
#titleRight{
	width:440px;
	float:right;
	border:1px solid #000000;
	overflow: auto;
}
#right{
	width:440px;
	height:250px;
	float:right;
	border:1px solid #000000;
	overflow: scroll;
}

#fullTitle{
	width:898px;
	overflow: auto;
}

#BottomFullMore{
	width:898px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	color: #000;
	background-color: #fff;
	letter-spacing: .4em; 
	text-indent: 12px; 
	padding-top: 6px;
	margin: 0px 5px 10px 0x;
}

#BottomRightMore{
	width:440px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	color: #000;
	background-color: #fff;
	letter-spacing: .4em; 
	text-indent: 12px; 
	padding-top: 6px;
	margin: 0px 5px 10px 0x;
	float: right;
}

#BottomLeftMore{
	width:440px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	color: #000;
	background-color: #fff;
	letter-spacing: .4em; 
	text-indent: 12px; 
	padding-top: 6px;
	margin: 0px 5px 10px 0x;
	float: left;
	border-color:#000;
	border: 0px 1px 1px 1px;
}

#centerfull{
	width:898px;
	height: 300px;
	overflow: scroll;
}

#bannerfull{
	width:898px;
	height: 90px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-repeat:no-repeat;
	background-position:center;
	z-index: -10;
}

#titleblock { 
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #0000CC;
	letter-spacing: .4em; 
	text-indent: 12px; 
	padding-top: 6px;
}

#titleblock a { 
	background-color: #0000CC;
	color: #0000CC;
	border: none;
	text-decoration: none;
}

#centerfull2 {
	width:898px;
	height:auto;
	overflow:auto;
}

#centerfull2 a {
	text-decoration:none;
}

#home .home a,
#events .events a,
#clubs .clubs a,
#localswingers .localswingers a,
#forums .forums a,
#stories .stories a,
#cities .cities a {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#footerMenu{
	clear:both;
	display: block;
	text-align:center;
}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footercontainer{
	width:898px;
	margin:1px 20px 1px;
	border-color: black;
 	border-width: 0px 0px 0px 0px;
 	border-style: solid;
	position:relative;

}
#footer {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	text-align:center;
}
#footer p {
	padding:10px;
	margin:0;
}



