/*
 * file: core.css
 * date: 10.22.2025
 * copyright 2025 
 * michael carriere
 * all rights reserved.
 **************************/

html,body {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #D9DDBC;
	font-family: Helvetica, Arial, sans-serif;
}


#site {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 750px;
	border: 1px solid #aaa;
	border-width: 0 1px 1px 1px;
	background: #fff;
}

* img { border: 0px; }

#header {
	background: url(/_img/header.png) no-repeat top left;
	background-color: #fff;
	position: relative;
	height: 164px;
	width: 750px;
	margin: 0;
	padding: 0;
}

#header img {
    border: 0;
    margin: 0;
    padding: 0;
	float: left;
}

#nav {
	display: block;
	width: 190px;
	padding: 0;
	float: left;
	text-align: right;
}

#nav a {
	float: right;
	display: block;
	padding: 5px 0 3px 0;
	width: 170px;
	font-size: 16px;
	font-weight: bold;
}

#nav .social img {
	width: 32px;
}

#content {
	display: block;
	margin: 20px auto;
	text-align: left;
	width: 75%;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	color: #598236;
}

#content p, #content p div, #content ul li {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3em;
}

#content table {
	width: 400px;
	font-size: 12px;
}

#content .imgright
{
	border: 1px solid #000;
	margin: 5px;
	padding: 0px;
	float: right;
}

#golfdl a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#golfdl a:hover {
	color: #393;
}

table.club100win
{
	margin: 0 auto;
	border: 1px solid #999;
	border-collapse: collapse;
}

.club100win .title
{
	background-color: #598236;
	color: #fff;
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.club100win .footer
{
	background-color: #D9DDBC;
	padding: 4px;
	font-size: 13px;
	text-align: center;
}

.club100win .coltitle
{
	background-color: #D9DDBC;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.club100win .prize
{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	width: 125px;
}

table.club100win td
{
	padding: 3px;
	font-size: 14px;
	border: 0px;
}

#footer {
	display: block;
	width: 750px;
	height: 60px;
	clear: both;
	font-size: 12px;

}

#footer a {
	color: #000;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #354030;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
}

a:hover {
	color: #598236;
}