/*artandsoil update 1 stylesheet*/
body {padding:0px; margin:0px; background-repeat: no-repeat; text-align:center;
background-color : #CCCCCC;
}
p h1 h2 h3 h4 h5 b {
	font-family:verdana,arial;font-size:9pt;font-weight:bold;
}
/*set link colours*/
A:link.buttons {color: white; text-decoration: none}
A:link.normal {color: blue; text-decoration: underline}

/*active link colours*/
A:active.buttons {color: white; text-decoration: none}
A:active.normal {color: green; text-decoration: none}

/*visited link colours*/
A:visited.buttons {color: white; text-decoration: none}
A:visited.normal {color: brown; text-decoration: none}

/*mouse hover colours*/
A:hover.buttons {color: black; text-decoration: none}
A:hover.normal {color: red; text-decoration: none}

/*set up the character styles for the buttons*/
.buttontext {font: bold 8pt arial; text-align:left; vertical-align:middle}

/*set up the button bevel style and colours*/
.buttonbevel
{
border-bottom: #8A613B 2px solid;
border-left: #E8DCD0 2px solid;
border-right: #8A613B 2px solid;
border-top: #E8DCD0 2px solid;
padding-left: 5px;
background-color:#6699CC;
}
.buttonbevel3
{
border-bottom: #8A613B 2px solid;
border-left: #E8DCD0 2px solid;
border-right: #8A613B 2px solid;
border-top: #E8DCD0 2px solid;
padding-left: 5px;
background-color:#336699;
}
.buttonbevel2
{
border-bottom: #3F3F3F 2px solid;
border-left: #CBCBCB 2px solid;
border-right: #3F3F3F 2px solid;
border-top: #CBCBCB 2px solid;
padding-left: 5px
}
#photos img {
	border:solid 1px #000000;
}
.emphasise {
	font: bold 8pt verdana, arial;
	}
.medium {
	font: normal 8pt verdana, arial;
	}
	
.gallery {
	text-align : left;
}
.gallery img {
	margin:5px;
}
