/* CSS Document */

body {
	margin: 0px;
	background-color: #440000;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(248,187, 0);
}
#submenu {
	padding: 10px;
	background-color: rgb(147, 29, 25);
	text-align: right;
}
#sidebar {
	float: left;
	height: 800px;
	width: 180px;
	background-color: rgb(248,187, 0);
	background-image: url(../images/menubkgd.jpg);
	background-repeat: no-repeat;

}
#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 180px;
	background-color: rgb(248,187, 0);
	line-height: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#crumb {
	font-size: 12px;
	color: #660000;
	letter-spacing: 5px;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #333333;
	letter-spacing: 8px;
	line-height: 28px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F08807;
}
#footer {
	clear: both;
	padding: 10px;
	background-color: rgb(147, 29, 25);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F8BB00;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DD7C01;
	height: 50px;
}
.details {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}
.details a {
	text-decoration: none;
}

