body {
	background:#585858 url(bg.jpg) repeat-y top center;
	text-align:center;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin:0;
}
#header {
	width:768px;
	height:96px;
	margin:0 auto;
	background-image:url(galleryhead.jpg);
	background-repeat:no-repeat;
}
#desc {
	width:768px;
	padding:5px;
    margin:0 auto;
}
#content {
	width:768px;
	margin:0 auto;
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
    padding-bottom:5px;
	overflow: auto;
}
#thumbs {
	width:200px;
	height:400px;
	float:left;
	overflow:auto;
}
#thumbs td {
	width:200px;
	height:110px;
	text-align:center;
	vertical-align:middle;
}
#thumbs img {
	cursor:pointer;
    /*width:128px;
    height:96px;*/
	border:1px solid #CCC;
}
#pic {
	text-align:center;
	vertical-align:middle;
	width:568px;
	height:400px;
	float:right;
	background:url(loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
#pic img {
	text-align:center;
	vertical-align:middle;
	margin:5px;
    /*width:512px;
    height:384px;*/
	border:1px solid #CCC;
}

#pages {
	float: left;
    width:768px;
	text-align:center;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0 auto;
	padding-top: 5px;
}

#pages a:link, #pages a:visited{
    display:inline-block;
    width:22px;
	padding: 2px 3px 2px 3px;
    margin:2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #88AF3F;
}

#pages a:hover {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}

#pages .active {
    display:inline-block;
    width:22px;
    margin:2px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #fff;
	font-weight: bold;
	background-color: #B2E05D;
	color: #FFF;
}

#footer { 
	padding-top: 5px;
	margin:0 auto;
}
