div.main { width: 1010px; }

body, table {
	
	background-color: #ffffff;
	font-family: Arial;
	color: #000000/*general text*/;
	font-size: 12px;
}

body {	background-image:url('golf_bg.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center top;
	background-color: #ffffff;
	margin: 0;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	color: Black/*page title*/;
	font-weight: bold;
}

a {
	color: #000000/*general link*/; text-decoration: none;
}

a:hover {
	color: #7cc241/*general link hover*/; text-decoration: underline;
}




table.header {
	width: 100%;
	background: transparent/*header background*/;

	color: #ffffff/*header text*/;
	font-size: 14px;
}

table.header a {
	
	color: #ffffff;
	font-size: 14px;
}

table.header td#right {
	padding-right: 20px;
}


table.homebar {
	width: 100%;
	background: #7cc241/*trail background*/;
	font-size: 12px;
}


table.homebar td {
	padding: 2px 8px;
}

table.homebar {
	color: #ffffff/*trail text*/;
}

table.homebar a {
	color: #ffffff/*trail text*/;
}

table.homebar a:hover {
	color: #ffffff/*trail text hover*/;
}


table.main {
	width: 100%;
	background-color: #ffffff; 
}

table.main td#left {
	padding: 5px;
	background:  #f1f1f1/*left background*/;
	border-right: 1px solid;
	border-color-right: #999999/*left border*/;

	font-family: Verdana;
	font-size: 11px;
}

table.sidebar { background: #ffffff;
	font-size: 11px;
}

table.sidebar caption {
	color: #ffffff/*sidebar title*/;
	border: 1px solid;
	border-color: #7cc241/*sidebar border*/;
	border-bottom: 0;
	font-size: 12px;
	padding: 2px 5px;
	background: #7cc241/*sidebar title background*/;
}

table.sidebar  {
	background: #ffffff;
	width: 160px;
	color: #000000/*sidebar text*/;
	font-size: 11px;
	border: 1px solid;
	border-color: #7cc241/*sidebar border*/;
	border-top: 0;
	margin-bottom: 10px;
}

table.sidebar td { padding: 3px; }

table.sidebar div {
	font-size: 11px;
}


table.sidebar#categories caption { display: none; }

table.sidebar#categories {
	font-weight: bold;
	border: 0;
	background-color: transparent/*categories box background*/;
}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over,
table.sidebar#categories td.l1_active {
	padding: 2px 5px;
	border-top: 8px solid #666666;
	border-color: #666666/*top categories border*/;
}

table.sidebar#categories td.l1 a {
	color: #000000/*category level1*/;
	text-decoration: none;
}

table.sidebar#categories td.l1_over a,
table.sidebar#categories td.l1_over a:hover,
table.sidebar#categories td.l1_active a,
table.sidebar#categories td.l1_active a:hover,
table.sidebar#categories td.l1 a:hover {
	color: #808285/*category level1 hover*/;
}

table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over,
table.sidebar#categories td.l2_active {
	padding: 2px 10px;
}

table.sidebar#categories td.l2 a {
	
	color: #808285/*category level2*/;
	text-decoration: none;
}

table.sidebar#categories td.l2_over a,
table.sidebar#categories td.l2_over a:hover,
table.sidebar#categories td.l2_active a,
table.sidebar#categories td.l2_active a:hover,
table.sidebar#categories td.l2 a:hover {
	color: #000000/*category level2 hover*/;
}

table.main td#right {
	background: #f1f1f1/*right background*/;
	padding: 10px;
	border-left: 1px solid;
	border-color-left: #7cc241/*right border*/;
}

table.main td#center { 
	background: #ffffff;
	width: 100%;
	padding: 8px;
}



table.footer {
	background: #7cc241/*footer background*/;
	width: 100%;
	margin-bottom: 30;

	color: #ffffff/*footer text*/;
	font-size: 14px;
}

table.footer td { background: #7cc241; padding: 3px 8px; }

table.footer a {
	color: #ffffff/*footer link*/;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

table.footer a:hover {
	color: #ffffff/*footer link hover*/;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	
}

