/* CSS Document */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #515754;  /*#333937; */
	height: 8.5in;
	margin-top: 0;
}

#wrapper {
   position : relative;
   text-align : left;
   width: 700px;
   margin-left : auto;
   margin-right : auto;
   border-left: 5px solid black;
   border-right: 5px solid black;
}

#topgfx {
	background: url(../img/topgfx.jpg) top center no-repeat;
	width: 700px;
	height: 300px;
}

#innercontainer {
	background-color: white;
	width: 700px;
	overflow: auto;
}

#nav {
	float: left;
	font-weight: bold;
	background-color: white;
	width: 210px;
	height: 400px;
}

#content {
	float: right;
	background-color: white;
	width: 450px;
	padding-right: 20px;
	padding-bottom: 30px;
	height: auto;
}

#footer {
	font-size: 13px;
	padding: 2px;
	text-align: center;
	color: white;
	background: black;
	}

a {
	line-height: 22px;
	color: white;
	text-decoration: none;
}

a.link {
	line-height: 14px;
	color: black;
	text-decoration: underline;
}

a.link:hover {
	color: #515754;
	text-decoration: underline;
}

a:hover { 
	color: black; 
	text-decoration: none;
}

a.marg {
	margin-left: 1em;
}

.black {
	color: black;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.holelength {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Table Gfx */
table {
	width: 180px;
	margin-left: 20px;
	margin-bottom: 6px;
}

td#M,#L,#R,#BM,#TM { background-color: #515754;	}

td#TL { background-image: url(../img/TL.jpg); width: 10px; height: 10px; }
td#TR { background-image: url(../img/TR.jpg); width: 10px; height: 10px; }
td#BL { background-image: url(../img/BL.jpg); width: 10px; height: 10px; }
td#BR { background-image: url(../img/BR.jpg); width: 10px; height: 10px; }
