﻿@import url("layout.css");
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #8C9C9B;
	background-repeat: inherit;
	background-attachment: scroll;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font: status-bar;
}
#container {
	width: 700px;
	margin: 10px auto;
	background-color: #8C9C9B;
}
#masthead {
	text-align: center;
	width: 700px;
	border: 1px solid #431;
	background-color: #8C9C9B;
	background-repeat: repeat;
	background-attachment: fixed;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #93A5A4;
	outline-color: #000000;
	height: 600;
}
#content {
	background-position: center;
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #8C9C9B;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: large;
	font-style: inherit;
	font-weight: inherit;
	background-repeat: inherit;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #93A5A4;
}
/* Masthead Styles */
#masthead h1 {
	background: #AE0C0C url('web%20ready%20drape.jpg') fixed;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	text-decoration: none;
}
#masthead h3 {
	background: #93A5A4 url('rose%20edit%20webready.jpg');
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #9E7173;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-color: #000000;
	border-left: thin #000000 none;
	border-style: none;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #8C9C9B;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: inherit;
	font-variant: inherit;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: left;
	text-indent: inherit;
	vertical-align: inherit;
	white-space: normal;
	word-spacing: normal;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-width: thin;
	border-right-color: #000000;
	border-right-width: thin;
	border-top-color: #000000;
	border-top-style: none;
	border-top-width: thin;
	clear: none;
	cursor: auto;
	outline-color: #FFFFFF;
	font: inherit;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #91918A;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font: inherit;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-color: #9E7173;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	text-transform: none;
	top: auto;
}
.style_italic {
	font-style: italic;
}