*{
	margin: 0px;
	padding: 0px;
}

body {
	background: #000;
	font-family: Helvetica,serif,Arial;
}

p{
	margin-bottom: 18px;
	line-height: 20px;
}


#pageWrapper{
	width: 1055px;
	position: relative;
	left: 50%;
	margin-left: -527px;
}

#header{
	height: 200px;
	overflow: hidden;
	background: url(../images/header.jpg) no-repeat left top;
	padding: 169px 110px 0 0;
}

#welcome_text{
	color: #ccc;
	width: 420px;
	float: right;
	font-size: .75em;
	margin-top: 20px;
}

a.more{
	display: block;
	background: url(../images/bullet.gif) no-repeat left center;
	text-align: right;
	padding-left: 8px;
	color: #689d93;
	text-decoration: none;
	float: right;
}

#menu{
	list-style: none;
	width: 400px;
	float: left;
}
#menu li a{
	display: block; 
	height: 25px;
	text-indent: -6000px;
}

#menu_home:hover, #menu_home.active{background: url(../images/menu_home.jpg) no-repeat left top;}
#menu_bio:hover, #menu_bio.active{background: url(../images/menu_bio.jpg) no-repeat left top;}
#menu_tournament:hover, #menu_tournament.active{background: url(../images/menu_tournament.jpg) no-repeat left top;}
#menu_bag:hover, #menu_bag.active{background: url(../images/menu_bag.jpg) no-repeat left top;}
#menu_team:hover, #menu_team.active{background: url(../images/menu_team.jpg) no-repeat left top;}
#menu_gallery:hover, #menu_gallery.active{background: url(../images/menu_gallery.jpg) no-repeat left top;}
#menu_sponsors:hover, #menu_sponsors.active{background: url(../images/menu_sponsors.jpg) no-repeat left top;}
#menu_contact:hover, #menu_contact.active{background: url(../images/menu_contact.jpg) no-repeat left top;}

#content{
	background: #fff;
	width: 888px;
	margin-left: 36px;
	padding: 10px 15px;
	font-size: .8em;
}

#sponsors{
	background: #000;
	width: 911px;
	margin-left: 36px;
	border-top: 1px solid #666;
	padding-left: 7px;
	margin-top: 10px;
}
#sponsors img{
	border-right: 1px solid #666;
	padding: 0 5px;
}

#about_andrew{
	width: 366px;
	height: 334px;
	background: url(../images/bg_fade.jpg) no-repeat center;
	border-right: 1px solid #666;
	padding: 30px 20px 0 20px;
}
#about_title{
	text-indent: -6000px;
	background: url(../images/about_andrew.png) no-repeat left center;
	height: 17px;
	margin-bottom: 20px;
}

#news_events{
	width: 422px;
	background: url(../images/news_and_events.jpg) no-repeat left top;
	float: right;
	margin: 30px 25px 0 0;
	padding-top: 40px;
}
#news_events p{line-height: normal;}

#footer{
	clear: both;
	color: #999;
	font-size: .85em;
}
#footer a{
	color: #999;
	text-decoration: none;
	margin: 0 10px;
}


#whats_in_bag{
	background: url(../images/golf-bag.png) no-repeat right top;
	width: 940px;
	position: relative;
	z-index: 10;
	padding-bottom: 80px;
}

.blue_u{
	text-decoration: underline;
	font-weight: bold;
	color: #3C74AD;
	margin-bottom: 8px;
}



