html, body {
  height: 100%;
}
 
body {
  margin: 30px;
  padding: 0;
  text-align: center;
  color: #333;
  background-image: url('img/bg.jpg');
  background-repeat: repeat-x;
  background-color: #003366;
  font-family: Georgia, verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  /* background: #c7eff7 url('img/bg_test.jpg') repeat-x left bottom; */
}

#wrapper {
  width: 910px;
  min-height: 750px;
  height: 750px;
  height:auto !important;
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background-image: url('img/bg_content.jpg');
  background-repeat: repeat-y;
  background-color: #cfd6e9;
  border: 3px solid #c1ac51;
}

/* Header styles */
#topImage {
 clear: both;
 width: 910px;
 height: 232px;
 background-color: transparent;
 color: #fff;
 background: url('/assets/top_photo.jpg'); 
 background-repeat: no-repeat;
}

#topAthlete {
 clear: both;
 width: 910px;
 height: 232px;
 background-color: transparent;
 color: #fff;
 background: url('/assets/top_corporate-athlete.jpg'); 
 background-repeat: no-repeat;
}


#topStripe {
 clear: both;
 width: 910px;
 height: 50px;
 line-height: 50px;
 background-color: #003366;
 color: #c1ac51;
 text-indent: 26px;
 float: left;
}

#topStripe a {
color: #c1ac51;
}

.topLogo {
    position: relative;
	float: right;
	margin-right: 50px;
	margin-top: -3px;
	background-color : inherit;
	background-repeat: no-repeat;
	background-image: url('/assets/logo.gif');
	width: 150px;
	height: 150px;
}

#content {
 clear: both;
 width: 870px;
 margin: 20px;
 }


/* Headings */
h1,h2,h3,h4,h5,h6 {margin: 0px; padding: 5px 0px 0px 0px; font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;}

h1 {font-size: 18px;}
h2 {font-size: 14px; padding: 0px !important;}
h3 {font-size: 12px; padding: 0px !important; text-transform: uppercase;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 10px;}
 
ul {list-style-type: disc; padding-left: 15px; margin-left: 15px; margin-bottom: 15px; margin-top: 6px; font-size: 12px; line-height: 18px;}

.SmallFont {
   font-size: 11px;
   line-height: 15px;
}

a {color: #003366; text-decoration: none; font-weight: bold;}
