@charset "UTF-8";
/* CSS Document */





body{
	background-image:url("http://www.angelfire.com/pa3/faz/2015/bg/golfname.jpg");	
        color:#000;
	font-size:1.25em;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;}





div#header { 
     border-radius:15px;
     margin-top:;
     background-color:#e0edc5;
     border:5px solid #390;
     margin:0 auto;
     height:10px;
     padding:15px;
     text-align:center;
     width:900px;
    -moz-box-shadow:2px 2px 4px #515151;
   -webkit-box-shadow:2px 2px 4px #515151;}








#wrapper{
         
	background-image:url("http://www.angelfire.com/pa3/faz/2015/bg/49gbag.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:80%;
	padding:10px;
	margin:auto;
        border-radius:10px;}




h5{     color:green;
	margin-left:40px;
        text-align:center;}




br.clear{clear:both;}




#dd {

  margin-left: 4%;
  padding: 0 0 20px 0;
  margin-top:-10px;
}



#dd li {
  margin: 0;

          padding: 0;

  list-style: none;

  float: left;

  font: bold 21px arial;

}



#dd li a.menu {

  display: block;

  text-align: center;

  background: green;

  padding: 4px 10px;

  margin: 0 1px 0 0;

  color: #FFF;

  width: 150px;

  text-decoration: none;
  border-radius:10px;


}



#dd li a.menu:hover {
  background:#8dcb41;
}



.submenu {
  background:#eaf3da;

  border: 1px solid green;

  visibility: hidden;
 
 position: absolute;
 
 z-index: 3;

}



.submenu a {
  display: block;
 
 font: 21px arial;
 
 text-align: left;

  text-decoration: none;

  padding: 5px;
  color:green;

}



.submenu a:hover {
  background: #8dcb41;
  color: #FFF;
}



    box-shadow:2px 2px 4px #515151;
   }

























.clear{clear:both;}












/*Forms ----------------------------------*/


form		


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;
	}