body
{
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: Verdana, Tahoma;
  background-image: url("../images/bg.gif");
  background-attachment:fixed;
}

div#container
{
  width: 955px;
  height: 119px;
  margin: 10px auto;
}

div#header
{ 
  width: 955px;
  height: 164px;
  background-image: url("../images/header.png");
}

div#menu
{
  padding: 5px;
  width: 943px;
  height: 16px;
  border: 1px solid #000000;
  border-top: 0px solid #000000;
  background-image: url("../images/menu_bg.PNG");
  font:Verdana, Geneva, sans-serif;
  color: #FFF;
} 

div#subheader
{
  width: 953px;
  height: 146px;
  border: 1px solid #000000;
  border-top: 0px solid #000000;
  background-color: #bce0ee;
}

div#rotator
{
  padding: 5px;
  float: left;
  width: 279px;
  height: 122px;
  margin: 7px 4px 10px 20px;
  background-image: url("../images/rotator_bg.gif");
  font-size:10px;
}

div#fadeshow
{
  padding: 5px;
  float: left;
  width: 413px;
  height: 121px;
  margin: 17px 0px 0px 17px;
  font-size:20px;
}

div#news38
{
  float: left;
  padding: 5px;
  width: 279px;
  height: 122px;
  margin: 7px 4px 10px 10px;
  background-image: url("../images/news_bg.gif");
}

div#news
{
  float: left;
  padding: 5px;
  width: 279px;
  height: 122px;
  margin: 7px 4px 10px 20px;
  background-image: url("../images/news_bg2.gif");
}

div#nfade
{
  float: right;
  background-image: url("../index.htm");
}

div#newsleft
{
  float: left;
  padding: 5px;
  width: 279px;
  height: 122px;
  margin: 7px 4px 10px 20px;
  background-image: url("../images/news_bg.gif");
}

div#zesty
{
  float: left;
  width: 154px;
  height: 113px;
  margin: 17px 0px 0px 17px;
  background-image: url("../images/zesty_bg.gif");
}

div#subcontainer
{
  width: 953px;
  border: 1px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  background-image: url("../images/subheader_bg.gif");
}

div#left, div#right
{
  float: left;
  width: 173px;
  padding: 10px 10px;
}

div#center
{
  float: left;
  width: 543px;
  padding: 10px 10px;
}

div.top
{
  height: 7px;
  width: 173px;
  background-image: url("../images/top_bg.gif");
}

div.text
{
  width: 161px;
  background-color: #ffffff;
  border: 1px solid #b5b5af;
  padding: 5px;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
}

div.bottom
{
  height: 8px;
  margin: 0px 0px 10px 0px;
  width: 173px;
  background-image: url("../images/bottom_bg.gif");
}

div#clear
{
  clear: both;
}

div#content_top
{
margin: 7px 0px 0px 0px;
height: 7px;
width: 543px;
background-image: url("../images/content_top.PNG");
div#content_top
}

div#content
{
  height: auto;
  width: 531px;
  background-color: #ffffff;
  border: 1px solid #b5b5af;
  padding: 5px;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
}

div#content2
{
  height: auto;
  width: 360px;
  background-color: #ffffff;
  border: 1px solid #b5b5af;
  padding: 5px;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
}

div#content5
{
  height: auto;
  width: 923px;
  background-color: #ffffff;
  border: 1px solid #b5b5af;
  padding: 5px;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
}

div#content1
{
  height: auto;
  width: 500px;
  background-color: #ffffff;
  border: 1px solid #b5b5af;
  padding: 5px;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
}

div#content_bottom
{
 height: 10px;
 width: 543px;
 background-image: url("../images/content_bottom.png");
 div#content_top
}

div#mainbottom
{
  text-align:center;
  padding: 5px;
  width: 945px;
  height: 12px;
  background-image: url("../images/bottom.png");
}

/* Links */

a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Alerts */

div#popup { 
	border: 1px solid #000;
	background: #83BEE2;
	color: #000;
	width: 100%;
	height: 10%;
	text-align:center;
	position:fixed;
	top: 1px;
	font-weight:bolder;
}

