﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #3F4344;
	background-image: url('../images/dgrey062.gif');background-attachment:fixed;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #905327;
	border:3px;border-color:silver;border-style:solid;
}
#masthead {
	text-align: right;
	width: 800px;
	overflow: auto;
	background-color: #fff;
	/*background-image:url('../images/assuie-fur-2.jpg'); */
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;

}
#sidebar {
	float: left;
	width: 160px;
	background-color: #CC7828;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 610px;
	padding: 15px;
	padding-top:8px;
	overflow: auto; 
	background-color: #fff;
	margin: 0px;
	position: relative;
	background-image:url('../images/ribbon.gif');background-position: top; ;background-repeat:repeat-x;
	}
#content img {
	display: block;
}



#showbox{
	float:right;
	padding:2px;
	background-color:white;
	margin-left:10px;
	margin-bottom:10px
	
}



#footer {
	clear: both;
	width: 800px;
	background-color: #283033;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #f9f9f9;
	background-color: #D3C5BC;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	color:white;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC3300;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h2 {
	padding-top: 3px;
}

