/* GLOBAL CSS */
@import url("reset.css");
body {
	background:#020665; font-family:"Trebuchet MS"; font-size:14px; color:#1118c9;
}
h1 {
	font-size:18px; color:#020665; text-decoration:underline; padding:30px 0 15px 37px;
}
h2 {
	font-size:18px; color:#020665; padding:30px 0 15px 37px;
}
p {
	margin:7px 30px 0 37px;
}
strong {
	font-weight:bold;
}
#Footer {
	width:758px; margin:auto;
}
/*--------Under constr.--------*/
#enter {
	background:url(../gfx/enterback.jpg); width:772px; height:541px; margin:auto; margin-top:30px;
}
#enter p {
	font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#fff;
}
/*---------ENTER------------*/
#enterContents {
	background:url(../gfx/enter.jpg); width:772px; height:541px; margin:auto; margin-top:30px;
}
#enterContents p {
	font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#fff;
}
#golfEnter {
	margin:242px 0 0 220px;
}
#barEnter {
	margin:81px 0 0 225px;
}
/*------------BAR-----------*/
#barTop {
	width:758px; height:189px; margin:21px auto 0 auto; background:url(../gfx/bartop.jpg) no-repeat;
}
#barTop ul {
	padding:166px 0 0 30px;
}
#barTop li {
	float:left; margin-right:20px; font-family:Arial, Helvetica, sans-serif; color:#1c209f;
}
#barTop li a {
	color:#1c209f; text-decoration:none;
}
#barTop li a:hover {
	color:#767676; text-decoration:none;
}
#barLeft {
	width:758px; margin:auto; background:url(../gfx/left.gif) repeat-y left #fff;
}
#barRight {
	background:url(../gfx/right.gif) repeat-y right;
}
/*---------------GOLF------------*/
#golfContent {
	width:758px; margin:21px auto 0 auto;
}
#golfTop {
	width:559px; height:189px; background:url(../gfx/golftop.jpg) no-repeat; float:left;
}
#golfFlash {
	width:199px; float:right;
}
#golfTop ul {
	padding:166px 0 0 30px;
}
#golfTop li {
	float:left; margin-right:20px; font-family:Arial, Helvetica, sans-serif; color:#1c209f;
}
#golfTop li a {
	color:#1c209f; text-decoration:none;
}
#golfTop li a:hover {
	color:#767676; text-decoration:none;
}
#golfTopContent {
	background:url(../gfx/left.jpg) no-repeat 22px 0; height:169px; clear:left;
}
#golfBack {
	background:url(../gfx/center.jpg) no-repeat 22px 0;
}
#golfContent ol {
	margin-left:70px;
}
#golfContent ol li {
	list-style:decimal; margin-right:30px;
}
/*-----------TOURNAMENT----------*/
.results {
	margin-left:30px; width:90%;
}
.results th {
	border-bottom:1px solid #020665; font-size:12px; line-height:15px; font-weight:bold; color:#020665;
}
.results th span.red {
	font-size:10px;
}
.results td {
	font-size:12px; padding-top:3px;
}
.Title {
	color:#020665; font-weight:bold;
}
a.Tclick {
	color:#020665; text-decoration:none;
}
a.Tclick:hover {
	color:#020665; text-decoration:underline;
}
