body { background-color:#336299;
       background-image:url("../img/background-body.gif");
       font-family:Arial;
       letter-spacing: 0em;
       height: 105%; 
     }
     
html {
  margin-bottom    : 1px;
  height           : 100%;
}
     
.content { 
margin-top: -40px;
padding:0px 20px;
background:#fff;
 /* background-image:url('../img/post.jpg'); */
width:860px;
min-height:400px;
border-left: 1px solid #000; 
border-right: 1px solid #000;
}

.content li {
padding-bottom: 10px;
}


.footer {
background:#fff;
/* background-image:url('../img/footer.jpg');  */
background-repeat: no-repeat;
width: 900px;
height: 120px;
border-left: 1px solid #000; 
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

.form {
font-size: 12px;

}

.navigation {
  width: 820px;
  height: 24px;
  padding-top: 4px;
  padding-bottom: 42px;
  padding-left: 80px;
  background-image: url('../img/navigation.jpg');
  background-repeat: repeat-x;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.navigation ul {display: inline;  margin:0px 10px;}
.navigation ul li {
	float: left;
	list-style: none;
}

.navigation a {
	text-decoration: none;
	font-size: 16px;
	color: white;
	font-weight: bold;
	font-size: 12px;
  text-decoration: none;
  padding: 8px 29px;
}

.navigation a:hover { 
  padding-top: 8px;
  padding-bottom: 8px;
	background: url('../img/navigation_hover.gif') center 0px no-repeat;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.navigationactive { 
  padding-top: 8px;
  padding-bottom: 8px;
	background: url('../img/navigation_hover.jpg') center 0px no-repeat;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
}


.solid {
border: 1px solid black;
}

.tn a img { 
 border:3px solid #7AA3CC;
}

.tn  a:hover img {
  border:3px solid #99CCFF;
}
/* 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(../img/sb/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(../img/sb/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/sb/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(../img/sb/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}


