html
{		
margin: 0px;
padding: 0px;
background-color: #006633;
}

body{
margin: 0;
padding: 0;
font-family: verdana, arial, trebuchet, sans-serif;
background-color: #006633;
color: #fff;
line-height: 1.3em;
font-size: .9em;
}

p
{
margin: 3ex 0 3ex 0;
}

em
{
color: #ff9900;
font-style: normal;
font-weight: bold;
}

hr
{
color: #fff;
}

h1
{
font-weight: bold;
font-size: 1.8em;
margin-top: 0;
color: #cc9966;
}

h2
{
font-weight: bold;
font-size: 1.2em;
padding: 0;
margin: 0;
}

h3
{
font-weight: normal;
font-size: 1.2em;
padding: 5px 0 0 0;
margin: 0;
font-style: italic;
}


#container
{
width: 1000px;
padding: 0 30px;
margin: 0 auto;
}

#header
{
margin-top: 20px;
height: 180px;
}

#leftcolumn{
float: left;
margin-top: 0px;
width: 250px; /*Width of frame div*/
padding-right: 20px;
color: white;
}

#leftcolumn a:link
{
color: white;
text-decoration: none;
font-weight: bold;
	height: 35px;
	line-height: 40px;
	cursor: pointer;
		padding: 8px 0 8px 0px;

}

#leftcolumn a:visited
{
color: white;
text-decoration: none;
font-weight: bold;
	height: 35px;
	line-height: 40px;
	cursor: pointer;
	padding: 8px 0 8px 0px;

}

#leftcolumn a:hover
{
color: white;
border-bottom: solid 2px #cc9966;
background: url(hovingham-hall-pics/crest-small.jpg) no-repeat;
text-decoration: none;
font-weight: bold;
	height: 35px;
	line-height: 40px;
	cursor: pointer;
	padding: 8px 0 8px 25px;
}

#leftcolumn a:active
{
color: white;
text-decoration: none;
font-weight: bold;
	padding: 8px 0 8px 25px;

}

#leftcolumn ul
{
list-style: none;
padding: 0;
margin: 0px 0 10px 0;
}

#leftcolumn li
{
display: block;
}


#hma a:hover
{
background: none;
margin: 0;
padding: 0;
border: none;
}

#maincontent{
float: left;
width: 450px;}

#maincontent a
{
color: white;
}

#maincontent2{
float: left;
width: 350px;}

#maincontent2 a
{
color: white;
}

#rightcolumn{
float: right;
width: 230px; /*Width of right frame div*/
color: white;

}

#rightcolumn2{
float: right;
width: 320px; /*Width of right frame div*/
color: white;

}

#buttons
{
float: right;
padding-bottom: 40px;
}

#footer
{
border-top: solid #fff 1px;
margin: 0 10px;
padding: 0 10px;
text-align: center;
}

#footer a
{
color: #fff;
font-size: .9em;
text-decoration: none;
padding: 0 5px;
}

#footer a:hover
{
text-decoration: underline;
}

#footer p
{
font-size: .9em;
}



.clear
{
clear: both;
}


#home
{
text-align: center;
width: 422px;
margin: 0px auto;
}

#home a:link
{
color: #fff;
text-decoration: underline;
font-size: 1.3em;
}

#home a:visited
{
color: #fff;
text-decoration: underline;
font-size: 1.3em;
}

#home a:hover
{
color: #cc9966;
text-decoration: underline;
font-size: 1.3em;
}

#home a:active
{
color: #cc9966;
text-decoration: underline;
font-size: 1.3em;
}

#maxweb
{
font-size: .8em;
}

#maxweb a
{
font-size: .8em;
}


#homepic
{
width: 422px;
height: 280px;
}


.gallerycontainer{

position: relative;
margin: 20px auto;
width: 422px;
height: 280px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
margin: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: relative;
padding: 0px;
border: none;
visibility: hidden;
text-decoration: none;
}

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

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


