body {background-color: white}

/*     HOLDS ALL DIVS     */

#wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
}

/*------------------------*/
/*        BODY DIVS       */

#header
{
	width: 800px;
	height: 79px;
	position: absolute;
	top: 0px;
}

#links
{
	width: 800px;
	height: 32px;
	position: absolute;
	top: 79px;
}

#flyer
{
	width: 800px;
	height: 365;
	position: absolute;
	top: 125px;
}

#content
{
	width: 800px;
	position: absolute;
	top: 504px;
}

#content2
{
	width: 800px;
	position: absolute;
	top: 125px;
}

#col1
{
	width: 605px;
	float: right;
	border-top: #CCCCCC 16px solid;
	border-bottom: #CCCCCC 16px solid;
	border-left: #CCCCCC 4px solid;
	border-right: #CCCCCC 4px solid;
}

#col1_golf_brand
{
	width: 605px;
	float: right;
	border-top: #CCCCCC 16px solid;
	border-bottom: #CCCCCC 16px solid;
	border-left: #CCCCCC 4px solid;
	border-right: #CCCCCC 4px solid;
	background-image: url('images/golf_brand_back.jpg');
	background-repeat: no-repeat;
}

#col2
{
	width: 182px;
	float: left;
}

#sample
{
	margin-top: 3%;
	width: 800px;
	float: bottom;
	clear: both;
	border-top: #CCCCCC 16px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 4px solid;
	border-right: #CCCCCC 4px solid;
}

#footer
{
	width: 800px;
	height: 44px;
	float: bottom;
	clear: both;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
}

/*------------------------*/
/*    TEXT ADJUSTMENTS    */

p
{
	margin-left: 3%;
	margin-right: 3%;
	font-family: Arial;
	font-size: 9pt;
	color: black;
}

h1
{
	margin-left: 3%;
	margin-right: 3%;
	font-family: Arial;
	font-size: 16pt;
	color: #660000;
}

f1
{
	margin-top: 10%;
	font-family: Arial;
	font-size: 8pt;
	color: white;
}

span.burgundyunderline
{
	margin-left: 3%;
	font-family: Arial;
	font-size: 10pt;
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}

span.burgundy
{
	margin-left: 3%;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}

span.burgundy1
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}

span.beige
{
	margin-left: 3%;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	color: #cc6600;
}

span.beige1
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	color: #cc6600;
}

span.black
{
	margin-left: 3%;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

span.blackb
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

span.small
{
	margin-left: 3%;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:active 
{
	text-decoration: none;
}

.tableimg
{
	vertical-align: center;
}

.tablecontent
{
	text-align: center;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
}
