 .prop {
    float:right;
    width:1px;
  }

 .clear {
    clear:both;
    height:1px;
    overflow: scroll;
  }

  .min {
    height:350px;
	}
		
.gallerycontainer{
position: relative;
height: 200px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.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*/
visibility: visible;
top: 0;
left: 400px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000033;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
#header {
	position: relative;
	height: 200px;
	width: 600px;
}

#header .logo {
	float: left;
    width: 187px;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#navcontainer { 
position: absolute;
top: 200px;
width: 200px; 
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #660033;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFFFFF;
color: #000000;
}

#content {
position: absolute;
top: 200px;
	background: #FFFFFF;
	margin-left: 200px;
	margin-right: 2em;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding: 10px;
	clear: both;
	height: 100%;
	width: 350px;
}
h1 {
	font: small-caps 150% Arial, Helvetica, sans-serif;
	color: #000033;
}
#content p ul li {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
} 