/* CSS Document */

/* basic elements */
body {
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
  }
p { 
	font: 10pt georgia; 
	text-align: justify;
	color: #FFF;
	}
h1 { 
	font: 26pt georgia; 
	text-align: justify;
	color: #FDDF7A;
	}
h2 { 
	font: 10pt georgia; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 2px; 
	text-align: justify;
	}
h3 { 
	font: normal 16pt georgia; 
	font-weight: bold; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #FF0000;
	}
h4 {
	font: normal 10pt georgia;
	letter-spacing: 3px;
	margin-bottom: 0px;
	color: #FFF;
	border-bottom-style: solid;
	border-color: #202D1C;
	background-color: #000000;
	padding-bottom: -10px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FDDF7A;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FDDF7A;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #fff;
	}	
#topNav {
	font: 10pt Georgia;
	padding: 32px 0px 0px 50px;
	}
#textBlock {
	font: 12pt Georgia;
	width: 620px;
	margin: 30px 0px 0px 70px;
	}
#sponsorsBlock {
	font: 12pt Georgia;
	margin: 30px 0px 0px 25px;
  	background-image: url(images/sponsors.gif);
	background-repeat: no-repeat;
 	height: 350px;
  	width: 400px;
	}

/* Elements for Home Page */

#wrapper { /* keeps site centered and 860px wide for the home page */
  margin: 0 auto;
  background-image: url(images/homeShot.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 860px;
  }
#upEvents {
	font: 8pt Georgia;
	width: 310px;
	margin: 270px 0px 0px 125px;
	}
#menu a {
	position: relative;
	height: 65px;
	width: 140px;
	top: 55px;
	text-decoration: none;
	font-size: 60px;
  }
#menu a i { visibility: hidden; }

a#win { left: 55px; }
a#wear { left: 75px; }
a#fan { left: 95px; }

/* Elements for Inside Pages */

#toptextBlock {
	font: 12pt Georgia;
	width: 385px;
	margin: 45px 0px 0px 470px;
	}
#wrapperInside  {
  margin: 0 auto;
  background-image: url(images/insideShot.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 860px;
  }

#menuInside a {
	position: relative;
	height: 65px;
	width: 140px;
	top: 10px;
	text-decoration: none;
	font-size: 60px;
  }
  
#menuInside a i { visibility: hidden; }

a#winInside { left: 335px; }
a#wearInside { left: 355px; }
a#fanInside { left: 360px; }


/* Encloses bottom navigation and copyright */
#footer
{
	font: 10pt Georgia;
	padding: 80px 0px 0px 50px;
}

#bottomNav
{
	height: 30px;
}

#copyright
{
	color: #fff;
	font-size: 90%;
	margin: 0;
	padding: 0.25em 0.5em;
}
#timestamp	{ display: block; }
