body {
	background-image:    url(bg.jpg);
	background-repeat: no-repeat;
	background-color: #9BA7B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFEFC4;
}
#wrap {
	width: 760px;
	margin:0;
	padding: 0px;
}
h1#logo {
	padding:34px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:34px;
	font-size: 11px;
	margin: 22px 0px 10px 326px;
	background-image:  url(name.jpg);
	background-repeat: no-repeat;

}
p {
	width: 410px;
	margin-left: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}
#gallery {
	width: 710px;
	margin-left: 120px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* =gallery, based on the Hoverbox by http://sonspring.com
----------------------------------------------------------------------*/
.gallery
{
	width: 500px;
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}



.gallery a .preview
{
	display: none;
}

.gallery a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.gallery img
{
	background: #B3B9BF;
	vertical-align: top;
	width: 108px;
	height: 76px;
	border: 2px solid #FFEFC4;
}

.gallery li
{
	background: #B3B9BF;
	border-color: #FFEFC4;
	border-style: solid;
	border-width: 1px;
	display: inline;
	float: left;
	padding: 5px;
	position: relative;
	margin-right: 18px;
	margin-bottom: 8px;
}

.gallery .preview
{
	border-color: #FFEFC4;
	width: 224px;
	height: 158px;
}
 img.jack {
	float: left;
	clear: right;
	margin: 0px;
 }

#footer {
	width: 740px;
	text-align: right;
	padding-top: 60px;
}
#footer a {
	font-size: 10px;
	color: #002369;
	text-decoration: none;
}
.clear {
  clear: both;
}
