body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
body {
	background:#bdb8bc url(main_bg.jpg) no-repeat top center;
}
a:active, a:focus {
	outline: 0;
}
#wrapper {
    margin:auto;
    width:750px;
	border:2px solid #999999;
	background:#CCCCCC;
}
#nav a:link {
	text-decoration:none;
	font-weight:normal;
	color: #666666;
}
#nav a:visited {
	text-decoration:none;
	font-weight:normal;
	color: #666666;
}
#nav a:active {
	text-decoration:none;
	font-weight:normal;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #333333;
}
#logo {
    padding:15px 0 0 0;
}
img {
    border:none;
}
#share {width:100%;text-align:center;}
#content {
    background:url(content_bg.jpg) repeat-x;
	padding:30px 19px 0 19px;
	line-height:1.6em;
}
#footer {
	text-align:center;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	font-weight:normal;
	color: #666666;
}
#footer a:active {
	text-decoration:underline;
	font-weight:normal;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
	font-weight:normal;
	color: #333333;
}
#header {
    width:750px;
	height:125px;
	background-image:url(hdr_1.jpg);
}
.style2 {
    font-size: 12px;
}
.style3 {
    font-size: 11px;
	line-height: 2em;
}
.style4 {
    font-size: 14px;
}
.style5 {
    font-size: 14px;
	margin:15px 0 4px 2px;
	color: #666666;
}
.style4 a:link, .style4 a:visited {
	text-decoration:underline;
	color:#039;
}
.style4 a:active {
	text-decoration:underline;
	color: #FFFFFF;
}
.style4 a:hover {
	text-decoration:underline;
	font-weight:normal;
	color: #000000;
}
#content img.thumb
{
	border:1px solid #999;
	margin:5px;
	padding:8px;
	background-color:#FFF;
}

#content img.thumb:hover{
	border:1px solid #666;
	margin:5px;
	padding:8px;
	background-color:#D9D3DE;
}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbBottomContainer {
	margin-left: 10px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	background: transparent url(prev.gif) no-repeat top left;
	left: 0;
	/*margin-bottom:2px;
	padding-left:10px;*/
}

#lbPrevLink:hover {
	background: transparent url(prev2.gif) no-repeat top left;
	/*padding-left:10px;*/
}

#lbNextLink {
	background: transparent url(next.gif) no-repeat top right;
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(next2.gif) no-repeat top right;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: #fff url(close.gif) no-repeat center;
	margin: 3px 0 3px 3px;
}

#lbCloseLink:hover {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: #fff url(close2.gif) no-repeat center;
	margin: 3px 0 3px 3px;
}

#lbCaption, #lbNumber {
	margin-left: auto;
    margin-right: auto;
    width:230px;
    text-align:center;
    padding-bottom:3px;
}

#lbCaption {
	font-weight: bold;
}


