html 
{
     overflow: -moz-scrollbars-vertical;
}

body
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%; color: #FFF;
	background-color: #273A3A;
	line-height: 200%;
	margin-top: 1px;
}

img
{
	border: 0px;
}

h1
{
	font-size: 160%;
	font-family: arial;
}

h2
{
	font-size: 125%;
	font-family: arial;
}

p
{
	font-size: 100%;
	font-family: arial;
}


#container
{
	width: 760px;
	margin: 20px auto;
}


#menu
{
	width: 760px;
}

#banner
{
	margin: 100px auto;
	width: 500px;
	height: 333px;
	border:1px solid #C4D7D7;
	background-image:url('media\banner1.jpg');
}

#banner2
{
	margin: 230px auto;
	width: 909px;
	height: 195px;
	border:0px solid #C4D7D7;
}

#tripthumb
{
	margin: 5px auto;
	width: 150px;
	height: 102px;
	border:3px solid #273A3A;
}

#tripbanner
{
	width: 909px;
	height: 195px;
	border:3px solid #273A3A;
}

#caption
{
	margin: 1px auto;
	width: 300px;
	height: 15px;
}

#content
{
	width: 760px;
	border:0px solid #C4D7D7;
}


#header
{
	width: 740px;
	border:0px solid #C4D7D7;
}

.titleh1
{
	width: 100%;
}

.subparagraph
{
	width: 50%;
	border-bottom:1px dashed #87ADAD;
}

.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: lightyellow;
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: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

a:active, a:visited, a:link
{
	color: #ACC8C8;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}