
@media screen{

	/* Global tags */

body {
		padding: 0;
		margin: 0;
		font-family: "Times New Roman", Georgia, serif;
		color: black;
		background-color: #1e0605;
		background-image: url(../images/page_background.jpg);		
		background-repeat: no-repeat;
		background-position: top center;			
		text-align: center;
	}
#headDiv {
		background-image: url(../images/bg_sources.jpg);		
		background-repeat: no-repeat;
		background-position: top center;			
	}	
#headDivPrince {
		background-image: url(../images/bg_prince.jpg);		
		background-repeat: no-repeat;
		background-position: top center;			
	}
#headDivEvent {
		background-image: url(../images/bg_event.jpg);		
		background-repeat: no-repeat;
		background-position: top center;			
	}	
#headDivProtagonists {
		background-image: url(../images/bg_protagonists.jpg);		
		background-repeat: no-repeat;
		background-position: top center;			
	}
img {
		border: 0;
		margin: 0;
		padding: 0;
	}	
	a {
		color: #993026;
		text-decoration: none;
		font-weight: bold;
	}
	a:hover {
		color: red;
	}
	a:active {
		color: #993026;
	}
	img {
		border: 0;
	}
	table {
		margin: 5px;
	}

	/* Page-wide headings */

	h1 {
		margin: 0;
		display: inline;
		}
		
	h1 img{
		margin: 0;
		padding: 0;
	}

	h2 {
		font-size: 24px;
	}
	h4 {
		border-bottom: solid 2px gray;
		margin-top: 24px;
		margin-bottom: 0px;
	}
	.subPageLink {
		margin: 0 0 10px 5px;
	}
	.subPageLinkA {
		color: black;
		font-size: 18px;
	}
	.subPageLinkAB {
		color: #993026;
		font-size: 18px;
	}	
	/* The global wrapper divs, used for handy styling */

		div#embrace {
			margin: auto;
			width: 1000px;
			text-align:left;
		}
		div#mainContent {
			margin: 0;
			width: 1000px;
			min-height:840px;
			padding: 0;
			background-image: url(../images/main_background.png);
		}

	/* Index segments */
	
		div#topspaceindex {
			background-color: #081e1c;
			width: 1000px;
		}
		div#bottomspaceindex {
			background-color: #1d0301;
			width: 1000px;
		}
		

	/* The Main Menu */
	.listYear {
		font-size: 24px;
		font-weight: bold;		
		margin-bottom: 0;
		border-bottom: solid 1px gray;
	}
	.listMonth {
		margin-left: 16px;
	}	
	ul#mainMenu {
		margin: 0;
		padding: 0;
		display: inline;
	}
	ul#mainMenu a {
		color: #FFFFFF;
	}
	ul#mainMenu a:hover {
		color: red;
	}
	ul#mainMenu li {
		margin: 0;
		padding: 0;
	    list-style: none;
		display: inline;
	}

	dt {
		margin-top: 16px;
		border-bottom: solid 1px grey;
	}
	#footerDiv {
		padding-left: 50px;
		font-weight: bold;
		font-size: 12px;
		color: #e2be5b;
	}
	#footerRight {
		float: right;
		margin-right: 40px;
	}
	#footerRight a {
		font-weight: bold;
		font-size: 12px;
		color: #e2be5b;	
	}
/* **************************************************************************

					BEGIN CONTENT ITEMS
					
*************************************************************************** */

div#centralContent {
	margin: 0px 246px 0px 300px;
	padding: 0px;	
	width: 450px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;	
	min-height: 1500px;	
	.margin-left: 250px;
}					
	
#rightcolumn {  
	float: right;
	width: 180px;
	margin-right: 60px; 
	.margin-right: 40px;
}  
 
#leftcolumn {  
	float: left;
	min-height: 1500px;
	height: 1500px;
	width: 172px;  	
	margin-left: 63px;
	background-image: url(../images/main_feather.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
	_width: 171px;
	_margin-left: 27px;

}  

.newsInfo {
	margin-top: 0;
	font-size: 11px;
	color: gray;
	text-align: right;
}

.sitemapitem {

	padding-left: 40px;
}

.sitemapspacer {
	border-left: dotted 1px gray;
	border-bottom: dotted 1px gray;
}

}




@media print{


}