@import "layout.css";
@import "menu.css";

body {
	background-image: url(../img/golf.jpg);
	background-repeat: repeat;
}
#header {
	background-color: #00A9A1;
	background-color: #33BAB4;	
}
h1, h2, h3, h4, h5, h6, a {
	color: #33BAb4;
}

a:visited {
	color: #CC2200;
}

#colmask {
	/* background:#ffd8b7;		/* Left column background colour */
}
#colmid {
	/* background:#fff;    	/* Centre column background colour */
}
#rightcontent {
	background-color: #E5F6F6;
}

#searchbox input {
	border-color: 33BAB4;
}

#searchbox input.submit {
	background-color: 33BAB4;
}






























