body, p, h1, h2, li, ol, ul, img
{
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

body {
  background-color: #DADADA;
  text-align: center;
  font-family: arial;
  font-size: 11px;
}

#wrapper {
  margin: auto;
  width: 986px;
  background-image: url('images2/bg_wrapper.png');
  background-repeat: repeat-y;
  text-align: left;
}

#header, #nav, #content, #footer {
  width: 969px;
  margin-left: 9px;
}

#header {
  height: 114px;
  background-color: #1B1B1B;
}

#header img {
  margin-left: 32px;
  margin-top: 22px;
}

#nav {
  background-color: #512311;
  height: 24px;
  background-image: url('images2/bg_nav.gif');
  overflow: hidden;
}
#nav img {
margin-top: 2px;
}



#nav a {
color: #FFF;
line-height: 20px;
text-decoration: none;
font-size: 11px;
font-weight: bold;
display: block;
margin-top: 2px;
float: left;
}

.nav_selected {
color: #512311 !important;
background-color: #FFF;
border: 1px solid #BDADA5;
border-bottom: none;

}

.btnHome {
  width: 67px;
  text-align: center;
  margin-left: 16px;
  height: 24px;
}

.btnCrest {
  width: 253px;
  text-align: center;
  margin-left: 16px;
  height: 24px;
}

.btnTees {
  width: 253px;
  text-align: center;
  margin-left: 16px;
  height: 24px;
}

#content {
  background-color: #FFFFFF;
  background-image: url('images2/bg_content.png');
  background-repeat: no-repeat;
  background-position: 18px bottom;
}

#content h1 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #476CC1;
  font-family: Arial Black;
}

#content p {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
}

#leftCol {
  width: 350px;
  margin-top: 28px;
  padding-left: 32px;
  float: left;
  padding-bottom: 60px;
}
#leftCol p {
  margin-bottom: 16px;
  font-size: 14px;
  word-spacing: 0.05em;
  line-height: 1.6em;
}

#rightCol {
  margin-top: 28px;
  margin-left: 32px;
  width: 537px;
  float: left;
  padding-bottom: 32px;
}


.thumbnail {
  width: 164px;
  height: 122px;
  float: left;
  margin-right: 16px;
  margin-bottom: 6px;
  text-align: center;
  padding-top: 8px;
  background-repeat: no-repeat;
}
.thumbnail p {
line-height: 12px;
}

.t3 {
 margin-right: 0;
}

.clear {
  clear: both;
}

#footer {
  background-color: #1B1B1B;
  color: #FFFFFF;
  height: 70px;
  text-align: right;
  width: 969px;
  background-image: url('images2/bg_footer.jpg');
  background-repeat: no-repeat;
  background-position: 18px top;
}

.footerBlock {
float: right;
width: 200px;
padding-top: 13px;
line-height: 22px;
margin-right: 30px;
font-size: 11px;
}
.footerBlock a {
color: #FFFFFF;
font-size: 11px;
text-decoration: none;
}
.footerBlock a:hover {
text-decoration: underline;
}


#endShadow {
  margin: auto;
  width: 986px;
  height: 13px;
  background-image: url('images2/bg_shadowBtm.png');
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
