Body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:15px 5px 5px 5px;
}

#container {
	background: url(images/body.jpg) repeat-y;
	margin-left: auto;
  margin-right: auto;
	padding: 0;
	width: 760px;
	height: auto;
	position: relative; /* needed so the header can be positioned absolutely within #container */
}

#headersmall {
	float:left;
	background: url(images/headersmall.gif) no-repeat;
	height: 88px;
	width: 760px;
	top:0;
	left:0;
	position: absolute;
}

#boxcontainersmall {
 width:760px;
 height:33px;
 margin:0;
 padding:80px 0 0 0;
 position:relative;
}

/* This class styles the DIV that contains the whole enchilada. */
#WTN_news p {
  margin:0;
}

/* This is the outer container of the WTN box. It's got a background color that makes a border around the */
/* inner box (the next class). It's not essential. */
.WTN_container {
  padding:1px; 
  margin:0px 12px 0px 5px;
  background-color:#fff; 
  /*width:165px;*/
}
/* This class styles the DIV that contains all the news items. */
.WTN_box {
  /* height:350px; */
  overflow:hidden; /* set this to "hidden" if you don't want scrollbars */
  padding: 4px 3px 3px 3px;
  background-color: #fff;
}
/* If the parser returns an error, it'll be styled with this class. */
.WTN_error {
  color:red;
}
/* The WTN box has a title, something like "Dietitian News" */
#content p.WTN_title {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 0 2px 0;
	border-bottom: 3px solid #c0c0c0;
	color: #2e3192;
}

/* Each of the items is styled here. Each title is a hyperlink. */
#content p.WTN_item_title {
  font:  10pt Verdana;
  color:#2e3192;
  padding: 2px 0 0 0;
}
.WTN_item_link {
  text-decoration: none;
  font-size: 10pt;
	padding-top: 10px;
}
.WTN_item_link:hover {
  color:#971b1e;
  text-decoration: none;
}
/* In addition to the item titles, you can optionally show a description. */
/* If you want to do this, change the display value to "block". */
.WTN_item_description {
  font: 9pt Verdana;
  display:block;
}

#content p.WTN_item_date {
  font: 9pt Verdana;
  color: gray;
  padding-bottom:10px;
}


#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat top right;
	height: 53px;
	text-align: center;
}

#footer p {
	color: #6b6b6b;
	padding: 15px 10px 0 10px;
	font-size: 0.7em;
}