body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* ie5 workaround to centre content; #wrapper then aligns text left and adds 'auto' margins l and r */
	background-color:#dde3f6;
	background-image:url(images/bg.gif);
	background-repeat: repeat;
}

/* hidden screen reader links */
.hidden {
display: none;
}

#wrapper, #wrapper2 {
	position: relative;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
		margin-bottom: 10px;
	background-image: url(/images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	border: 1px solid #a8c0dd;
	background-color: #FFFFFF;
	padding: 0px;
}

#wrapper2 {
background-image:url(images/DSC01831.jpg);
background-repeat:no-repeat;
background-position: left top;
}

/* main page content - centre column */
#content {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 30px 0 0 20px;
	width: 297px;
	background-color:#dde3f6;
}

#content2 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 30px 0 0 20px;
	width: 325px;
	background-color:transparent;
}

#content ul, #rightnavigation ul {
margin-top: 0px;
}

#content p, #content2 p, #content li, #rightnavigation p, #rightnavigation li {
	font-size: 70%;
	line-height: 150%;
	margin: 0px 5px 0 5px;
	padding-bottom: 5px;
}

#content p a:link, #content p a, #rightnavigation p a:link, #rightnavigation p a {
	color: #0071bc;
	border-bottom: 1px dotted #C9AA71;
	text-decoration: none;
	font-weight: bold;
}

#content p a:hover, #rightnavigation p a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

#content h1 {
	/* font: bold 75% Verdana, Arial, Helvetica, sans-serif; */
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border-bottom: 1px solid #C9AA71;
	margin-top: 0px;
	margin-bottom: 12px;
	background-color: #dde3f6;
	background-image:url(images/h1.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding: 3px;
			padding-left: 6px;

}

#content h1 a, #content h1 a:link  {
	color: #000000;
text-decoration: none;
border: 0;
}

#content h1 a:hover {
text-decoration: underline;
}


#content h2, #rightnavigation h2 {
	font-size: 70%;
	line-height: 150%;
	color: #000000;
	background-color: transparent;
font-weight: bold;
margin: 0px 5px 0 5px;
	padding-bottom: 5px;
}


/* errr ...it's just an outline box */
#content .clearbox, #rightnavigation .clearbox {
border: 1px solid #a8c0dd; 
margin-bottom: 10px;
background-color: #FFFFFF;
padding: 4px;
}

/* right hand column */
#rightnavigation {
	float: right;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin-right: 20px;
	margin-top: 18px;
	width: 230px;
}

#rightnavigation2 {
	float: right;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin-right: 20px;
	margin-top: 18px;
	width: 202px;
}

/* left hand column */
#navigation {
	float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin-left: 20px;
	margin-top: 30px;
	width: 140px;
}

#wrapper .bg {
background-image:url(images/DSC01831.jpg); 
background-repeat:no-repeat; 
background-position: left top;
}
	
/* logged in menu */
#navigation .boxes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background: url(images/dots.gif) repeat-x left top;
}

#navigation .boxes li a:link, #navigation .boxes li a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 80%;
display: block;
text-decoration:none;
color: #6a7c95;
	margin: 0;
	padding: 5px 2px;
border: 0;
	background: url(images/dots.gif) repeat-x left bottom;
}

#navigation .boxes li a:hover {
display: block;
text-decoration: none;
color: #000000;
background-color: #dde3f6;
}

/* accesskeys */
#navigation .boxes li a em {
font-style: normal;
text-decoration:underline;
}

/* footer links */
#footer {
	padding: 5px 0 10px 10px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
	text-align: center;
	clear: both;
	}
	
	#footer a:link, #footer a {
	color: #AAAAAA;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
/* generic stuff */
form {
margin: 0px;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

.clear {
clear: both;
}

.center {
text-align: center;
}

.banner {
padding-bottom: 10px;
background-color: #FFFFFF;
}
