.falseh{
	color: #368ff2;
	border-bottom: 1px solid #368ff2;
	font-weight: bold;
	font-size: 25px;
	}
h2 {
	color: #368ff2;
	border-bottom: 1px solid #368ff2;
	font-weight: bold;
	font-size: 25px;
	}
h3{
	color: #368ff2;
	border-bottom: 1px solid #368ff2;
	font-weight: bold;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	}
table{
	font-family: Lucida Sans;
	font-weight: bold;
	color: gray;
	}
a{
	color: #368ff2;
	}
	
a img{
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
a:visited{
	color: #368ff2;
	}
	
body{
	margin: 0px;
	padding: 0px;
	background-color: #272727;
	font-family: Lucida Sans;
	font-weight: bold;
	text-align: center;
	color: gray;
}

#banner{
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 3px solid #ff4800;
}

#menu{
	color: #368ff2;
	font-weight: bold;
	font-size: 30px; 
	text-align: center;
	}
	
#menu a{
	font-family: Lucida Sans;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #368ff2;
	}
	
#menu a:hover{
	color: #94bce9;
}
	
#nav {
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	width: 19%;
	}
			
#nav ul{
	background-color: #1c1c1c;
	height: 300px;
	text-align: left;
	padding: 30px;
	padding-top: 15px;
	padding-left: 10px;
	margin: 0px;
	list-style-type: none;
	}
		
#nav li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	}
	
#nav a{
	color: #368ff2;
	font-size: 20px;
	font-family: Lucida Sans;
	border-left: 3px solid #368ff2;
	padding-left: 5px;
	width: 100%;
	text-decoration: none;
	}
	
#nav a:hover {
	background-image: url('images/banner1/bar1.jpg');
	border-left: 3px solid #94bce9;
	color: #94bce9;
	}
	
#content {
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
	width: 77%;
	padding-right: 20px;
	font-size: 17px;
	text-align: left;
	}	
		
#gallery div{
	font-size: 11px;
	text-align: center;
	display: inline;
	float: left;
	}
	
#gallery div img{
	display: block;
	margin: 5px;
	border: 1px solid black;
	border-bottom: 3px solid black;
	}
	
#gallery div img:hover{
	}
		
#frontimage{
	margin-top: 30px;
}
<!-- gallery --!>

#gallery{
	
}

#photo img{
	margin: 5px;
	border: 1px solid black;
	}
	
.sold {
	color: red;
	}
.footer{
	margin-bottom: 10px;
	width: 100%;
	float: left;
	text-center: right;
	font-size: 12px;
	vertical-align:bottom;
}