body {
	font-family: "Courier New", monospace;
	font-size: 8pt;
	color: #000000;
	background-color: white;
	text-align: center;
	width: 100%;
	margin: 1em 0;
}

img {
	border-style: none;
}

a {
	color: #000000;
}

a:hover {
	color: #666666;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	background-color: #FFFFFF;
	text-align: left;
}

#outer_frame {
	padding: 4px;
	border: solid black 1px;
	height: 600px;
}

#outer_frame.red {
	background-color: #CC0000;
}

#outer_frame.green {
	background-color: #00CC00;
}

#outer_frame.yellow {
	background-color: #FFFF00;
}

#outer_frame.black {
	background-color: #000000;
}

#outer_frame.blue {
	background-color: #08CEC7;
}

#inner_frame {
	padding: 2px;
	background-color: #FFFFFF;
	border: solid black 1px;
	height: 594px;
}

#home_icon {
	position: absolute; 
	top: 0px; left: 0px;
}

#content {
	border: solid black 1px;
	height: 592px;
	position: relative;
}

div.content_home {
	background: #F7F2EB; 
}

div.content_tales {
	background: #EBF7EB;
}

div.content_drawings {
	background: #FEFFD9;
}

div.content_photos {
	background: #E1F5F4;
}

div.content_about {
	background: #F0F0F0;
}

.home_area_nav {
	text-align: center;
	position: absolute;
}

.home_area_nav div span {
	display: block;
	font: bold 16pt "Courier New", monospace; 
	font-style: italic;
	text-decoration: none; 
}

.home_area_nav a span {
	display: block;
	font: bold 16pt "Courier New", monospace; 
	text-decoration: underline; 
}

.home_area_nav a:link {
	color: #000000;
}

.home_area_nav a:visited {
	color: #000000;
}

.home_area_nav a:hover {
	color: #777777;
}

.home_area_nav a:active {
	color: #000000;
}

.home_area_nav.img {
	text-decoration: none;
}

.area_title {
	font: bold 40pt "Courier New", monospace;
	letter-spacing: 0.5em;
	text-align: center;
	margin-top: 0.2em;
	margin-left: 120px;
	text-transform: lowercase;
}

.sub_area_contents {
	font-family: "Courier New", monospace;
}

.sub_area_contents h1 {
	font-size: 10pt;
	line-height: 0.1em;
	padding-bottom: 0.5em;
	border-bottom: dotted 1px black;
}

.sub_area_contents h1 a {
	color: #000000;
	text-decoration: none;
}

.sub_area_contents h1 a:hover {
	text-decoration: underline;
}

.sub_area_contents ul {
	font-family: "Courier New", monospace;
	font-size: 9pt;
	padding-left: 0;
	line-height: 1em;
}

.sub_area_contents ul a {
	color: #000000;
	text-decoration: none;
}

.sub_area_contents ul a:hover {
	text-decoration: underline;
}

.sub_area_contents li {
	list-style-type: none;
	font-size: 8pt;
	text-transform: lowercase;
	line-height: 1em;
}

#footer {
	width: 100%;
}

#footer a {
	text-decoration: none;
}

#footer a:link {
	color: #666666;
}

#footer a:hover {
	color: #999999;
}

#drawing_page {
  font: 7pt/11pt "Courier New", monospace;
  color: #666666;
  background-color: #ffffff;
  text-align: center;
}

.drawing_container {
  background-color: #ff0000;
  text-align: center;
}

.drawing_frame {
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 4px;
  border: 1px solid #999999;
  background-color: #ffffff;
}

.drawing_breadcrumbs {
	margin: 8px auto;
  padding: 4px 6px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
	font-size: 10pt;
	color: #aaaaaa;
}

.drawing_breadcrumbs a {
	text-decoration: none;
	color: #aaaaaa;
}

.drawing_breadcrumbs a:hover {
	color: #dddddd;
}

.drawing_info {
  margin: 8px auto;
  padding: 4px 6px;
  border: 1px solid #999999;
  background-color: #eeeeee;
}

.drawing_nav {
  text-align: left;
  float: left;	
  font-size: 16pt;
}

.drawing_nav a {
  color: #004400;
  text-decoration: none;
}

.drawing_title {
  text-align: right;
	text-transform: lowercase;
	font-size: 10pt;
  font-weight: bold;
	font-style: italic;
	color: #000000;
}

.bold {
	font-weight: bold;
}