* {
  margin: 0;
  padding: 0;
  }

body {
  
  background:#002400 url(images/background.gif) no-repeat top center;
}


#page {width:992px; margin:0px auto; text-align:center;}

#header {
  height:191px;
  width:992px;
  background:  url(images/topbg.gif);
  text-align:left;
}

#logo {
  text-align:left;
  letter-spacing:-2px;
  text-shadow:0px 0px 8px #000;
  font:34px Georgia, Arial, "Times New Roman", Times;
  margin-left:18px;
  margin-top:30px;
  color:#FFF;
  width:364px;
  height:97px;
  float: left;
}

.green {
color:#AEF080;
}
#Left img{
	float: right 50%;
	position:absolute;
	right:180px;
	top:25px;
	margin-right: 5px;
	margin-bottom: 80px;
	width: 301px;
	height: 200px;
}
#image img{
	float:left;
	right:90px;
	width: 323px;
	height:200px;
	left: 709px;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:80px;


	}
#slogan {
  text-align:left;
  margin-left:70px;
  font:14px Arial, "Times New Roman", Times;
  letter-spacing:0px;
  color:#FFF;
}


/* TOP NAVIGATION BAR */
#nav {
  width:610px;
  float:left;
  margin-top:136px;
}

#nav-menu-left {
  background:  url(images/navbar-left.gif) no-repeat top left;
  width:27px;
  height:55px;
  float: left;
}
#nav-menu-right {
  background:  url(images/navbar-right.gif) no-repeat top left;
  width:27px;
  height:55px;
  float: left;
}
#nav-menu {
  background:  url(images/navbar-bg.gif) repeat-x top left;
  height:55px;
  width:556px;
  float: left;
}

#nav-menu ul {
  list-style:none;
}
  
#nav-menu ul a {
  background-image:   url(images/navbar-divider.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
  padding-left: 12px;
  padding-top:5px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  text-shadow:1px 1px 1px #000;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #FFF;
}
	
#nav-menu ul a:hover {
  text-decoration:underline;
  text-shadow:0px 0px 4px #FF0000;
}
 
#nav-menu li {
  float:left;
}
/* END NAVIGATION BAR */

/* Large header image of grass and flower, with slogans */
#header2 {
  background:  url(images/header.jpg) no-repeat top left;
  width:992px;
  height:224px;
  text-shadow:1px 1px 1px #000;
  margin-right:10px;
}

#header2-slogan1 {
  font:48px Georgia, Arial, "Times New Roman", Times;
  padding:68px 0px 0px 106px;
  color:#FFF;
  text-align:left;
  letter-spacing:-2px;
}
#header2-slogan2 {
  font:48px Georgia, Arial, "Times New Roman", Times;
  padding:0px 0px 0px 267px;
  color:#FFF;
  text-align:left;
  letter-spacing:-2px;
}
/* end large header */

/* clears all floated elements */
.clearfloats {
  clear:both;
}
/* end clear floats */

/* first content section, lighter green area */
#content {
  background:#2E650D url(images/body-bg.gif) no-repeat top left;
  width:992px;
  min-height:200px;
  text-align:left;
  padding-top:35px;
  padding-bottom:20px;
  padding-left:10px;

}

.content-padding {
  padding:0px 20px 0px 20px;
  margin-left:10px;
  
}

.content-padding a {
  font:16px Arial, "Times New Roman", Times;
  color:#CEFF9F;
  text-shadow:1px 1px 1px #104D00;
}

.content-padding a:hover {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-decoration:none;
  text-shadow:0px 0px 3px #FF0000;
}


#content h1 {
  font:36px Georgia, Arial, "Times New Roman", Times;
  color:#FFF;
  padding-bottom:10px;
  text-shadow:1px 1px 2px #000;
}

#content p {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:left;
  padding-bottom:10px;
}

#keith img {
  float: right;
  padding-top:0px;
  padding-bottom:20px;
  padding-left: 10px;
  width:300px;
  height:300px;
}
#keith2 img {
  float: left;
  padding-top:0px;
  padding-bottom:20px;
  padding-left: 0px;
  width:250px;
  height:400px;
}
/* end content 1 section */
CAPTION.MYTABLE
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:12pt;
     background-color:#808080;
     width:590px;
     border-style:solid;
     border-color:black;
     border-width:2px;
	 margin-left: auto;
margin-right: auto;
  }

  TH.MYTABLE
  {
     font-size:12pt;
     color:white;
  }


  TR.MYTABLE
  { 
     vertical-align:top;
  }

  TD.MYTABLE
  {  
     font-size:12pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }



/* image that divides the two different colored content sections */
#body-divider {
  background:#1D5600 url(images/body-divider.gif) no-repeat top left;
  width:992px;
  height:23px;
}
/* end content divider */

/* darker green content section, "content 2" */
#content2 {
  width:992px;
  min-height:250px;
  background:#1D5600;
  text-align:left;
  padding-top:10px;
  padding-bottom:30px;
}

#content2 p {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:justify;
  padding-bottom:10px;
}

#content2 h2,h3,h4,h5,h6 {
  background:#1D5600 url../images/headline-arrow.gif) no-repeat top left;
  font:normal 25px serif, "Times New Roman", Times;
  line-height:25px;
  color:#FFF;
  text-shadow:1px 1px 2px #000;
  padding-bottom:10px;
  padding-left:30px;
}

.content2-block {
  width:274px;
  float:left;
}

.content2-block p {
  width:274px; 
  float:left;
  text-align:left;
}

  /* three column area, vertical dotted divider */
  .content-divider {
    background:  url(images/content-divider.gif) no-repeat top center;
    width:2px;
    height:274px;
    float:left;
    padding:0px 30px 0px 30px; 
  }
  
 #lineup {
 font-size:12pt;
  font-family: Arial;
  color:#FFFFFF;
  text-align:center;
     }
  /* end divider */

#guest img {
	position:absolute;
	float:right 50%;
	right:120px;
	top:195px;
	
	 
  }
#facebook img {
   position:absolute;
   float:right 50%;
   Top:200px;
	 
  }
#myspace img {
    position:relative;
    float:left 50%;
	left:180px;
	bottom:44px;
	 
  }
#forum img {
	position:absolute;
	float:left:50%;
	/*right: auto;*/
	top:195px;
	right: 275px;
	float: inline;
	 
  }
  #news img {
	position:absolute;
	float:left:50%;
	/*right: auto;*/
	top:195px;
	right: 430px;
	float: inline;
	 
  }
/* end content 2 */




/* footer of page */
#footer-div {
  background:  url(images/footer-div.gif) no-repeat top left;
  width:992px;
  height:6px;
}

#footer {
  padding-top:15px;
  width:992px;
  height:150px;
  background:#001800;
  text-align:center;
}

#footer p {
  font:12px Arial, "Times New Roman", Times;
  color:#FFF;
}

#footer a {
  font:12px Arial, "Times New Roman", Times;
  color:#FFF;
}

#bott_left img {
position:absolute;
  float: left 50%;
right:300px;
top:40px;
  margin-bottom:100px;
  }
  
#bott_right img {
position:absolute;
  float: right 55%;
  right:150px;
top:26px;
  margin-top:20px;
  margin-bottom:100px;
  }
  
  
/* end footer */
