body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	margin: 0 0 0 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#container	{
	width:1024px;
	height:100%;
}

#header	{
	width:1024px;
	height:188px;
	background-image:url(images/downundergolf_01.jpg);
	}
	
#navbar	{
	width:1024px;
	height:44px;
}

#leftcol	{
	width:767px;
	float:left;
	height:100%;
	border-right-style: dotted;
	border-right-width: 1px;
	}
	
#rightcol	{
	width:256px;
	float:right;
	height:100%;
	margin-top: 5px;
	}
	
#imageleft {
  float:left;
  padding-right:7px;
  padding-bottom:7px;
  }	

#content	{
	width:1024px;
	height:100%;
	}
	
.style1 {
	color: #CC6600;
	font-weight: bold;
}

.style2 {color: #FF0000}

#profile	{
	width:1024px;
	height:100%;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-width:1px;
	}