body {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 778px;
  margin: 0 0 0 200px;
  padding: 0;
}

/************************
 *
 * Top nav area
 *
 ************************/
#top {
  height: 95px;
}

#top #mike_pic {
  float: left;
  width: 219px;
  height: 95px;
  background: url('images/images/gtg/mike_header_top.jpg') no-repeat;
}    

#top #nav {
  width: 559px !important;
  width: 556px;
  height: 95px;
  margin-left: 219px;
}

#top #nav #upper ul li {
  font-family: arial;
  font-size: 14px;
  color: #000000;
  list-style: none;
  float: left;
  padding: 0 10px;
  border-left: #000000 double 1px;
}

#top #nav #lower ul li {
  font-family: arial;
  font-size: 16px;
  color: #000000;
  list-style: none;
  float: left;
  padding: 0 10px;
  border-left: #000000 double 1px;
}


#top #nav #upper ul li.first, #top #nav #lower ul li.first {
  border-left: none;
  padding: 0 10px 0 0x;
}

#top #nav ul li a {
  text-decoration: none;
  color: #000000;
}

#top #nav #upper {
  text-align: right;
  height: 39px;
  padding-top: 5px;
  margin-left: 377px;
  font-size: 0;
}

#top #nav #lower {
  text-align: right;
/*
  margin-left: -15px;
*/
}

/************************
 *
 * Orange Stripe
 *
 ************************/
#orange_stripe {
  width: 100%;
  height: 137px;
  background: url('images/images/gtg/orange_stripe.jpg') repeat-x;
}

#orange_stripe #os_content {
  float: left;
  margin: 0 0 0 200px;
}

#orange_stripe #mike_bottom {
  width: 239px;
  height: 137px;
  background: url('images/images/gtg/mike_header_bottom.jpg') no-repeat;
}

#orange_stripe #golf_bag {
  margin: 5px 0 0 181px;
  height: 137px;
/*
  height: 196px;
*/
  width: 88px;
  background: url('images/images/gtg/golf_bag2_top.gif') no-repeat;
/*
  background: url('images/images/gtg/golf_bag.gif') no-repeat;
  overflow: visible;
*/
}

#orange_stripe #fulltiltgolf {
  padding-top: 18px;
  margin-left: 300px;
}

#orange_stripe #fulltiltgolf .first-line {
  font-size: 36px;
  font-family: Tahoma;
  margin-left: 20px;
}
#orange_stripe #fulltiltgolf .second-line {
  font-size: 22px;
  font-family: Tahoma;
  margin-left: 0px;
  position: relative;
  top: -2px;
}
#orange_stripe #fulltiltgolf .third-line {
  font-size: 26px;
  font-family: Verdana;
  margin-left: 35px;
  position: relative;
  top: -10px;
}

/************************
 *
 * Misc
 *
 ************************/
.orange {
  color: #FFCC00;
}

.white {
  color: #ffffff;
}

.small_caps {
  font-variant: small-caps;
}

.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

/************************
 *
 * Main
 *
 ************************/

#main {
  float: left;
  width: 534px;
}

#page_header {
/*
  height: 0;
  position: relative;
  top: -70px !important;
  top: -50px;
*/
  width: 534px;
/*
  background: url('images/images/gtg/golf_bag2_bottom.gif') no-repeat 420px 0;
*/
}

#page_header h1 {
  padding: 10px 0;
  margin: 0 0;
  color: #386EDB;
  font-size: 40px;
  font-family: Verdana;
}

#content {
  border-top: solid 1px #CCCCCC;
  padding-top: 10px;
}


/************************
 *
 * Right side
 *
 ************************/
 
#right_side {
  width: 244px;
  height: auto !important;
  min-height: 440px;
  height: 440px;
}

#right_side .right_image {
  margin: 5px 0 5px 4px;
}

/************************
 *
 * Footer
 *
 ************************/
 
#footer {
  width: 778px;
  height: 26px;
}

#footer_links {
  width: 778px;
  height: 26px;
  padding: 3px 0;
  position: relative;
  right: 10px;
  color: #ffffff;
}

#footer_links a:link {
  color: #ffffff;
  text-decoration: none;
}
#footer_links a:visited {
  color: #ffffff;
  text-decoration: none;
}
#footer_links a:hover {
  color: #0000ff;
  text-decoration: none;
}
#footer_links a:active {
  color: #ffffff;
  text-decoration: none;
}

.footer_stripe {
  width: 100%;
  height: 26px;
  background: #ff9900;
}