body {
	background-color:#FFFFFF;
	margin-left:10px;
}

* {
	margin-left: 0;
	margin-right: 0;
}

h1, h2, h3, p, .menu {
	margin-left:20px;
	margin-right: 20px;
}

#container {
	background-color:#CCFFCC;
	width: 800px;
	margin-left: 0px;
	border: 1px solid black;
	height: 750px;
}

.disc {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.info_box {
	background-color: #CCFFCC;
	border:1px solid black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003300;
}

.info_box input {
	background-color: #CCFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.input_form {
	margin-left:20px;
}

#hole1 {
	background-color: #66CC66;
	background-image: url(../hole1.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 511px;
	position: absolute;
	left: 20px;
	top: 197px;
}


.menu ul {
	list-style:none;
	margin-right: 0;
	margin-left: 20;
	padding: 0;
	padding-bottom:2px;
	text-align:left; /*where on the screen the menu is located */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #006699;
}

.menu li {
	display:inline;
	margin: 0;
	padding: 0;
	padding: 0 5px;
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu li a {
	text-decoration:none;
	padding: 0px;
	margin: 0;
	color: #FFFFFF;
}

.menu a:hover {
	color: #779E78;
}

.reg_table {
	margin-left: 60px;
}

.reg_table td {
	border: 1px solid black;
	padding: 2px 5px;
}

.regPlayer_form {
	margin-bottom: 20px;
}

