/*	styles for the Scottish Golf Union main pages   */

/*********** layout styles ***********/

html {
	height: 100%; /* For Modern Browsers */
}

body {
	color: #4c4c4c;
	font: 70%/1.5em Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; /* Hack */
	margin: 0px;
	background:url(../wsimages/structure/bg_main.jpg) left top;
	background-color: #fff;
}

#outerWrapper {
	padding: 0px 0px 0px 0px;
	text-align:left;
	width: 560px !important;
	width /**/: 560px; /* Hack */
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
}

#leftLogo {
	clear: both;
	float: left;
	font: normal 1em/1.5em Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px 0px 0px 0px;
	width: 194px !important;
	width /**/: 194px; /* IE hack */
	color: #4c4c4c;
	border: none;
}

#rightLogo {
	float: right;
	text-align: left;
	margin-top: 4px;
	font: normal 1em/1.5em Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	width: 266px !important;
	width /**/: 266px; /* IE hack */
	color: #4c4c4c;
	border: none;
}

/*********** generic styles ***********/

h1 {
	color: #777979;
	font: normal 1.8em/1em Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	color: #4b561e;
	font: normal 1.2em/1em Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

td, p {
	color: #797979;
	line-height: 1.4em;
}

a:link, a:visited {
	color: #e86800;
	text-decoration: none;
}

a:hover, a:active {
	color: #21871f;
	text-decoration: none;
}