/* CSS Document */

body {
	
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-color: #660000;
	background: url(images/background.jpg);
}

h1 {
	font-family:Palatino, serif;
	color: #993300;
	font-size: 196%;	
	border-bottom: 1px dashed #666;
	line-height: 1.1em;
	padding-bottom: .2em;
}

.date-right {
	font-size:9px;
	margin-top: -1.6em;
	text-align: right;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	color: #993300;
	font-size: 137%;	
}
a {
	color: #993300;
	font-weight:bold;
}

#wrapper {


}

#heading {
	display: block;
	background-color: black;
	background-image:url(images/header.gif);
	background-position:right;
	height: 80px;
	background-repeat: no-repeat;
	border-bottom: 8px solid black;
}

#content {

	width: 760px;
	min-height: 450px;
	margin: auto;
	background-image: url(images/60.png);
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 10px solid black;
}

#nav {

	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 2.1em;
	line-height: 1.2em;
}

#nav/ li.out {
	/*
	background: url(images/nav-out.png);
*/
}
#nav li.active {

	/*
	background: url(images/nav-over.png);
	*/
	background-color:#ccd26f;
	border: 1px solid black;
}

#nav li.on {

	/*
	background: url(images/nav-over.png);
	*/
	background-color:#ccd26f;
	border: 1px solid black;
}
#nav li {
	float: left;
	
	height: 1.0em;
	
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	
	margin: 2px;
	margin-left: .5em;
	margin-bottom: 2px;
	margin-top:-1px;
	
	
	border: 1px solid #000;
	background-color:#FBFBF3;
	color: #999999;
	
	font-weight: bold;	
	font-size:12px;
}
#nav li a {

	text-decoration: none;
	color: black;
}
.textBlock {

	margin: 6px;
	background-image: url(images/60.png);
	border: 1px solid #666;

}


#sidebar {
	
	float: right;
	width: 200px;
}


#copyright {

	font-size: 10px;
	margin-top: 1.5em;
	margin-left: 50px;
	margin-right: 50px;
	margin: .5em;
	line-height: 1.1em;
	text-align:justify;
}

#copyright span.text {
	background: url(images/60.png);
	
}

#copyright a {

	color: black;¨
}


.textBlock .text {
	
	min-height: 360px;

}

.img {
	float: right;
	height: 130px;
	width: 145px;
	background-color: #663300;
	border: 2px solid black;
	
}




#main-frame .minHeight {
	height:480px;
	width: 1px;
	background: none;
	float: right;
}

#main-text hr {
	clear: left;	
	background:black;
	height:1px;
	border: 0;
}


.article-listing-row {
	
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	
}

.article-listing-row h2 {
	margin-bottom: 0;	
}
.article-listing-row .date {
	font-style: italic;
	
}