/* Layout CSS for TheGracies.org  */

* {
	margin: 0;
	padding: 0;
}
body { background: url('../images/bg-body.jpg') center top repeat-x; }
  body.index { background: url('../images/bg-body-index.jpg') center top repeat-x; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }

#main {
  width: 1000px;
  margin: 0 auto;
}

#header {
  height: 135px;
  margin-top: 10px;
}
  #header .logo {
    position: absolute;
    z-index: 90;
    margin-left: 0px;
  }
  #header .tagline {
    position: absolute;
    margin-left: 486px;
  }
  #header .sponsor{
    position: absolute;
    margin-top: 74px;
    margin-left: 80px;
  }
  #header .awrt{
    position: absolute;
    margin-top: 105px;
    margin-left: 895px;
  }
  
  #header .facebook{
    position: absolute;
    margin-top: 98px;
    margin-left: 780px;
  }  
  
  #header .twitter{
    position: absolute;
    margin-top: 98px;
    margin-left: 815px;
  }  
  
  #header .youtube{
    position: absolute;
    margin-top: 98px;
    margin-left: 850px;
  }  
  
  
  
#nav {
  height: 28px;
  background: url('../images/bg-nav.png');
}

#nav ul { margin-left: 10px; 
}

  #nav .nav-shadow {
    position: absolute;
    margin-top: 28px;
    z-index: 100;
  }

#content-block {
  width: 990px;
  padding: 0 5px;
  float: left;
  background: url('../images/bg-content.png');
}

#flash-div {
  height: 350px;
  border-bottom: 1px solid;
}
  #flash-div img {
    float: left;
  }

#int-content {
  padding: 50px 35px 0 35px;
  background: url('../images/bg-curtains.jpg') top no-repeat;
}
  
#content-block-bottom {
  clear: both;
  height: 4px;
  line-height: 0em;
  margin-bottom: 26px;
  background: url('../images/content-block-bottom.png') top;
}

/* Index Specific */

#index-left {
  clear: both;
  width: 361px;
  margin-bottom: 15px;
  float: left;
}

#index-right {
  width: 639px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
}

#gradient {	background: url('../images/bg-gradient.gif') bottom repeat-x; }
#gradient-clear { clear: both; }

body.index #gradient { background: none; }


#footer {
	clear: both;
  width: 900px;
  margin: 30px auto auto auto;
  padding: 10px 0 30px 0;
	text-align: left;
  border-top: 1px solid;
}
  #footer #copyright {
    float: right;
    text-align: right;
    width: 200px;
  }

#gallery img { margin: 0 5px 5px 0;}

.award-left { width: 390px; }
.award-right { float: right; width: 375px; }

.award-left,
.award-right { margin: 0; padding: 0; }

.award-left p,
.award-right p { margin: 0 0 15px 0; padding: 0; }

.award-left h3,
.award-right h3 { color: #4a8ecb; font-weight: bold; margin: 0; padding: 0; }

