/* CSS Document */

body {
		background-color:#999999;
	}

a:link {
	color:#660000;
	text-decoration:none;
	}
	
a:visited {
	color:#660000;
	text-decoration:none;
	}
	
a:hover {
	color:#990000;
	text-decoration:none;
	}

#screen {
	width:100%; 
	height:100%;}

#window {
	background-color:#CCCCCC; 
	background-image:url(images/BG_Grid_small2.gif);
	width: 1024px; 
	height: 768px; 
	position: relative; 
	margin: auto;
	z-index: 1;
	}
	
#definition {
	background-color:#EFE0B1;
	padding: 25px;
	width: 400x; 
	height: 200px; 
	position: relative; 
	margin: auto;
	z-index: 1;
	overflow: auto;
	}

#header {
	position: absolute;
	right: 868px;
	bottom: 584px;
	z-index: 3;
	}
	
#navigation {
	position: absolute;
	left: 698px;
	bottom: 590px;
	color: #99000;
	font-size: 17px;
	line-height: 20px;
	font-family: din-condensed-web, nimbus-sans, sans-serif;
	}
	
#subnavigation {
	position: absolute;
	left: 698px;
	top: 208px;
	font-size: 15px;
	line-height: 19px;
	font-family: din-condensed-web, nimbus-sans, sans-serif;
	}

#contenttile {
	background-color:#CCCCCC;
	position: absolute;
	right: 358px;
	bottom: 187px;
	}

	div#sidebarl a:hover {background:#CCCCCC; color:#6E6A12;}
	div#contenttile a img.big {height: 0; width: 0; border-width: 0;}
	div#contenttile a:hover img.big {position:absolute; bottom:3px; left:-367px; height:350px; width:350px; border:1;}

#summary {
	position: absolute;
	width: 350px;
	right: 483px;
	bottom: 172px;
	text-align: right;
	font-family: adobe-jenson-pro, tk-adobe-jenson-pro, serif;
	
	}

#address {
	position: absolute;
	right: 358px;
	top: 611px;
	}

#copyright {
	position: absolute;
	bottom: 0px;
	color:#9A5613;
	font-weight: 100;
	font-color:#9A5613;
	font-size: 10px;
	letter-spacing: .1em;
	word-spacing: .05em;
	font-family:"tk-droid-serif", adobe-garamond-pro, tk-adobe-garamond-pro, serif;
	}

.header {
	color: #660000;
	font-size: 17.5px;
	line-height: 22px;
	font-family:"tk-droid-serif", adobe-garamond-pro, tk-adobe-garamond-pro, serif;
	}
	
.main_text {
	color: #660000;
	font-size: 12px;
	line-height:15px;
	font-family:"tk-droid-serif", adobe-garamond-pro, tk-adobe-garamond-pro, serif;
	}
	
.emph {
	font-weight:bold;
	}

.fortytwo {
	font-family: adobe-caslon-pro, sans-serif;
	}

.location {
	color: #99000;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	font-family: din-condensed-web, droid-serif, sans-serif;
	}
	
.local {
	font-family: din-condensed-web, nimbus-sans, sans-serif;
	}
	div.local a:link {color:#1c1c1c;}
	div.local a:visited {color:#1c1c1c;}
	
.hidden {
	display: none;
	}