body {
	font: 1em Verdana;
	color: black;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

img {
  border: none;
}

#subnav {
	font: 0.8em Verdana;
	padding-bottom: 12px;
	border-bottom: 1px solid #909090;
	margin-bottom: 12px;
}

#social {
	font: 0.7em Verdana;
	width: 178px;
	padding-bottom: 12px;
	padding-left: 482px;
	text-align: right;
}

#subnav a, #sign-in a {
	color: black;
	text-decoration: none;
}

ul {
margin: 0;
padding: 0 0 12px 33px;
}

blockquote {
  margin: 0;
  padding: 0 0 12px 20px;
}

#container {
	float: left;
	width: 800px;
}

#header {
	float: left;
	height: 130px;
	width: 800px;
	background: url(../images/header.gif);
}

#sign-in {
  padding-left: 726px;
  padding-top: 10px;
  font: 0.8em Verdana;
}

#nav {
  background: #c0d8b6;
	float: left;
	height: 28px;
	width: 800px;
	display: block;
}

#banner {
	float: left;
	height: 252px;
	padding-bottom: 25px;
	padding-top: 5px;
}

#banner_swf {
	float: left;
	height: 450px;
	padding-bottom: 25px;
	padding-top: 5px;
}

#quickad {
  padding-top: 60px; 
}

#content_container {
  float: left;
	padding-left: 140px;
	width: 575px;
	padding-right: 85px;
}

#content_container_edit {
  float: left;
	width: 800px;
}

#content {
	font: 0.8em Verdana;
}

#footer {
	margin-top: 35px;
	padding-left: 160px;
	height: 80px;
	background: url(../images/footer.gif) no-repeat;
  font: 0.85em Verdana;
}

#footer a {
  color: black;
  text-decoration: none;
}

.more {
	display: none;
	border-top: 0px solid #666;
	border-bottom: 0px solid #666; 
	color: #439539;
	font-weight: bold;
	}
	
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url(../images/down.gif) no-repeat left; }
a.hideLink {
	background: transparent url(../images/up.gif) no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }
