* {
  margin: 0;
  padding: 0;
  
}

html {
  font-size: 100%;
}

body {
background-color:#000;
background-repeat:repeat-x;
background-image:url(../Images/w-bgraientbackground.jpg);
background-attachment:fixed;
  font-family: Verdana, Geneva, Arial, sans-serif;
}

#wrapper{
  width: 1000px;
  margin:auto;
  background-color: white;
  background-image: none;
  height: auto;
  min-height: 800px;
  border: #CCC 2px groove;
  position:relative;
  -moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

#content {
  height: auto;
  text-align: center;
  clear:both;
}

a:link {
  color: #08295a;
}

a:visited {
  color: #9f4344;
}

a:hover {
  color: #3E4F9D
}

a:active {
  color: #f9e053;
}

h1 {
  color: #9f4344;
  /*font-size: 3.2em;*/
  text-align: center;
}

h2 {
  /*font-size: 2.05em*/
  padding-top:10px;
}

h3 {
  /*font-size: 1.66em;*/
}

h2, h3 {
  color: #08295a;
  text-align: center;
}

#headerText {
  height: auto;
  margin-left: 174px;
  margin-bottom: 12px;
  text-align: center;
  padding-top: 10px;
  width: 780px;
}

#countdown {
	position: absolute;
	top: 150px;
	left: 10px;
	text-align:	center;
	width:150px;height:150px;
	background-image:url(../Images/countdowncircle2.png)
}


#countdown p{
font-size:35px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
color:#03F;
margin-left:auto;
margin-right:auto;
margin-top:40px;
}
#countdown .bottom{
	position:relative;
	color:#03F;
	font-size:small;
font-weight:600;
text-align:center;
top:35px;
	
	}

.lefttext {
	width: 300px;
	float:left;
	margin-top:100px;
	margin-left:30px;	
	padding: 10px;
	
}
#pghome .lefttext{position:absolute;
top:100px;
left:50px;
width:400px;
z-index:5;
margin:0;}

#pgadmin .lefttext, #donors .lefttext, #pgtickets .lefttext{
	width:280px;
	margin-top:20px;
	margin-left:20px;
	text-align:left;
}
.right {
	//position: fixed;
	width: 350px;
	
	float: right;
	margin-top:100px;
	z-index:5;
}
#navbar ul li:last-child {
  margin-bottom: 0px
}


#mainTitle {
  margin-bottom: 12px;
  text-align: center;
}

#logo {
  width: 269px;
  height: 180px;
  float: left;
  padding-left: 10px;
  border: none;
}

a img {
  border: none;
}

#clubLogos {
	position:absolute;
	right:50px;
	width: 250px;
	top: 46px;
}
#clubLogos img{
  border: none;
  padding: 2px;
  margin-bottom: 15px;
}

#footer {
  text-align: center;
  margin-top: 35px;

}

#credit {
  font-size: 1.25em;
  color: #9f4344;
  margin-bottom: 6px;
}

#webmaster {
  margin: 0;
  font-size: 1.1em;
  color: #9f4344;
}

.w3c {
  border: none;
  margin-top: 6px;
}

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*clearfix for IE*/
*html .clearfix{height:1%;}
*:first-chile+html .clearfix{min-height:1px;}

#pg2010 #lineup ul li {
	text-align:left;
list-style:none;

margin-bottom:10px;}

/*  Venue Page */

#pgvenue #map{float:right;
right: 20px;

width:650px;
margin-top:15px;
padding-top:30px;}

#pgvenue #directions{padding-left:2em;
width:325px;
font-size:smaller;}
ol {
  list-style-position: outside;
  list-style:circle;
}
h4{padding-top:15px;}
.smaller {font-size:smaller;}

/* Donor page items */
.website{position:relative;
 left:30px; 
 font-size:small}
.desc {position:relative;
 left:30px;
 font-size:small}
 .donor{ margin-top:15px; }
 .donor .name {font-weight:bold;}
 .donor .what  {position:relative;
 left:30px;  font-size:medium;}
 
 /* 2010 Lineup page*/
 
 #lineup{padding:50px 0 0 200px;
 
 }
