.bgmain {
	background-image:  url(file:///C|/Documents%20and%20Settings/Iain%20Calvert/My%20Documents/Web%20work/Ye%20Olde%20Saracens%20Head/version2/web/images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bggradient {
	background-image:  url(file:///C|/Documents%20and%20Settings/Iain%20Calvert/My%20Documents/Web%20work/Ye%20Olde%20Saracens%20Head/version2/web/images/bg_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.date {
	font-size: 12px;
	color: #330033;
	vertical-align: top;
}
.fontsite {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
a:link {color: #000000; text-decoration: none; background-color: transparent }

a:visited { color: #330033; text-decoration: none; background-color: transparent }

a:hover { color: #330033; text-decoration: underline; background-color: transparent }

a:active { color: #330033; text-decoration: underline; background-color: transparent }


.border {
	border: 1px solid #999999;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

.navtext {
	width:200px;
	font-size:8pt;
	font-family:arial;
	border-width:2px;
	border-style: solid;
	border-color:#8FBF00;
	layer-background-color:#F0F0F0;
	background-color:#FFFFFF;
	color:black;
	text-align: right;


}
.bg {
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.rightborder {
			border-right-width:1px;
			border-right-style: solid;
			border-right-color:#cccccc;
}