/*
This is just a basic layout, with only the bare minimum defined.
*/

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

body {
	color: #666;
	font-family: Verdana, sans-serif;
	list-style-type: none;
}

p {
	font-size: 10px;
	margin: 0px 0px 4px 10px;
}

h1 {
	font: bold;
	color: #fff;
	font-size: 100%;
	background: #333;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
	margin: 16px 0px 12px 0px;
}

h1 a:link { color: #fff; }

h1 a:hover { color: #fff; font-size: 110%; text-decoration: none; }

h1 a:visited { color: #fff; }


h2 {
	font-size: 85%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 4px 0px 4px 0px;
}

h2 a:link { color: #fff; }

h2 a:hover { color: #fff; text-decoration: underline }

h2 a:visited { color: #fff; }


h3 {
	font-size: 110%;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4 {
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	font: normal 85% Georgia, serif;
	margin: 0px 0px 12px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}

h5 {
	font-size: 85%;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 4px 12px 4px 16px;
}

h5 a:link { color: #fff; }

h5 a:hover { color: #fff; text-decoration: underline }

h5 a:visited { color: #fff; }





#content {
	text-align: left;
}




#header {
	font: normal 230% Georgia, serif;
	margin: 0;
	padding: 10px 10px 15px 15px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

body { background: url(images/bggrey.gif) fixed center; }

html {
	overflow: scroll;
} 




/* SLIMBOX */

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

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

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 20px solid #333;
	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: #ccc;
	line-height: 1.4em;
	text-align: left;
	border: 20px solid #333;
	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;
}
