html, body {
	margin:0px;
	text-align:center;
}
	
p {
	margin: 0.5em 0; 
}

#wrapper {
	text-align:left;
	margin:0 auto;
	width:960px;
	overflow:hidden;
	}

#container {
overflow:hidden;
	}

#col1 {
	float:left;
	width:760px;
	}

/* =========== */
/* = Header = */
/* =========== */

#header {
	position:relative;
	height:104px;
	}
.dreaming-ant-text-logo {
	float:left;
}	
#navid {
	padding:8px 10px 0 0;
	float:right;
	text-align: right;
	}

#searchbox {
	float:right;
	padding:14px 5px 0 0;
	text-align:right;
	}
#searchbox form {margin:0px}

/* =========== */
/* = Main Navigation Bar = */
/* =========== */
#navbar-wrap {
clear:both;
overflow:hidden;
}
#navbar-wrap div {
float:left;
}
#navbarB {
	width:152px;height:40px;
	}

.browse {
  background: transparent url(/test/css/images/nav/browse_152x39_orange.gif) no-repeat;
  height:40px;
  width:153px;
  cursor:pointer;
}       

.browse a span {
visibility: hidden;
}
	
.browse-hov {
  background: transparent url(/test/css/images/nav/browse_152x39_black.gif) no-repeat;
  height:40px;
  width:153px;
  cursor:pointer;
}

.browse-hov a {
  background: transparent url(/test/css/images/nav/browse_152x39_black.gif) no-repeat;
  display: block;
  height:40px;
  width:153px;
  cursor:pointer;
}

.browse-hov a span {
visibility: hidden;
}

#navbarM {
	width:216px;height:40px;
	}

.member {
  background: transparent url(/test/css/images/nav/membership_orange.gif) no-repeat;
  height:40px;
  width:216px;
  cursor:pointer;
}       

.member a span {
visibility: hidden;
}
	
.member-hov {
  background: transparent url(/test/css/images/nav/membership_black.gif) no-repeat;
  height:40px;
  width:216px;
  cursor:pointer;
}
	
.member-hov a {
  background: transparent url(/test/css/images/nav/membership_black.gif) no-repeat;
  display: block;
  height:40px;
  width:216px;
  cursor:pointer;
}
	
.member-hov a span {
visibility: hidden;
}

#navbarC {
	width:215px;height:40px;
	}

.community {
  background: transparent url(/test/css/images/nav/community_orange.gif) no-repeat;
  height:40px;
  width:215px;
  cursor:pointer;
}       

.community a span {
visibility: hidden;
}
	
.community-hov {
  background: transparent url(/test/css/images/nav/community_black.gif) no-repeat;
  height:40px;
  width:215px;
  cursor:pointer;
}

.community-hov a {
  background: transparent url(/test/css/images/nav/community_black.gif) no-repeat;
  display: block;
  height:40px;
  width:215px;
  cursor:pointer;
}

.community-hov a span {
visibility: hidden;
}

#navbarA {
	width:169px;height:40px;
	}

.about {
  background: transparent url(/test/css/images/nav/about_orange.gif) no-repeat;
  height:40px;
  width:169px;
  cursor:pointer;
}       

.about a span {
visibility: hidden;
}
	
.about-hov {
  background: transparent url(/test/css/images/nav/about_black.gif) no-repeat;
  display: block;
  height:40px;
  width:169px;
  cursor:pointer;
}
	
.about-hov a {
  background: transparent url(/test/css/images/nav/about_black.gif) no-repeat;
  display: block;
  height:40px;
  width:169px;
  cursor:pointer;
}
  
.about-hov a span {
visibility: hidden;
}
	
	
/* =========== */
/* = Body = */
/* =========== */

#sub-container {
	width:760px;
	}

.box-details { margin-top:0; margin-bottom:1.5em; }

/* =========== */
/* = Left Sidebar = */
/* =========== */

#lft {
	float:left;
	padding-top:10px;
	width:152px;
	}
	
#lft-menu {
	height:212px;
	}

.box-lft {
	position:relative;
	top:0px;
	width:142px;
	margin: 0px 10px 0 0;
	padding: 0;
	background:white;
	border: none;
	text-align:right;
}

/* =========== */
/* = Main Center Content = */
/* =========== */

#content {
padding:10px;
width:588px;
float:left;
_width:608px;
}
	
.box-membership {
	position:relative;
	padding: 10px;
	width:500px;
	background-color:white;
	border: none;
	text-align: left;
}

#boxL-lev1 {
	float:left;
	padding: 10px 0 0 0;
	width:365px;
	background-color:white;
	border: none;
	text-align: left;
}

#boxR-lev1 {
	float:right;
	padding: 10px 0 0 0;
	width:200px;
	background-color:white;
	border: none;
	text-align: left;
}

/* =========== */
/* = Center Content Columns = */
/* =========== */

ol.box-colR {
	margin-left:-10px;
}

#box-colL {
	float: left;
	padding:0 0 5px 5px;
	width:284px;
	background-color:white;
	border: none;
	text-align: left;
}

#box-colR {
	float: right;
	padding:0 0 5px 5px;
	width:284px;
	background-color:white;
	border: none;
	text-align: left;
}

#box-list {
	float: left;
	padding:0;
	width:100%;
	background-color:white;
	border: none;
	text-align: left;
}

/* =========== */
/* = RSS FEED = */
/* =========== */

.box-na {
	width:608px;height:212px;
	background-color:#ffffff;
	font-size: .8em;
	}
	
.rss-box {
	margin: 10px 10px 10px 10px;
	padding: 0 0 10px 0;
	background-color:white;
	border: none;
  	font-size: 8pt;
	text-align:left;
	}

.rss-title, rss-title a {
	margin: 0px 0;
	padding: 0;
	}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;
	}


/* =========== */
/* = Right Sidebar = */
/* =========== */

#col2 {
	width:200px;
	float:left;
	font-size:1.1em;
	}
	
#rgt-side {
	position:relative;
	top:0px;
	width:190px;
	}
	
.box-rgt {
	position:relative;
	top:0px;
	width:190px;
	margin: 0px 0px 10px 10px;
	padding: 0 0 10px 0;
	background-color:white;
	text-align:left;
}

/* =========== */
/* = Footer = */
/* =========== */

#footer {
	clear:both;
	width:100%;
	height:30px;
	text-align:center;
}


/* 
#footer {
	position:relative;
    margin-top: 104px;
	background-color:transparent;
	width:960px;height:30px;
	text-align:center;
	}
= */

