/*sitewide*/

* {
	margin:0;
	padding:0;
	line-height: 0px;
	}
	
img {
	margin:0;
	padding:0;
	border-style:none
	}
	
body {
	padding:0;
	margin:0;
	line-height:0px;
	background-image: url(../graphics/bg.png);
}

/*layers*/

#main {
	position:absolute;
	left:50%;
	top:10px;
	width:800px;
	height:1400px;
	z-index:1;
	margin-left: -400px;
}
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:220px;
	z-index:1;
	background-image: url(../graphics/header.png);
	overflow: hidden;
}
#cont {
	position:absolute;
	left:0px;
	top:220px;
	width:800px;
	height:960px;
	z-index:2;
	background-color: #FFFFFF;
}
#nav {
	position:absolute;
	left:40px;
	top:192px;
	width:720px;
	height:28px;
	z-index:1;
}
#footer {
	position:absolute;
	left:0px;
	top:1180px;
	width:800px;
	height:220px;
	z-index:3;
	background-image: url(../graphics/footer.png);
}
#mid {
	position:absolute;
	left:185px;
	top:270px;
	width:430px;
	height:895px;
	z-index:8;
}

#left {
	position:absolute;
	left:2px;
	top:222px;
	width:158px;
	height:940px;
	z-index:10;
	background-image: url(../graphics/sidebk.png);
}

#right {
	position:absolute;
	left:640px;
	top:222px;
	width:158px;
	height:940px;
	z-index:5;
	background-image: url(../graphics/sidebk.png);
}

#logos {
	position:absolute;
	left:655px;
	top:317px;
	width:130px;
	height:634px;
	z-index:6;
	background-color: #FFFFFF;
}

#groomtxt {
	position:absolute;
	left:210px;
	top:478px;
	width:280px;
	height:86px;
	z-index:10;
	overflow: visible;
	visibility: visible;
}


#services {
	position:absolute;
	left:17px;
	top:541px;
	width:130px;
	height:251px;
	z-index:7;
}

#disc {
	position:absolute;
	left:170px;
	top:1238px;
	width:460px;
	height:29px;
	z-index:9;
}
#sittxt {
	position:absolute;
	left:210px;
	top:669px;
	width:280px;
	height:86px;
	z-index:11;
}
#walktxt {
	position:absolute;
	left:210px;
	top:868px;
	width:289px;
	height:86px;
	z-index:12;
}

/*headings*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF6600;
	line-height: 25px;
	text-align: center;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 15px;
	color: #FF6600;
	font-weight: 700;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0066CC;
	line-height: 15px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: center;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 15px;
	text-align: justify;
}




/* classes */

.lightp {
	color: #666666;
}


.sideheadmarg {
	margin-top: 90px;
}
.vanmarg {
	margin-top: 30px;
	margin-left: 90px;
}


.sideheadspace {
	margin-top: 30px;
}

.portmarg {
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 55px;
}
.headmarg {
	margin-top: 30px;
}
.pbreak {
	margin-top: 20px;
}

.pcentre {
	text-align: center;
}
.pupimgmarg {
	margin-top: 40px;
	margin-left: 65px;
}
.walkingmarg {
	margin-top: 30px;
	margin-left: 40px;
}
.suegroommarg {
	margin-top: 20px;
	margin-left: 90px;
}



/*links */


a:link {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
}

#main #disc a:link {
	color: #FFFFFF;
}

#main #disc a:visited {
	color: #FFFFFF;
}

#main #disc a:hover {
	color: #FF6600;
}
