/*
 * file: core.css
 * date: 04.13.2010
 * copyright 2007, 
 * michael carriere
 * all rights reserved.
 **************************/

html,body {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #369 url(/_img/back_grad.gif) repeat-x top left;
	font-family: Trebuchet MS, Verdana, sans-serif;
}


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

* img { border: 0px; }

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

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

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

}

#nav a {
	float: right;
	display: block;
	padding: 5px 0 3px 0;
	width: 170px;
	font: 16px Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
}

#nav a:hover {
	color: #393;
	border: 1px solid #000;
	border-width: 0 0 1px 0;
}

#content {
	display: block;
	padding: 20px 20px 20px 0;
	width: 520px;
	text-align: left;
	float: right;
}

#content h1 {
	margin: 0;
	padding: 0;
	font: 22px Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #036;
}

#content p, #content p div, #content ul li {
	margin: 10px 0;
	padding: 0;
	font: 12px Trebuchet MS, Verdana, sans-serif;
}

#content table {
	width: 400px;
	font: 12px Trebuchet MS, Verdana, sans-serif;
}

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

#golfdl a {
	color: #000;
	font: 16px Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

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

#footer {
	display: block;
	width: 750px;
	height: 60px;
	clear: both;
	font: 12px Trebuchet MS, Verdana, sans-serif;

}

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

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