/* CSS Document */

/* basic elements */
body {
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #2D0802;
  }
p { 
	font: 10pt georgia;
	color: #FFF;
	}
h1 { 
	font: 9pt Georgia;
	text-align: justify;
	color: #fff;
	}
h2 { 
	font: 10pt georgia; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-top: 6px; 
	margin-bottom: 10px; 
	color: #1F0702;
	}
h3 { 
	font: normal 16pt georgia; 
	font-weight: bold; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #FF0000;
	}
h4 {
	font: normal 8pt georgia;
	letter-spacing: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #FFF;
	border-color: #FCF9F3;
	background-color: #F1E2C5;
	padding-bottom: 0px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D8B05E;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D8B05E;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #fff;
	}	
#address
{
 padding: 230px 0px 0px 32px;
}

#topNav {
	font: 10pt Georgia;
	padding:  35px 0px 0px 340px;
	}
#textBlock {
	font: 10pt Georgia;
	color: #1F0702;
	width: 810px;
	padding: 20px 20px 20px 32px;  
	margin: 0px; 
	}
#iniBlockL {
	clear: both; 
	margin: 30px 0px 0px 02px;
	width: 350px; 
	float: left;
	}	
#iniBlockR {
	clear: right;
	margin: 30px 0px 0px 420px;
	width: 350px;
	}	
#miniBlockL {
	position: absolute;
	font: 12pt Georgia;
	margin: 10px 0px 0px 6px;
	width: 458px;
	height: 136px;

	}	
#miniBlockR {
    position: absolute;
	font: 12pt Georgia;
	margin: 10px 0px 0px 250px;
    width: 140px; 
	}
#miniBlockM {
    position: absolute;
	font: 12pt Georgia;
	margin: 10px 0px 0px 125px;
    width: 120px;    
	}
#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: 890px;
  }
#upEvents {
	font: 10pt Georgia;
	width: 400px;
	margin: 300px 0px 0px 445px;
	color: #1F0702;
	}
#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 {
	color: #FCF9F4;
	width: 450px;
	margin:  143px 0px 0px 415px;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	}
#toptextCS {
	color: #FCF9F4;
	width: 150px;
	margin:  43px 0px 0px 215px;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	}	
#wrapperInside  {  
  margin: 0 auto;
  background-image: url(images/insideShot.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 890px;}
  
#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: 45px 0px 20px 0px;
	margin: 0 auto;
 	background-image: url(images/footBack.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 890px;
}
#footerInside
{
	font: 10pt Georgia;
	padding: 30px 0px 20px 0px;
	margin: 0 auto;
 	background-image: url(images/footBackInside.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 890px;
}

#bottomNav
{
	height: 30px;
	padding: 0px 0px 0px 32px;
}

#copyright
{
	color: #fff;
	font-size: 90%;
	margin: 0;
	padding: 0.25em 0.5em 0px 32px;
}
#timestamp	{ display: block; }
.rLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

