@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
}
#navigation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#content {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 400px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	display: inline;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0 1px;
	padding: 0 1px;
}
#navigation li {
	float: left;
	width: auto;
	margin:  1px;
	padding: 1px;
}
#navigation a {
	text-decoration: none;
	color: #3a0261;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 0px solid #708090;
}
#navigation a:hover {
	text-decoration: none;
	color: #008000;
}
/* Content Styles */
#content img {
	padding: 0px;
	border: 0px solid #000000;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 1.20em;
	color: #3a0261;
}
#footer a {
	color: #3a0261;
}
#footer a:hover {
	color: #861818;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #3a0261;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #b60000;
	text-decoration: none;
}
.style_normal {
	font-weight: normal;
}
.style_italic {
	font-style: italic;
}