@charset "UTF-8";
/* CSS Document */




#leftSidebar{
	float:left;
	width:175px;
	margin-left:-10px;
	font-size:x-small;
	margin-top:100px;
        font-family:'Arial Black',Gadget,sans-serif;
        line-height:1.0;
 }







.navLI{margin-bottom:15px;}




.navLI a{

	padding:5px 0px;
        color:#000000;
}




.navLI a:hover, .navLI a:active{background-color:#eff4ad;}








h3{     font-size:1.75em;
	color:green;
	margin-left:40px;
                   }





h5{     color:green;
	margin-left:40px;
        text-align:center;
                   }























body{
	background-color:#9dd05b;	
        color:#000;
	font-size:1.25em;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
}


.clear{clear:both;}










h2{
	font-size:1em;
	background-color:#9dd05b;
	padding:20px 40px;
	border:1px solid #fff;
	text-align:center;
         }



#left, #right{
	float:left;
	width:350px;
}


#left{margin-right:100px;}


#content, {   
        margin:40px;
	padding:40px;
	width:800px;
	background-color:#ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	border:1px solid #ccc;
	background-image:url(../images/bg_gradient.png);
        background-repeat:repeat-x;
        }


#wrapper{
         
	background-image:url(bkg/49greengolfbag.gif);
	-moz-box-shadow:0px 0px 20px #000;
	-webkit-box-shadow:0px 0px 20px #000;
	box-shadow:0px 0px 20px #000;
	border:1px solid #000;
	width:690px;
	padding:15px;
	margin-left:260px;
        }



/*Forms ----------------------------------*/


form{
		 background-image:url(bkg/49greengolfbag.gif);
		-moz-border-radius: 15px;
                 border-radius: 15px;
		 padding:40px;
}



input{

	margin:.5em 0;

	display:block;
	}



input.btn{

	border:none;
	background-color:#fff;

	-moz-border-radius: 15px;

	border-radius: 15px;

	padding:10px;
}



input.btn:hover{

	border:none;

	background-color:#eee;

	-moz-border-radius: 15px;

	border-radius: 15px;

	padding:10px;
}



/*Shapes ---------------------------------*/



#topLeft {
	width: 0;

	height: 0;

	border-top: 100px solid #ff219f;

	border-right: 100px solid transparent;
	
	     

        position:absolute;

	background-position:top left;

	top:0;
	left:0;
	}


#topRight {

	width: 0;

	height: 0;

	border-top: 100px solid #ff219f;

	border-left: 100px solid transparent;
	
	     

        position:absolute;

	top:0;
	right:0;
	}