body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #737373;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

#all {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#nav {
	background: url(nav-back.png);
	height: 71px;
	width: 678px;
	float: left;
}
#nav ul {
	margin: 0px;
	padding: 45px 0px 0px 35px;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	width: 85px;
	font-weight: bold;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
}
.n1 #n1, .n2 #n2, .n3 #n3, .n4 #n4, .n5 #n5, .n6 #n6, .n7 #n7 {
	color: #000000;
}
.sn1 #sn1, .sn2 #sn2, .sn3 #sn3, .sn4 #sn4, .sn5 #sn5, .sn6 #sn6, .sn7 #sn7 {
	color: #000000;
}
#nav-pic {
	background: url(head2.jpg);
	float: left;
	height: 71px;
	width: 122px;
}
#head-pic {
	background: url(head1.jpg);
	clear: both;
	height: 214px;
	width: 800px;
}
#head-pic h1 {
	padding-left: 330px;
	font-style: italic;
	padding-top: 25px;
	color: #333333;
}

#subnav {
	background: url(subnav.png) repeat-x;
	height: 40px;
}
#subnav ul {
	margin: 0px;
	padding: 7px 0px 0px 150px;
	list-style: none;
}
#subnav li {
	display: block;
	float: left;
	padding-right: 20px;
}
#subnav a {
	text-decoration: none;
}
#main {
	background: #D9D9D9;
	padding: 20px;
	line-height: 150%;
}
#main img {
	margin-left: 520px;
	position: absolute;
	border: 3px dashed #FFCC00;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 500px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #CC0000;
}
#footer {
	padding: 10px 0px 0px;
	border-top: 1px dashed #999999;
	color: #666666;
}
#footer a {
	color: #333333;
}


/* 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(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(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	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(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
.nofloat {
	clear: both;
}
.t-head {
	font-weight: bold;
	color: #FFFFFF;
	background: #008FBB;
}
