img { border: none; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #39494d;
	margin: 0px 0px;
  font-size: 62.5%; height: 100%;
}

#main_wrapper
{
  margin: 0 auto;
  width: 990px;
  padding: 0;
}

#header 
{
  background: transparent url(images/rainbowfish.jpg) top center no-repeat;
  height: 110px;
}

#header h1, #header h2 { display: none; }

#content_wrapper
{
  width: 850px;
  float: left;
}

#content
{
  background: transparent url(images/content_bg.jpg) top left repeat-y;
}

#content h1 { display: none; }

#content_head
{
  background: transparent url(images/content_head.jpg) top left no-repeat;
  height: 48px;
}

#content_foot
{
  background: transparent url(images/content_foot.jpg) top left no-repeat;
  height: 80px;
  padding: 20px 40px;
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
  color: #ccc;
}

.potm
{
  margin: 0 20px 20px 80px;
}


.section
{
  height: 200px;
  margin: 0 55px 20px 60px; 
  padding-top: 60px;
  padding-right: 20px;
}

.section h2 
{
  margin: 0 0 10px 0; padding: 0; font-size: 1em;
}

.section div.text
{
  width: 310px;
  float: right;
  text-align: left;
}

.section p.link
{
  width: 310px;
  float: right;
  text-align: center;
}

.section p.link a
{
  font-size: 1.8em;
}

.section p.link a:hover
{
  text-decoration: none;
}


#google_ads
{
  width: 120px;
  float: left;
  margin-left: 10px;
  padding-top: 160px;
}