* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000066;
	background-image: url('images/background_body.jpg');
	background-position: top center;
	color: #000000;
	
	text-align: center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
}

p, h1 {
	margin-bottom: 1em;
}

h1 { font-size: 12pt; font-weight: bold; }

.align-justify { text-align: justify; }

/* layout containers */

div#center {
	margin: 20px auto;
	width: 967px;
	
	text-align: left;
}

div#top {
	width: 967px;
	height: 168px;
	
	background-image: url('images/background_top.jpg');
	background-repeat: no-repeat;
}

	div#navigation {
		width: 95%;
		height: 22px;
		position: relative;
		left: 40px;
		top: 143px;
	}
	
	div#navigation a {
		padding: 2px 7px;
		margin:  0 2px;
		background-color: #ffffff;
		color: #990000;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;  
	}
	
	div#navigation a:hover {
		color: #666666;
	}
	
	div#navitagion a:active {
		color: #ff6600; 
	}

div#middle {
	width: 967px;
	height: 460px;
	
	background-image: url('images/background_middle.jpg');
	background-repeat: no-repeat; 
}

	div#content {
		width: 382px;	/* final width: 422px; */
		height: 424px;
		
		margin-left: 18px;
		padding: 20px 20px 0 20px;
		
		overflow-y: scroll;
	}

div#bottom {
	width: 967px;
	height: 30px;
	
	background-image: url('images/background_bottom.jpg');
	background-repeat: no-repeat;
	
	text-align: right;
}

	span#bottomlinks {
		position: relative;
		top: 8px;
		right: 10px;
		background-color: #000066;
		
		margin-right: 40px;
		
	}
	
	span#bottomlinks a {
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		margin: 0 0.5em;
	}
	
	span#bottomlinks a:hover {
		text-decoration: underline;
	}

div.tx-jmgallery-pi1 {
	padding: 0;
	margin: 0;
}
