   * { margin:0; padding: 0 }
html { height: 100% }

body {
	background: url(images/bg.png) fixed;
	color: #fff;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	min-height: 101%;
  font-size: 100.01%;
}

#page {
	background: url(images/page.png);
	width: 942px;
	text-align: center;
	margin: auto;
	position: relative;
}

table.header {
	width: 902px;
	position: relative;
	border-collapse: collapse;
	margin: auto;	
}

table.header img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td.cell5 {
	background: url(images/05.png);
	color: #330c22;
	font-size: 10px;
	text-align: justify;
}

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

.cell5 h1 {
	font-size: 12px;
	text-align: center;
}

#content {
	width: 846px;
	border: 1px solid #57153a;
	border-bottom: 0px;
	position: relative;
	margin: auto;
	overflow: hidden;
}

#nav {
  float: left;
  width: 215px;
  background: #58193f url(images/navi.png);
  margin-top: 2px;
  margin-left: 2px;
  border: 1px solid #57153a;
  padding-bottom: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	list-style: none;
	color: #999999;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	text-indent: 25px;
}

#nav a {
	color: #fff;
	line-height: 15px;
	text-decoration: none;

}

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

#nav h2 {
  background: url(images/nav-top.png) repeat-x top;
  color: #330a23;
  font-size: 16px;
  text-align: left;
  line-height: 35px;
  margin-top: 0px;
  padding-bottom: 5px;
  text-indent: 10px;
}

#pics {
  width:auto;
  margin-left: 215px;
}

#pics h1 {
 background: url(images/pics-h1.png) repeat-x top;
 color: #fff;
 font-size: 18px;
 height: 35px;
 font-family: Tahoma, Verdana, Helvetica;
 text-align: center;
 text-decoration: none;
 line-height: 35px;
 border-top: 1px solid #5b1b42;
 border-left: 1px solid #5b1b42;
 border-right: 1px solid #5b1b42;
}

#pics table {
	width: 626px;
	text-align: center;
}

#pics th {
 color: #ffffff;
 font-size: 16px;
}

.jmbfoot { font-size: 8px; font-family: Verdana; text-align: center; color: #000; }
.jmblink { font-size: 8px; font-family: Verdana; color: #000; }

.welcome {
  font-size: 14px;
  color: #5b1b42;
  padding-top: 5px;
  padding-bottom: 15px;
}

#footer {
  background: url(images/footer.png);
  color: #000;
  width: 942px;
  height: 60px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  line-height: 60px;
}

img {
  padding: 3px;
  border: 1px solid #5b1b42;
  margin: 5px;
}

table.links {
	background: #5a1a41 url(images/links.png) top repeat-x;
	position: relative;
	margin: auto;
	font-size: 10px;
	padding: 10px;
	width: 621px;
	margin-left: 215px;
	border: 1px solid #5b1b42;
}

.links a {
	color: #ffcceb;
	text-decoration: none;
	line-height: 15px;
	padding: 2px;
}

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

.paginate {
	color: #5a1a41;
	font-size: 12px;
	font-weight: bold;
}

.paginate a.left {
	padding: 15px;
	float: left;
}

.paginate a.right {
	padding: 15px;
	float: right;
}

.error {
  font-weight: bold;
  color: #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}