html {
  font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}

body {
  font-size: 92%;
  background: #50a44f;
}

#wrapper {
  background: #FFF;
  /* width: 754px; */
  width: 934px;
  margin: 0 auto;
}

#header {
  background: #FFF url(images/header_big.gif) no-repeat;
  padding: 1px 20px;
}

#header h1 {
  width: 600px;
  height: 90px;
  background: url(images/gtlogo.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#content {
  margin: 30px auto 0px auto;
  padding: 1px 2%;
  width: 96%;
}

#footer {
  background: #B5E6B4 url(images/footer_big.gif) no-repeat bottom left;
  color: #50a44f;
  padding: 1px 20px;
}

#nav {
    margin: 0 auto;
    padding: 0;
    background: #B5E6B4;
    list-style-type: none;
    /* width: 754px; */
    width: 934px;
    float: left; 
}

#nav li {
    margin: 0;
    padding: 0;
    float: left;
}

#nav a {
    float: left;
    /* width: 150px; */
    width: 310px;
    color: #50a44f;
    text-decoration: none;
    line-height: 2.5;  
    text-align: center;
    border-right: 1px solid #FFF;
}


#nav a:hover {
    background: #4F4532;
    color: #fff;
}

#body_hom #nav_hom a,
#body_ser #nav_ser a,
#body_art #nav_art a {
    background: #52d79c;
    color: #000;
    font-weight: bold;
}

h3.internet {
 height: 29px;
 background-image: url(images/header_internet.gif);
 background-repeat: no-repeat;
 text-indent: -9999px;
}

table.layout_content {
	padding: 5px;
	border-spacing: 5px;
	/* border: 1px solid black; */
}

td.layout_content_col1 {
	text-align: left;
	vertical-align: top;
}

td.layout_content_col2 {
	text-align: left;
	vertical-align: top;
}

col.layout_content_col1 {
	width: 25%;
}

col.layout_content_col2 {
	width: 75%;
}

td.thumbnails {
  text-align: center;
}

a {
  text-decoration: none;
  color: #4F4532;
  border: none;
}
