html {
	background: url(images/htmlbg.png);
	width: 100%;
	height: 100%;
}

body {
	width: 100%; 
	height: 100%;
	margin: 0px auto;
	padding: 0;
	font-family: courier new, sans serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

body a, body a:visited {
	font-family: courier new, sans serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}



body a:hover, body a:active {
	font-family: courier new, sans serif;
	color: #b4543d;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}

.h1 {
	width: 599px;
	margin-bottom: 5px;
	font-family: courier new, sans serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	border-bottom: 2px solid #718f99;
}

.h2 {
	width: 250px;
	margin-bottom: 5px;
	font-family: courier new, sans serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #718f99;
}


#enter {
	width: 813px;
	height: 639px;
	margin: 0px auto;
	padding: 0;
}

#header {
	background: url(images/header.png) no-repeat;
	width: 854px;
	height: 138px;
	margin: 0px auto;
	padding: 0;
}

#container {
	background: url(images/containerbg.png);
	width: 854px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
}

#menu {
	width: 153px;
	margin-top: 15px;
	margin-left: 1px;
	padding: 0;
	float: left;
}

.menu {
	width: 153px;
	height: 54px;
	margin-top: 5px;
	padding: 0;
	float: left;
}

#index {
	background: url(images/textbg.png) no-repeat;
	width: 699px;
	min-height: 502px;
	margin: 0;
	padding: 0;
	float: left;
}

#text {
	width: 599px;
	margin-top: 20px;
	margin-left: 50px;
	padding: 0;
}

#left {
	width: 299px;
	height: 301px;
	margin: 0;
	padding: 0;
	float: left;
}

#right {
	width: 300px;
	height: 301px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
}

#footer {
	background: url(images/footerbg.png);
	width: 854px;
	height: 24px;
	margin: 0px auto;
	padding: 0;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
}

#footerleft {
	width: 422px;
	height: 24px;
	margin-left: 5px;
	padding: 0;
	float: left;
	text-align: left;
}

#footerright {
	width: 418px;
	height: 24px;
	margin: 0px auto;
	padding: 0;
	float: left;
	text-align: right;
}

#footerright a, #footerright a:visited{
	font-family: Courier New, sans serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}

#footerright a:hover, #footerright a:active {
	font-family: Courier New, sans serif;
	color: #b4543d;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}

/* SLIMBOX */

	#lbOverlay {

	position: absolute;

	left: 0;

	width: 100%;

	background-color: #000;

	cursor: pointer;

}



#lbCenter, #lbBottomContainer {

	position: absolute;

	left: 50%;

	overflow: hidden;

	background-color: #fff;

}



.lbLoading {

	background: #fff url(java/slimbox/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;
	background: transparent url(java/slimbox/images/prevlabel.gif) no-repeat 0% 90%;
}



#lbPrevLink:hover {

	background: transparent url(java/slimbox/images/prevlabel.gif) no-repeat 0% 90%;

}



#lbNextLink {

	right: 0;
	background: transparent url(java/slimbox/images/nextlabel.gif) no-repeat 100% 90%;
}



#lbNextLink:hover {

	background: transparent url(java/slimbox/images/nextlabel.gif) no-repeat 100% 90%;

}



#lbBottom {

	font-family: Courier New, 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(java/slimbox/images/closelabel.gif) no-repeat center;

	margin: 5px 0;

}



#lbCaption, #lbNumber {

	margin-right: 71px;

}



#lbCaption {

	font-weight: bold;

}



