body {
  margin: 0;
}

img {
  border: 0;
}

#top {
  background: url(images/top_bgr.png) repeat-x;
  height: 240px;
  margin-bottom: 20px;	
  text-align: center;
  width: 100%;
}

#top div.cont {
  background: url(images/logo.jpg) 100% no-repeat;
  height: 100%;
  margin: 0 auto;	
  text-align: left;	
  width: 750px;
}

#top h1 {
  color: #588f02;
  font-family: "Myriad Pro", Helvetica;	
  position: absolute;	
  margin: 50px 0 0 0;	
}

#top h2 {
  color: #FFFFFF;
  font-family: Tahoma;	
  display: block;
  font-size: 14px;
  line-height: 140%;	
  margin: 110px 0 0 0;
  position: absolute;
  width: 440px;	
}

#top #nav {
  color: gray;
  font-family: Tahoma;	
  font-size: 12px;
  height: 24px;
  line-height: 24px;			
  margin: 200px 0 0 0;
  position: absolute;
  width: 440px;	
}

#top #nav p {	
  display: inline;
}

#top #nav a {	
  margin-left: 6px;
  padding: 0;	
}

#content {
  clear: both;
  margin: 0 auto;	
  text-align: center;	
  width: 750px;
}

#left {
  float: left;
  text-align: left;	
  width: 48%;
}

div.row {
  border-top: 1px dotted gray;	
  color: #899e36;
  font-family: Georgia;
  font-size: 13px;	
  padding: 10px;
  text-align: left;	
}

#right {
  float: right;
  width: 48%;
}

#foot {
  border-top: 4px solid #73c200;
  clear: both;	
  height: 42px;
  margin-top: 10px;	
  width: 100%;
}

#foot div.cont {
  background: url(images/foot_bgr.png) repeat-x;
  height: 100%;
  margin: 0 auto;	
  text-align:right;		
  width: 750px;
}

#foot div.cont p {
  color: #a6bc50;
  font-size: 12px;	
  margin: 0;	
  padding: 5px 10px;	
}
