@charset "UTF-8";
/* CSS Document */



/* COLORS

light coral - #fde5ea
 
light green - #eff4ad

coral - #ed7389

gray - #606060*/



/*Resets------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video

 {

	margin: 0;

	padding: 0;
	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}
/*

 HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section

 {

	display: block;
}


body {

	line-height: 1;
}


ol, ul {

	list-style: none;
}


blockquote, q {
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {

	content: '';

	content: none;
}


table {
	border-collapse: collapse;

	border-spacing: 0;

	border:none;
}






/*Page------------------------------------*/



a{	text-decoration:none;

	color:#ed7389;
	}


a:hover, a:active{ color:#eff4ad;}
a:visited{color:#fde5ea;}









body{

	color:;
	font-family:'Arial Black',Gadget,sans-serif;
	font-size:1em;
	line-height:1.3;
	width:100%;
	background:#9dd05b;
}



br.clear{clear:both;}




.hilite{background-color:#ffff00;
	font-weight:bold;}






h1, h2, h3 {
	text-transform:lowercase;
	letter-spacing:2px;
	line-height:1.5;
	margin-bottom:15px;
	color:;
}






h1{font-size:2em;
	text-align:center;}



h2{font-size:1.75em;
	color:green;
	margin-left:20px;
                   }


h3{font-size:1.5em;}




h4{     color:green;
	margin-left:450px;
	font-size:10px;
	text-transform:lowercase;

}









/* table for team money */

table {
 
	margin-top:10px;
	margin-left:450px; 
	width:50%;
	
	 }



/* table for flight winners */


table.sec{
        margin-top:-60px;
	margin-left:450px; 
	width:50%;
	
	 }




/* for both team money and flight winners */






th,td{

	text-align:center;
	padding:10px;
	border-left:2px solid #fff;
	}


th {
 
	background:#9dd05b;
	border-left:2px solid #fff;
	font-weight: bold;

	
        

	
	}


tr.first{

	padding:20px;
	font-size:1.25em;
	border-bottom:2px solid #fff;
	color:#;	
}


tr.even {background:#d4e7b2;}


tr.odd {background:#fffab2;

	

		}





#wrapper{

	margin:auto;
	padding:40px;
	width:90%;
	background-image:url(bkg/49greengolfbag.gif);

	-moz-box-shadow:0px 0px 20px #606060;
 /* Firefox */

	-webkit-box-shadow:0px 0px 20px #606060;
 /* Safari, Chrome */

	box-shadow:0px 0px 20px #606060; /* CSS3 */
}




#leftSidebar{

	float:left;
	width:325px;
	margin-right:25px;
	margin-top:75px;
               
            
}

.navLI{margin-bottom:15px;}


.navLI a{

	padding:5px 20px;
	color:#000;
}


.navLI a:hover, .navLI a:active{background-color:#eff4ad;}



