body {
	background-image: url("images/headerback2.png");  background-repeat: no-repeat;
	margin: 7px 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
}

img {
	-moz-box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 5px #000;
	box-shadow: 10px 10px 5px #888;
	margin: 6px;
}

#menu {
	margin: 0px;
	height: 145px;
	width: 900px;
}
#donate {
	font-size:0.6em;
    position: relative;
    top: -9px;
    left: -5px;
}
ul {
	padding: 5px;
	margin: 62px 1px 0px 0px;
	list-style: none;
	float: left;
}
ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 7px;
}
ul li a {
	text-decoration: none;
	float:left;
	color: #666666;
	cursor: pointer;
	font: bold 23px/23px "Arial", Helvetica, sans-serif;
}
ul li a span {
	margin: 0 10px 0 -10px;
	padding: 10px 8px 10px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}
ul.blue li a.current, ul.blue li a:hover {
	background: url(images/headerbutton2.png) no-repeat bottom right;
 	color: #ffffff;
}
ul.blue li a.current span, ul.blue li a:hover span {
	background: url(images/headerbutton2.png) no-repeat bottom left;
}
a.topnav{
	background: url(images/headerbutton2.png) no-repeat top right;
	color: #ffffff;
}
a.topnav span{
	background: url(images/headerbutton2.png) no-repeat top left;
	color: #ffffff;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#fbook {
	left: 795px;
	position:absolute;
	top: 68px;
	width: 295px;
}
#footer {
	font-size: .7em;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/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 {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#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: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

