<style type="text/css">

/*	Style Sheet for GoGolf website 
		Developed by Image Mine Inc.
		www.imagemine.ca
		June 2008
*/

null {
	/* does absolutely nothing */
	font-family:Arial, Helvetica, Sans-serif;
}	

BODY {
	/*font-family:Arial, Helvetica, Sans-serif;*/ 
	background-color: #005510;
	background-image: url('bkg.gif');
	background-repeat: repeat-x;
/*	height: 100%;*/ 
	SCROLLBAR-FACE-COLOR: #FF9110;

	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;

	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;

	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	padding:0;
	margin:0;
}

P {
	margin-left: .05in;
	margin-right: .05in;
	font-size: 11.5pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 12px 8px 12px; /* top right bottom left */
	padding: 0;
	line-height: 15pt;
	color: #000000;
}

.msg {
	margin-left: .05in;
	margin-right: .05in;
	font-size: 13pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 12px 8px 12px; /* top right bottom left */
	padding: 0;
	line-height: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #0066cc;
}

.err {
	margin-left: .05in;
	margin-right: .05in;
	font-size: 11pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 12px 8px 12px; /* top right bottom left */
	padding: 0;
	line-height: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #d86600;
}

H1 {
	position: relative;
	font-size: 20pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 6px 8px 5px 12px; /* top right bottom left */
	padding: 0 0;
	font-weight: bold;
	color: #FF7800;
	z-index: 4;
}

h1.shadowdown {
	position: relative;
	left: 2px;
	/*top: -1.4em;*/
	top: -28pt;
	color: #111;
	z-index: 1;
	margin-bottom: -30px;
	padding-bottom: -30px;
	visibility: hidden;
}
/*
h1.shadowup {
	position: relative;
	left: 2px;
	top: -58pt;
	color: #111;
	z-index:2;
}
*/
H2 {
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 8px 8px 5px 12px; /* top right bottom left */
	padding: 0 0;
	color: #FF7800;
	/*color: #ffd430;*/
}

img.minilogo {
	height: 64px;
	padding: 3px;
}

/*
Colour Codes:
#A9F60F - green
#84C405 - dark green

#FF9110 - orange
#FF7800 - dark orange

#FFF600 - yellow
#CDC600 - dark yellow
*/

b.red {
	color: #FF7800;
}

b.green {
	color: #84C405;
}

b.yellow {
	color: #cccc00;
}

b.orange {
	color: #FF7800;
}

/*
Dark colours:
b.green {
	color: #468E08;
}

b.yellow {
	color: #AEA800;
}

b.orange {
	color: #FF7800;
}

#outer {

	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 908px;
	height: 600px;
}
*/
	/*background-color: #207730;*/
#wrapper {
	/*background-color: #207730;
	text-align: center;*/
	margin-left: auto;
	margin-right: auto;
	width: 908px;
	height: 100%;
	background: url('fullbkg.gif') repeat-y top center;
/*	background-attachment: fixed;
	clear: both;*/
	padding-bottom: -18px;
	margin-bottom: -18px;
}

#wrapper:after {
	content: "...";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

#header {
/*	background-color: #002200;*/
	height: 120px; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#contentarea {
	float: left;
	text-align: left;
	background: url('textarea.gif') repeat-y 50% 0;
	/*height: 422px;*/
	width: 530px;
	padding: 100px 0.5em 0.5em 12px;
	margin-bottom: 0;
	margin-left: -1px;
}

#content {
	text-align: left;
	width: 500px;
	/*background-color: #edf;  :::: -30 below: */
	margin-top: -10px;
	padding: 2px 0 2px 10px;
}

#photo {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#submenu {
	padding: 0 6px 0px 6px;
	margin-left: 0;
	font: bold 9pt Verdana, sans-serif;
}

#submenu li {
	list-style: none;
	margin: 0;
	/*border-top: 1px solid gray;*/
	display: inline;
}

#submenu li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #FFF600;
	background: #FF9110;
	text-decoration: none;
	line-height: 16pt;
}

#submenu li a:link { color: #000; }
#submenu li a:visited { color: #000; }

#submenu li a:hover {
	border-color: #000;
	color: #000;
	background: #FFF600;
}

#closewrapper {
	padding: 0;
	margin: 0 0 -5px 0;
	display: block;
	clear: both;
}

img.closebox {
	padding: 0 0 0 0;	
	margin: 8px 0 0 0;	
	background-color: #FF3;
}

p.copyright {
	padding-top: 20px;
	color: #eee;
	text-align: center;
	font-size: 8pt;
	display: block;
	clear: both;
	letter-spacing: 1px;
}

a.white {
	color: #eef;
}

</style>
