body {
	min-width: 760px;
	background: #5d5048;
}

div#wrapper {
		margin: 0 auto;
		margin-top: 10px;
		border: 1px solid #ffffff;
		width: 780px;
		background: #423433 url('images/hell.png');
		background-position: bottom right;
		background-repeat: no-repeat;
		
}

html>body div#wrapper {
		height: 100%;
		min-height: 1300px;



}

div#logo {
		float: left;
		height: 450px;
		position: relative;
		top: -30px;
		
		margin-bottom: -10px;
		
		
			width: 150px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background: #000000 url('images/logo2.jpg');
		background-position: center;
		background-repeat: no-repeat;
}

html>body div#logo {
		height: 100%;
		min-height: 500px;
}

h3 {		
		color: #ffffff;
		font-size: 24px;
		font-weight: bold;
		text-decoration: Underline;
}
		

h2 {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: Underline;
}

h4 {
		color: red;
		font-size: 12px;
		font-weight: bold;
		
}

b {
		color: red;
		font-weight: bold;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-top: 20px;
		text-align: left;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		color: #ffffff;
		text-decoration: underline;
}


div#content a {
		color: red;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		color: white;
		text-decoration: underline;
}


h1 {
		color: white;
		font-weight: bold;
		font-size: 18px;
}

div#content {
		text-align: left;
		padding: 0px 160px 15px 15px;
		float: left;
		width: 400px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: bold;
		color: red;
}

html>body div#content {
		min-height: 800px;
		height: 100%;
}

div#content2 a {
		color: red;
		font-weight: bold;
		text-decoration: none;
}

div#content2 a:hover {
		color: white;
		text-decoration: underline;
}


div#content2 {
		padding: 0px 0px 13px 15px;
		float: left;
		width: 610px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: bold;
		color: red;
}

html>body div#content2 {
		min-height: 1000px;
		height: 100%;
}
div#previewcontent {
		text-align: center;
		padding: 0px 160px 15px 15px;
		float: left;
		width: 450px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: bold;
		color: red;
}

html>body div#previewcontent {
		min-height: 800px;
		height: 100%;
}


div#topbar {
		float: left;
		height: 50px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 5px;
		padding-top: 5px;
		color: #ffffff;
		letter-spacing: 1.5pt;
		border-bottom: 1px solid #ffffff;
		clear: left;	
		
}
div#topbar a {
		color: #ffffff;	
		
}


div#menu {
		float: right;
		width: 760px;
}

div#menu A {
		display: block;
		width: 125px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #000000 url('images/Q.png'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #998c84 url('images/Q.png');
		background-position: center left;
		background-repeat: no-repeat;
		color: #ffffff;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0px 70px 60px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid red;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightgray;
padding: 5px;
left: -800px;
border: 1px dashed black;
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: relative;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

