

/* <!-- */

/* General styles */

html body{
	text-align:center;
	margin:0 auto;
}

body {
	margin:0;
	padding:0;
	border:0;									/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;					/* Minimum width of layout - remove line if not required */
	font-size:90%;						/* The min-width property does not work in old versions of Internet Explorer */
	background:white;
	background-image:url("../imgs/beige128.gif");
	font-family:Verdana, Arial, Times New Roman;
}

#page {
	margin:0 auto;
	width:1000px; 
	background:white;
}

a {
	color:black;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
ul{
	margin:0px; padding-left:25px;
}
img {
	margin:10px 0 5px;
}



/* Header styles */

#header {
	clear:both;
	float:left;
	width:100%;
	border-left:2px solid black;
	border-right:2px solid black;
}
#header {
	background:white;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#hdr_logo {
	position:relative; 
	float:left;
	padding-top:20px;
	padding-left:50px;
}
#hdr_Jacob {
	position:relative; 
	float:left;
	padding-left:65px;
	padding-bottom:3px;
}
#hdr_golfbar {
	position:relative;
	clear:both;
	text-align:center;
	vertical-align:middle;
	height:25px;
	width:100%;
	border-top:2px solid black;
	border-bottom:2px solid black;
	color:black;
	font-weight:bold;
	background:#AAB073;
	padding-top:7px;
	font-size:16px;
}



/* column container */
.colmask {
	position:relative;				/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;								/* width of whole page */
	overflow:hidden;					/* This chops off any overhanging divs */
	border-left:2px solid black;
	border-right:2px solid black;
}



/* common column settings */

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;								/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;				/* no left and right padding on columns, we just make them narrower instead */
	overflow:hidden;					/* only padding top and bottom is included here, make it whatever value you need */
}



/* 3 Column settings */

.threecol {
	background:#AAB073;		/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:white;					/* center column background colour */
}
.threecol .colleft {
	right:60%;			/* width of the center column */
	background:#AAB073;		/* left column background colour */
}
.threecol .col1 {
	width:54%;			/* width of center column content (column width minus padding on either side) */
	left:103%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:28%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:18%;			/* Width of right column content (column width minus padding on either side) */
	left:91%;			/* Please make note of the brackets here: */
}														/* (100% - left column width) plus (center column left and right padding) */
														/* plus (left column left and right padding) plus (right column left padding) */



/* Footer styles */

#footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	background:#AAB073;
	border-left:2px solid black;
	border-right:2px solid black;
}
#footer p {
	padding:10px;
	margin:0;
	font-size:11px;
}



/* Main Menu styles */

div#menu_group{
	width:140px; 
	margin:5px;
	background:#AAB073; 
	padding:3px; 
	border:1px solid black;
}
div.menu_item{
	margin:5px;
	font-size:15px;
	cursor:pointer;
	background:#C2C69A;
	padding:2px;
	white-space:nowrap;
}


/* --> */


