* { padding: 0; margin: 0; }
#title
{
 font-size:50px;
 font-weight:bold;
}
#float
{
position:absolute;
width:200px;height:50px;left:0px;top:0px;
padding:16px;background:#FFFFFF;
border:2px solid #2266AA;
}

body 
{ 
 font-family:Tahoma;
 font-size: 13px;
 background: url(images/bg.gif);
  /*background-color:#8CC13C;*/
}
#wrapper 
{
 margin: 5px auto;
 width: 800px;
}
#faux {
background: #FFFFFF; 
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 /*border-style:solid;
 border-color: Red;*/

}
#leftcolumn 
{
background: #FFFFFF; 
 display: inline;
 margin-right: 10px;
 float: left;
  width:185px;
 /*border-style:solid;
  border-color: Green;*/
 overflow: auto;
}

#rightcolumn 
{
 background: #FFFFFF; 
 float: left;
 padding: 0px;
 width:560px;
 display: inline;
 position: relative;
 /*border-style:solid;
  border-color: Green;*/
 overflow: auto;
}
.clear { clear: both; background: none; }

a { text-decoration: none;}
img {border:0;}
h1 {font-family: Tahoma; font-size:32px;}
h2 {font-family: Tahoma; font-size:26px;}
h3 {font-family: Tahoma; font-size:22px;}
h4 {font-family: Tahoma; font-size:18px;}
h5 {font-family: Tahoma; font-size:14px;}
h6 {font-family: Tahoma; font-size:12px;}

.GolfOppClosed {color:Gray;background-image:url(images/soldout.gif); background-repeat:no-repeat; background-position:center;}
#SponsorDesc {font-size:12px;}
li {list-style-image: url(images/ball_yellow16.png); margin-left:40px;}

.Available {color:Green; font-size:18px;}
.DonorTD {font-size:20px;padding:15px;}
.DonorLogo {padding-bottom:15px;}


#TopLeft{background: url(images/border/topLeft.png);background-repeat:no-repeat; background-position:right bottom;}
#Top{background: url(images/border/top.png); background-repeat: repeat-x; background-position: bottom;}
#TopRight{background: url(images/border/topRight.png);background-repeat:no-repeat; background-position:left bottom;}
#Left{background: url(images/border/left.png);background-repeat:repeat-y; background-position:left;}
#Right{background-image: url(images/border/right.png); background-repeat:repeat-y;}
#BottomLeft{background-image: url(images/border/bottomLeft.png); background-repeat:no-repeat; background-position:top right;}
#Bottom{background-image: url(images/border/bottom.png); background-repeat:repeat-x;}
#BottomRight{background-image: url(images/border/bottomRight.png); background-repeat:no-repeat; background-position:top left;}