body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
}
#skip {
	display: none;
}
ul  {
	list-style: none;
}

/* WRAPPER */
#wrapper {
	background: none;
  	width: 750px;
}


/* HEADER */
#header {
	height: 100px;	
	background: #fff url("../imgs/header/header7s.jpg") 100% no-repeat;
	border: 0 none;
}

/* MENU */
#menu {
	float: left !important;
	width: 150px !important;
	margin: -18px 0 0 0 !important;
	padding: 13px 0 0 0 !important;
	border: 1px solid #fff !important;
	display: block !important;
	background: #fff url(../imgs/menu.jpg) no-repeat !important;
}
ul#menu li {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100% !important;
}
ul#menu li {
	background: url(../imgs/menuLi.gif) no-repeat 0 50% !important;
}
ul#menu li a {
	padding-left: 8px !important;
	text-decoration: none !important;
	display: block !important;
	width: 100%;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	text-align: left;
	margin: 0;
	color: #000 !important;
	font-size: 100%;
	border: 0 none;
	width: 90%;
	background: url(../imgs/menuLi.gif) no-repeat 0 50% !important;
}
#menu li a#selected:link, #menu li a#selected:visited {
	background: url(../imgs/menuLi.gif) no-repeat 0 50% !important;
	color: #000 !important;
	font-weight: bold;
	border: 0 none;
	width: 90%;
}
#menu li a:hover {
	text-decoration: none;
	background: url(../imgs/menuLi.gif) no-repeat 0 50% !important;
	color: #ccc !important;
	width: 90%;
}
#menu li a:active {
	background: url(../imgs/menuLi.gif) no-repeat 0 50% !important;
	color: #000 !important;
	border: 0 none;
	width: 90%;
}

/* CONTENT */
#content {
   width: 394px;
	position: relative;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #fff;
	background: url(../imgs/contentBg.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#content #overview { padding: 0 7px 0.3em 7px; font-size: 100%; }
#content #path { padding: 0 7px 1em 7px; font-size: 100%; }

#content h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 15px !important;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(../imgs/contentH2.gif) no-repeat;
	line-height: 24px;
}
#content h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: bold;
	background: transparent;
	border: 0 none;
	display: block;
}
#content h3 span {
	padding-left: 15px;
	display: block;
}
.misc_arrow {
	background: transparent;
}
#content p {
	padding: 0 7px 0.3em 7px;
	font-size: 100%;
	line-height: 1.5em;
}
#content p:hover {
	background: transparent;
}
#content ul {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#content li:hover {
	background: transparent;
}
div#goUp {
	background: url(../imgs/contentUp.gif) no-repeat !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 15px !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 24px !important;
	height: 24px;
	text-align: left !important;
}
#goUp a:link, #goUp a:visited {
	text-decoration: underline;
	background: transparent;
	color: #fff !important;
	width: 100%;
}
/* zFeeder */
.channel {
	width: 370px !important;
	margin-left: 10px;
}
.dateline {
	margin-right: 5px;
}
.newstitle {
	width: 360px !important;
}
.newsdesc {
	width: 320px !important;
}
.newsdesc img {
	max-width: 95%;
	height: auto;
}

/* SIDEBAR */
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	border: 1px solid #fff;
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#sidebar ul.all li {
	list-style-image: url("../imgs/misc_arrowSBrounded.gif");
}
ul#sidebar {
	background: #e5e5e5 url(../imgs/sidebar.gif) no-repeat 0 0;
}
#sidebar h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
#sidebar h4 {
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
}
#themesBox ul.themes {
	padding-bottom: 15px;
	background: url(../imgs/sidebarClose.gif) no-repeat 100% 100% !important;
}
li .themeDefault a {
	font-weight: normal !important;
}
li .themeRounded a {
	font-weight: bold !important;
}

/* FOOTER */
#footer {
	clear: both;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	border: 1px solid #fff !important;
	text-align: center !important;
	height: 20px !important;
	background-color: transparent;
	color: #000;
}
#footer a {
	color: #000 !important;
}

/* FORM */
textarea {
	width: 90%;
}