html {
  font-size: 12px;
}
body{
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  z-index: 100;
}

#bar {
  background:url(../images_layout/green_bar.jpg) repeat-x;
  height: 46px;
}
#logotop{
  background:url(../images_layout/logo_top.jpg) no-repeat;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 951px;
  height: 46px;
  /*border: solid 1px pink;*/
}
#logotop img{
  border: none;
}
#follow_us_links, #follow_us, #ball, #count_down{
  border: none;
  margin: 5px 0 0 0;
  padding: 10px 0 0 0;
  position: relative;
  float: right;
}
#follow_us{
  margin-left: 15px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
#ball{
  width: 28px;
  /*border: solid 1px blue;*/
}
#ball img {
  float: right;
  margin: 0;
  padding: 0;
  /*vertical-align: bottom;*/
  /*border: solid 1px yellow;*/
}
#count_down {
  width: 350px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  /*border: solid 1px red;*/
}
#bg {
  background-color: white;
  /*border: solid black 1px;*/
}


#header_bg{
  position: relative;
  background:url(../images_layout/header_bg.jpg) no-repeat center;
  height: 133px;
}

#header{
  position: relative;
  background:url(../images_layout/header.jpg) no-repeat center;
  height: 133px;
  /*border: solid black 1px;*/
}


#content{
	/*width: 800px;*/ /* Just added this to see what it does with ie. Change back to 951px when done fixing ie menu bug */
 	width: 949px;
  margin-left: auto ;
  margin-right: auto ;
  background-color: #8DAAB8;
  position: relative;
  border: 1px solid #8DAAB8;
}

#holder {
  background: center;
  background-color: #C9C4BB;
  position: relative;
  margin: 5px;
  border: solid 1px #555;
  min-height: 100px;
  /*border: solid orange 1px;*/
}



#left, #center, #right, #left_center, #center_right, #left_center_right, #left_half, #right_half, #right_half_stadiums, #left_half_google {
  background: white;
  position: relative;
  height: auto;
  padding: 5px;
  border: solid 1px #444;
  /*border: solid orange 1px;*/
}

#left {
  width: 240px;
  margin: 7px 0 0 7px;
  float: left;
  clear: left;
}
#center {
  margin: 7px 0 0 7px;
  width: 333px;
  float: left;
}
#right {
  margin: 7px 7px 0 0;
  width: 300px;
  float: right;
  clear: right;
}
#left_center {
  margin: 7px 0 0 7px;
  width: 592px;
  float: left;
  clear: left;
}
#center_right {
  margin: 7px 7px 0 0;
  width: 652px;
  float: right;
  clear: right;
}
#left_center_right {
  margin: 7px 0 0 7px;
  width: 911px;
}
#left_half {
  margin: 7px 0 0 7px;
  width: 446px;
  float: left;
  clear: left;
}
#right_half {
  margin: 7px 7px 0 0;
  width: 446px;
  float: right;
  clear: right;
}

#right_half_stadiums {
  margin: 7px 7px 0 0;
  width: 490px;
  float: right;
}
#left_half_google {
  margin: 7px 0 0 7px;
  width: 402px;
  float: left;
}
/* Set the default headings spacing across everything */
#content h1, #content h2, #content h3, #content h4, #content h5 {
  text-align: left;
  background-color: #8DAAB8;
  margin: 2px 0 3px 0;
  padding: 1px 10px 2px 10px;
  color: #fff;
}
#content h1 {
  font-size: 1.4em;
  text-transform: uppercase;
}
#content h2 {
  font-size: 1.3em;
  text-transform: uppercase;
}
#content h3 {
  font-size: 1.2em;
}
#content h4 {
  font-size: 1em;
}
#content sup{
  font-size: 0.6em;
}




#page_break {
  clear: both;
}

#footer{
  clear: both;
  margin: 0 auto 0 auto;
  text-align: center;
  color: white;
  background-color: #000000;
  /*border: solid 1px red;*/
}
#footer a {
  color: #c0c1d8;
}


