﻿@import url("layout.css");
body {
	font-family: Arial;
	font-size: small;
	background: #800000 url('tuscanancient3.jpg');
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #DEC791;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-color: #FA960E;
	border-left-color: #FA960E;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-color: #FA960E;
}
#masthead {
	text-align: center;
	width: 610px;
	padding: 2px;
	background: #DEC791;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right:;
	border-right-style: none;
}
#content {
	border: thin outset #FA960E;
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #EADBB9;
	padding-left: 5px;
	padding-right: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #800000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #800000;
}
#content img {
	border-style: solid;
	border-width: 0px;
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #800000;
}
#footer a {
	color: #800000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}