/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/back.jpg) #251b0b no-repeat top center;
color: #24320d;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:10px 0 5px 0;
font:2em futura, arial, helvetica, sans-serif;
color: #00743d;
}

h2 {
padding:8px 0;
font:1.5em futura, arial, helvetica, sans-serif;
color: #00743d;
}

h3 {
font:1em futura, arial, helvetica, sans-serif;
font-weight:bold;
color: #00743d;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#topborder {
background: url(../images/topborder.png) repeat-x;
height: 17px;
}

#wrap {
width:960px;
margin:0 auto;
}

/***** Header *****/

#headerdiv {

}

#headerdiv h1 {
float:left;
width:178px;
display:block;
padding: 8px 0 0 0;
text-indent:-2000px;
}
	
	#headerdiv h1 a {
	width:178px;
	height:168px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	behavior: url(http://proofs.factor1studios.com/golfforeafrica/css/iepngfix.htc);
	}
	
#headerdiv h2 {
float:none;
width:526px;
height: 24px;
display:block;
padding: 0 0 10px 0;
text-indent:-2000px;
	background:url(../images/tagline.png) no-repeat;
}

#headerwrapright {
float: left;
display:block;
margin: 93px 0 0 48px;
}

#navdiv {
color: #fff;
}

#navdiv a {
color: #fff;
padding: 0 10px;
}

/***** Content Area *****/

#contentarea {
background: url(../images/contentarea.jpg) no-repeat top center #ebd5a8;
margin: 6px 0 0 0;
width: 820px;
min-height: 500px;
border-bottom: #00743d 7px solid;
padding: 63px 70px 20px 70px;
font-size: .85em;
}

#contentarea a {
color: #00743d;
text-decoration: underline;
}

#contentarea a:hover {
color: #00743d;
text-decoration: none;
}

.leftcolumn {
width: 571px;
display: block;
float: left;
}

.rightcolumn {
width: 180px;
display: block;
float: right;
}

.rightcolumn img {
border: solid #000 1px;
}

/***** Homepage Content *****/

#flash {
background: url(../images/flashback.jpg) no-repeat;
width: 571px;
height: 357px;
padding: 10px 0 0 11px;
}

/***** Subpage Content *****/



/***** Footer *****/

#footer {
padding: 10px 0 40px 0;
color: #a49e70;
font-size: .8em;
}

#f1 {
float: left;
display: block;
}

#f2 {
float: right;
display: block;
}

#footer a {
color: #a49e70;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }