﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #ffe4e1;
	background-image: url("../images/pink_argyle.gif");
	background-attachment: scroll;
	background-repeat: repeat;
}
#masthead {
	width: 640px;
	height: 65px;
	overflow: hidden;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url("../images/masthead.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#container {
	width: 640px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/container.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#navigation {
	text-align: center;
	overflow: hidden;
	width: 640px;
}
#content {
	font-size: 1.03em;
	position: relative;
	float: left;
	width: 375px;
	margin-left: 15px;
	padding: 5px 5px 15px 0;
	display: inline;
}
#sidebar {
	color: #363636;
	float: right;
	width: 215px;
	margin-right: 10px;
	padding: 10px;
	display: inline;
}
#footer {
	text-align: center;
	width: 640px;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
}
/* Masthead Styles */
#masthead h1 {
	text-align: center;
	color: #cd5c5c;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	margin-left: 10%; 
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #db7093;
	display: block;
	padding: 5px;
	border: 1px solid #dcdcdc;
	background-color: #ffe4e1;
}
#navigation a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #fa8072;
}
/* Content and Sidebar Styles */
h1,h2,h3,h4,h5,h6 {
	color: #f08080;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #dcdcdc;
}
#sidebar_text {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 5px solid #ffe4e1;
	border-bottom: 5px solid #ffe4e1;
}
/* Footer Styles */
#footer p {
	font-size: 0.9em;
	color: #363636;
	margin-top: 0;
}
#footer a {
	color: #b22222;
	text-decoration: underline;
}
#footer a:hover {
	color: #b22222;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}