body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../greybg.gif);
	background-repeat: repeat;
	text-align: center;
	background-attachment: fixed;
}
#wrap {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 540px;
	left: auto;
	top: 20px;
	right: auto;
	padding: 0px;
	text-align: left;
}

#logo {
	width: 540px;
	height: 50px;
}
#logo img {
    text-align: left;
}
#container {
	background-color: #FFFFFF;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	padding-top: 24px;
	padding-left: 26px;
	padding-bottom: 40px;
	padding-right: 24px;
	
}



h2 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 24px 0px 6px;
	padding: 0px;
    
}
#content {
	text-align: left;
}
#content a {
	font-weight: bold;
	color: #FF6600;
}
#content p {
	margin: 0px 0px 10px;
	padding: 0px;
}
p.next {
	text-align: right;
}
.next a {
	text-decoration: none;
}

#footer {
	background: #ffffff;
	font-size: 11px;
	color: #FF6600;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
#footer a {
	
	color: #FF6600;
	text-decoration: none;
}

#close {
	float: right;
	margin: 16px 0px 0px;
	padding: 0px;
}
#close a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

h1#name {
	padding:40px 0px 0px;
	overflow: hidden;
	background-image:   url(funday.gif);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:40px;
	font-size: 12px;
	text-align: left;
}
/* =gallery, based on the Hoverbox by http://sonspring.com
----------------------------------------------------------------------*/
#gallery
{
	width: 480px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}



.gallery a .preview
{
	display: none;
}

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

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

.gallery li
{
	background: #FFFFFF;
	display: inline;
	float: left;
	padding: 5px;
	position: relative;
	margin-right: 18px;
	margin-bottom: 8px;
	border: 1px solid #666666;
}

.gallery .preview
{
	width: 240px;
	height: 180px;
	border: 1px solid #666666;
}

.gallery a .preview2
{
display: none;
}
.gallery a:hover .preview2
{
display: block;
position: absolute;
top: -110px;
left: -45px;
z-index: 1;
}
.gallery .preview2
{
	width: 180px;
	height: 240px;
	border: 1px solid #666666;
}



.clear {
  clear: both;
}
