/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	background: #094d29 url('images/bodyBack.jpg') no-repeat top center;
}

#topMenu {
	display:block;
	width:758px;
	padding-left:18px;
	height:27px;
	margin:8px auto 0 auto;
}

#topMenu a {
	font-size:13px;
	line-height:15px;
	text-decoration:none;
	display:block;
	float:left;
	padding:5px 17px;
	color:#fff;
}

#topMenu a.norm { color:#fff; }
#topMenu a.active { color:#939598; }

#topMenu a:hover { color:#939598; }

#mainSite {
	width:776px;
	height:746px;
	position:relative;
	margin:0 auto 5px auto;
	background: url('images/mainBack.jpg') no-repeat top center;
}

#sgaLogo { margin:20px 0 0 20px; }

#content {
	position:relative;
	top:250px;
	margin-right:5px;
	padding:20px;
	height:250px;
	overflow:auto;
}

#content h1 {
	font-size:19px;
	line-height:21px;
	margin-bottom:8px;
	color:#006738;
}

#content h2 {
	font-size:16px;
	line-height:20px;
	margin-bottom:8px;
	color:#006738;
}

#content h3 {
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
	color:#006738;
}

#content p {
	font-size:13px;
	line-height:15px;
	margin-bottom:8px;
	color:#006738;
}

#content a { color:#006738; }
#content a:hover { color:#000; }

table.contact {
	margin:40px 0 0 40px;
}

table.contact td {
	padding-right:100px;
	vertical-align:top;
}

table.fixtures td {
	padding:2px 20px 2px 0;
}

#handicap1, #handicap2, #handicap3, #handicap4, #first, #second {
	width:50px;
}

#designBy {
	color:#fff;
	width:776px;
	margin:5px auto;
	font-size:11px;
	line-height:13px;
	text-align:right;
}

#designBy a { color:#fff; text-decoration:none; }
#designBy a:hover { color:#939598; }