a:link {
	color : #0000FF;
	text-decoration : underline;
}

a:visited {
	color : #990099;
	text-decoration : underline;
}

a:hover {
	background-color : #CCCCCC;
	text-decoration : none;
}

a.sidemenu:link
	{
	background : transparent;
	color : #0000FF;
	font-family : ARIAL,HELVETICA,TAHOMA,SANS-SERIF;
	font-weight : bold;
	text-decoration : underline;
}

a.sidemenu:visited {
	background : transparent;
	color : #6699CC;
	font-family : ARIAL,HELVETICA,TAHOMA,SANS-SERIF;
	font-weight : bold;
	text-decoration : underline;
}

a.sidemenu:hover {
	background : #FFFFEE;
	color : #990000;
	font-family : ARIAL,HELVETICA,TAHOMA,SANS-SERIF;
	font-weight : bold;
	text-decoration : none;
}

a.sidemenu:active
	{
	background : transparent;
	color : #FF0000;
	font-family : ARIAL,HELVETICA,TAHOMA,SANS-SERIF;
	font-weight : bold;
	text-decoration : underline;
}

body {
	background : URL(images/back-1.jpg) repeat-x #FFFFFF;
	border-color : #6699CC;
	border-style : groove;
	border-width : 0.5em;
	margin : 0;
	padding : 0;
	scrollbar-3dlight-color : #8E99C6;
	scrollbar-arrow-color : #FFFF00;
	scrollbar-darkshadow-color : #111133;
	scrollbar-face-color : #6699CC;
	scrollbar-highlight-color : #020167;
	scrollbar-shadow-color : #6B759E;
	scrollbar-track-color : #9ACCCD;
}

li	{
	color : #666666;
	list-style-type : circle;
}

strong	{
	font-weight : bold;
}

th, td, p	{
	font-family : arial,helvetica, sans-serif;
	font-size : 12pt;
}

.dummy{
	background : transparent;
}

.smalltext {
	font-size : 10pt;
	line-height : 1.2em;
	padding-top : 3px;
}

/*Nav Bar Credits: CSSpplay - http://www.cssplay.co.uk/menus/pro_eight */

div#n {
		position:absolute;
		top:1px;
		left:0;
		width:102%;
		}

	div#n ul {
		width:100%;
		padding:0 0 0 1%;
		margin:0;
		list-style:none;
		height:23px;
		background:#182C28 url(http://www.wales-photos.co.uk/images/css/navbgdkblue.gif) ;
		position:relative;
		border:1px solid #000;
		border-width:0 1px 1px 1px;
		border-bottom-color:#444;
		}
	
	div#n li {
		float:left;
		width:14%;
		}

	li#home {
	width:11%
	}

	li#guide {
	width:19%
	}

	div#n li a {
		display:block;
		height:24px;
		width:100%;
		line-height:23px;
		color:#fff;
		font-weight:700;
		font-size:80%;
		text-align:center;
		text-decoration:none;
		border-bottom:none;
		background:url(http://www.wales-photos.co.uk/images/css/navbutdkblue.gif) ;
		font-family:Verdana,'Trebuchet MS', Helvetica, Tahoma, Geneva, Arial, 'MS Sans Serif', Sans-serif;
		}

	div#n li a:hover {
		background:url(http://www.wales-photos.co.uk/images/css/navhovbutorange.gif) ;
		font-size:80%;
		}
