/***********************/
a {
	color: #db543c;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
address span {
	display: block;
	font-style: normal;
}
body {
	background: url(../images/white.gif) #706759 repeat-y -400px 0px;
	font: .9em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
h1, h2, h3 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
}
hr , #nav hr{
	display: none;
}
p , ul, dl{
	margin-top: 0px;
}
/***********************/
#container {
	position: relative;
	width: 600px;
}
/***********************/
#content {
	background: #ffffff;
	padding: 2em;
}
#content h1{
	color: #cc3e26;
	font-size: 1.6em;
}
#content h2 {
	color: #807363;
	font-size: 1.2em;
}
#content p {
	line-height: 1.7em;
}
/***********************/
#footer {
	color: #bfb9ae;
	padding: 4em 2em;
}
#footer * {
	margin: 0px;
	text-align: right;
}
#footer .credit {
	font-size: 0.7em;
}
/***********************/
#nav {
	left: 250px;
	position: absolute;
	top: 105px;
}
#nav * {
	display: inline;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #a4342b;
	padding: .5em;
}
/***********************/
#sidebar {
	color: #ffffff;
	padding: 20px;
	position: absolute;
	right: -280px;
	top: 0px;
	width: 233px;
}
#sidebar a {
	color: #fff0b7;
}
#sidebar dl *{
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
#sidebar dl dd {
	margin-bottom: 1em;
}
#sidebar dl dt {
	border-bottom: 1px solid #837869;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}
#sidebar img {
	background: #8b8170;
	border: 2px solid #61594e;
	padding: 1em;
}
/***********************/
#title {
	background: #ffffff;
}
#title a {
	display: block;
	background: url(../images/logo.gif);
	height: 113px;
	width: 457px;
	text-indent: -9999px;
	margin-left: auto;
}
#title p {
	margin: 0px;
}
blockquote p {
	margin: 0px;
}
blockquote {
	margin-left: 0px;
}

