body{
	padding:0;
	margin:0;
	background: #996;
}

#topbar {
  background: #338 url("/images/topbar_bg.jpg") repeat-x;
  border: 0;
  height:60px;
  width:100%;
  color:#fff;
  text-align:center;
}

#topbar h1,
#topbar h2,
#topbar h3,
#topbar p {
  margin-top:0;
  margin-bottom:0;
}

#content {
  background: #fff;
  width:100%;
}

#ad1 {
  background: #cc9;
  float:left;
  width:160px;
  margin: 8px 8px 0 5px;
}

#ad1 p {
  text-align: center;
  margin: 2em 0 6em 0;
}

#gocomfeeds {
  width:100%;
  padding: 8px 8px 8px 0;
  margin: 0;
}

#gocomfeeds h1,
#gocomfeeds h2,
#gocomfeeds h3,
{
  width:100%;
  background: #338;
  padding: 3px 5px 3px 5px;
  margin: 0 0 1px 0;
  color: #fff;
}


a:link	{
	color: #000099;
	text-decoration: none;

}

a:visited	{
	color: #000066;
	text-decoration: none;

}

a:hover	{
	color: #0000CC;
	text-decoration: underline;

}

a:active	{
	color: #000066;
	text-decoration: none;

}

/* Styles related to the PHP Layers Menu System begin here */

.phplmnormal	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;

}

a.phplm:link	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	font-size: x-small;


}

a.phplm:visited	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	font-size: x-small;


}

a.phplm:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFF55;
	text-decoration: underline;
	font-size: x-small;


}

a.phplm:active	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	font-size: x-small;


}

/* Navigation based on tutorial:
   http://www.tanfa.co.uk/css/examples/css-dropdown-menus.asp 
------------------------------------------------*/
#nav {
  background-color:#996;
  width:100%;
  border:solid #996;
  border-width:2px 0 2px 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

/* fix IE */
* html #nav ul li a {
  height: 1%;
  }

#nav ul {
  float:left;
  margin:0;
  padding:0;
  list-style:none;
  }
* html #nav ul {
  width: 1%
  }

#nav li {
  background-color:#cc9;
  float: left;
  clear: left;
  }

#nav ul ul {
  border:solid #996;
  background-color:#cc9;
  border-width:1px;
  }

#nav ul ul li {
  position: relative;
}


#nav a, #nav strong {
  font-size: x-small;
  display:block;
  padding:2px 4px 3px 4px;
  border:solid #996;
  border-width:0 0 0 1px;
  color:#600;
  white-space:nowrap;
  text-decoration:none;
  }
#nav ul ul a, #nav ul ul strong {
  padding:0 6px 3px 4px;
  border-width:0;
  border:solid #cc9;
  border-width:2px 0 0 0;
  }
#nav a:hover, #nav a:hover strong, #nav strong {
  color:#c00;
  background-color:#ff5;
  text-decoration:none;
  }

#nav p {
  text-align:right;
  margin: 2px 5px 3px 5px;
  padding: 0;
  white-space:nowrap;
  font-weight:bold;
  color:#cc9;
  font-size: x-small;
}
  
#nav ul ul {
  position: absolute;
  z-index: 500;
}

#nav ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

#nav ul ul,
#nav ul li:hover ul ul,
#nav ul ul li:hover ul ul {
  display: none;
  }

#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul {
  display: block;
  }

.nav_news {
  width:8em;
}

/*	zFeeder CSS style sheet
	works with the css template
	author: AB & LCX
	note: set elements to display:none if you don't want them showed
*/


/* the header part in the css template */
.zf_header {
}

/* the channel part in the css template */
.zf_channel {
  text-align:left;
  background-color: #fff;
  padding: 5px 0 5px 0;
  border: solid #cc9;
  border-width: 0;
}

/* the channel logo part in the css template */
.zf_logo {
  margin-bottom: 3px;
}

/* the channel title part in the css template */
.zf_chantitle {
  font-weight: bold;
  font-size: large;
}

/* the news container part in the css template */
.zf_news {
  text-align:left;
  background-color: #fff;
  margin: 0;
  padding: 5px 0 5px 0;
  border: solid #cc9;
  border-width: 1px 0 0 0;
}

/* the news title part in the css template */
.zf_title {
  font-size: medium;
}

/* the news description part in the css template */
.zf_description {
  font-size: small;
}

.zf_pubdate {
  float:right;
  color:#996;
  font-size:x-small;
}

/* the footer part in the css template */
.zf_footer {
  display:none;
}

/* the between channels part in the css template */
.zf_between {
  height:5px;
  border: solid #996;
  border-width: 2px 0 0 0;
}