BODY 
{
	background-color: #ccccaa;
}

.MainTable
{
	border-right: olive thin outset;
	border-top: olive thin outset;
	border-left: olive thin outset;
	border-bottom: olive thin outset;
	background-color: #ffffff;
}

.ContentSection
{
	font-size: 11pt;
	color: #001100;
	font-family: ITC Garamond, Garamond, Times New Roman;
	border-right: gray thin solid;
	padding-left: 20px;
	padding-right: 20px;
}

.HeadingSection
{
	font-size: 13pt;
	font-weight: bold;
	margin: auto; 
	width: 100%;
	}

.HeadingSubSection
{
	font-weight: bold;
}

.RightNav
{
	font-size: 9pt;
	color: #006600;
	line-height: 20px;
	font-family: Century Gothic, Arial, Helvetica;

}
.RightNav ul {
list-style-type: none;
margin-left: 0;
-moz-padding-start: 0;
}

.RightNav ul li ul {
margin-left: 10px;
-moz-padding-start: 10px;
text-indent: 10px;
}

.ContactDetails
{
	border-top: gray thin solid;
	color: Black;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: left;
	font-size: 8pt;
	line-height: 20px;
}

A
{
	color: #006600;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:visited
{
	color: #006600;
}

.tempborder
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
}

.BottomNav_Prev
{
	font-size: 8pt;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: left;
}

.BottomNav_Next
{
	font-size: 8pt;
	font-family: Century Gothic, Arial, Helvetica;
	text-align: right;
}

.ImageThumbnail
{
	border-right: #cccccc solid;
	border-top: #cccccc solid;
	margin: 5px 10px;
	border-left: #cccccc solid;
	border-bottom: #cccccc solid;
}


.photo-right {
	float: right;
	border: 1px solid #666666;
}

.photo-left {
	float: left;
	border: 1px solid #666666;
	margin-left: 15px;
	margin-bottom: 20px;
}

.photo-image {
	padding: 0px;
}

.photo-caption {
	font: 9pt Century Gothic, Arial, Helvetica;
	color: #666666;
	text-align: center;
	width: 145px;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: #000;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -200px; /*position where enlarged image should offset horizontally */
}

.thumbnail-bottom{
	position: relative;
	z-index: 0;
}

.thumbnail-bottom:hover{
	background-color: #000;
	z-index: 50;
}

.thumbnail-bottom span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;

	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail-bottom span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail-bottom:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
    top: -200px;
	left: -200px; /*position where enlarged image should offset horizontally */
}
#enjoyEngland {
width: 100px;
margin-top: 10px;
margin-left: 200px;
}
#enjoyEnglandIng {
width: 100px;
margin-top: 10px;
margin-left: 225px;
}

