﻿body {
  background-color : #335A80;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	width: 560px;
	height: 80px;
	top: 10px;
	left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	position: absolute;
	width: 560px;
	height: 80px;
	top: 10px;
	left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	position: absolute;
	width: 560px;
	height: 80px;
	left: 10px;
}
.container {
	position: absolute;
	width: 600px;
	height: 575px;
	top: 10px;
	left: 60px;
	background-image: url('../images/gallery_bkgrd.jpg');
	background-repeat: no-repeat;
}
.listing_name {
	position: absolute;
	width: 580px;
	height: 90px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	left: 10px;
}
.gal_bod {
	width: 500px;
	height: 300px;
	position: absolute;
	top: 100px;
	left: 50px;
	text-align: center;
}
.description {
	position: absolute;
	width: 500px;
	height: 25px;
	top: 424px;
	left: 50px;
	text-align: center;
}
.buttons {
	position: absolute;
	width: 500px;
	height: 25px;
	top: 459px;
	left: 50px;
	text-align: center;
}
.page_close_btn {
	position: absolute;
	width: 500px;
	left: 50px;
	height: 25px;
	top: 539px;
	text-align: center;
}
#solo {
	position: absolute;
	width: 600px;
	height: 25px;
	left: 0px;
	top: 475px;
	text-align: center;
}

