/* CSS Screen = for layout purposes only */

* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background:#EAEAEA; /*white url(../images/body-bg.png);*/
font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
font-size: 100%;
margin: 10px;
}

h1 {
color: #333;
font-size: 1.1em;
line-height:1.2em;
font-weight: bold;
text-transform: capitalize;
text-transform: uppercase;
}

h2 {
color: #006476;
font-size:1em;
line-height:1.2em;
font-weight: bold;
}

li {
font-size:0.8em;
line-height:1.5em;
}

p {
margin:0;
padding:15px 0 15px 0;
font-size:0.8em;
line-height:1.5em;
}



/* ABC */

#banner {
background: transparent;
float: left;
height: 125px;
width: 800px;
}

#content {
border-left:1px dotted black;
color: black;
float: left;
width: 649px;
}

	#content div {
	padding: 10px;
	}
	
	#content ul, #content ol {
	color: #666;
	margin-left: 20px;
	}
	
	#content ol {
	margin-top: 20px;
	}
	
	#content li {
	margin-bottom: 5px;
	font-weight:bold;
	}

#flash {
background:green;
float: left;
height: 146px;
width: 610px;
}

form label {
font-weight: bold;
}

form textarea {
font-family: arial;
}

#golfplan {
width:800px;
float:left;
}

		#golfplan a img {
		border:0;
		}

#footer {
background: url(../images/footer-bg.png) top left no-repeat;
float: left;
font-size: .75em;
height:80px;
padding-top:55px;
margin-bottom: 30px;
width:800px;
}


#frame {
float: left;
left: 50%;
margin-left: -350px;
position: absolute;
top: 50px;
width: 700px;
}

#sidebar {
float: left;
font-size: 1.2em;
margin-top:25px;
width: 150px;
text-align: right;
}

	#sidebar img{
	border:none;
	}
	
	#sidebar p{
	border:1px dotted black;
	margin:5px;
	text-align:center;
	color:red;
	}
	
.smaller {
font-size: 70%;
}

#subtext1{
background:transparent;
border:1px dotted black;
float:left;
height:400px;
margin-left:10px;
width:200px;
}

#subtext2{
background:transparent;
border:1px dotted black;
float:right;
height:400px;
margin-right:10px;
width:200px;
}





#text{
background:transparent;
}


#text p {
padding-right:10px;
}

#text a {
color:green;
text-decoration:none;
}

#text a:hover{
color:#00CC00;
text-decoration:underline;
}

#wrapper {
background:url(../images/wrapper-bg.png) top left repeat-y;
/*border: 1px solid #777;
border-top: none;*/
float: left;
width: 800px;
}


/* CLASSES */

.advert{
border:1px dotted black;
padding:3px;
}

.border {
border-bottom: 1px dotted black;
border-top: 1px dotted black;
padding-bottom:3px;
padding-top:3px;
}

.firstpara {
margin-top:15px;
width:400px;
text-align:justify;
}

.greenborder {
border-top:10px solid green;
border-left:10px solid green;
border-bottom:10px solid green;
}

.fright {
float: right;
border:1px dotted black;
margin: 10px 0px 20px 10px;
padding:3px;
}

.handyes {
display: none;
}

.bump {
margin-top:10px;
}

.larger{
margin-top:0;
font-size:150%;
}