body {
  background-image: url('../images/background.gif');
  margin: 50px;
}

#header {
  border: 1px solid #000000;
  background-color: #1B99E6;
  height: 102px;
  min-width: 600px;
  white-space: nowrap;
  background-image: url('../images/header-bg.gif');
}

font {
  font-family: arial, tahoma, serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}

#main_links {
  border: 1px solid #000000;
  background-image: url('../images/links-bg.gif');
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: arial, tahoma, serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  white-space: nowrap;
  height: 19px;
  min-width: 600px;
}

#main_links a:link { color: #FFFFFF; text-decoration: none; }
#main_links a:visited { color: #FFFFFF; text-decoration: none; }
#main_links a:hover { color: green; text-decoration: none;  }

#side_ad {
  float: right;
  background-color: #F9F9F9; 
  border: 1px solid #D9D9D9;
  width: 160px;
}

#top_ad {
  background-color: #F9F9F9; 
  margin: auto; 
  width: 728px; 
  height: 90px;
  margin-bottom: 10px;
}

.main_content {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: arial, tahoma, serif;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
}

.main_content_title {
  background-color: #F0F0F0;
  font-family: arial, tahoma, serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  padding: 3px;
}

.main_content_hold {
  font-family: arial, tahoma, serif;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
  padding: 3px;
}

A:link {
	font-family: tahoma, arial, serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	font-family: tahoma, arial, serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	font-family: tahoma, arial, serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}