@charset "utf-8";
/* CSS Document */

body  {
	background-color: #fff;
	background-image:url(images/bgTile.gif);
	background-repeat:repeat;
	text-align:center;    /*works w content -> text-align:left; to center content in IE 5*/ 
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	
}

#center  {
	width:826px;
	margin-left:auto;   /* left & right auto margins centers fixed width content box in all other browsers */ 
	margin-right:auto;
	text-align:left;    /*works w body -> text-align:center; to center content in IE 5*/
	position:relative;
	background-color:#fff;	
	border: 1px dashed #006600;
}

#header   {
	width:826px;
	height:100px;
	background-image:url(images/turGrn.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#nav    {
	width: 826px;
	font-family: "Arial Rounded MT Bold"; 
	font-size:17px;
	text-align:center;
	background-image:url(images/bgNav.gif);
}

#navGigs    {
	width: 826px;
	font-family: "Arial Rounded MT Bold"; 
	font-size:17px;
	text-align:center;
	border-bottom:2px solid #006600;
	border-top:2px solid #006600;
	
}

#nav ul, #navGigs ul   {
	list-style:none;
	margin:0;
	padding: 6px ;
}

#nav li, #navGigs li   {
	display:inline;
	
}

#nav a:link, #nav a:visited   {
	padding:7px 15px;    
	color:#FFFFFF;
	text-decoration:none;
}

#navGigs a:link, #navGigs a:visited   {
	padding:7px 15px;    
	color:#006600;
	text-decoration:none;
}

#nav a:hover {
	color:#00FF00;
	background-color: #000000;
}

#navGigs a:hover  {
	color:#00FF00;
}

#emailGigs a:hover {color:#03C;}



a {	text-decoration: none; color:#90add8; }
a:visited {text-decoration: none;  }
a:hover {text-decoration: none; color:#ffffff; }



#contentBg    {   /*contains the first background image, anchored to top left*/
	width:826px;
}

#contentGigs    {     /*contains the 2nd background image, anchored to bottom right*/
	width:826px;
	text-align:center;
}

.textSmWht {	
	font-size:100%;
}

.textMedWht {
	font-size:125%;
	font-weight:bold;
}

.textCopyright {
	font-size:12px;
	font-weight:700;
}

.textlgWht {
	font-size:150%;
	font-weight:bold;
}

.textLWRound {
	font-family: "Arial Rounded MT Bold"; 
	font-size:20px;	
}

#emailGigs { font-size:22px;}
