/***********************/
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: 1em Verdana, Arial, Helvetica, sans-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.4em;
	text-align:center;
}
#content h2 {
	color: #000000;
	font-size: 1.2em;
}
#content h3 {
	letter-spacing: normal;
	}
#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: 3em;
	position: absolute;
	top: 90px;
}
#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: -480px;
	top: 0px;
	width: 433px;
}
#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 {
	color: #464037;
	display: block;
	font-size: 2em;
	letter-spacing: -2px;
}
#title p {
	margin: 0px;
	padding: 60px 2em 40px;
}
blockquote p {
	margin: 0px;
}
blockquote {
	margin-left: 0px;
}
