body {
/*
	margin: 0;
	padding: 0;
*/	
	background: #f7f3ef;
	font: normal small "Gil Sans MT", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #683c24;
}

img {
	border:none;
}

#wrapper {
	background: #FFFFFF ;
	width: 704px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background: #683c24 ;
	color: #e6d9ca;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}
#header img {
	float:left;
	vertical-align:center;
	padding-right: 5px;
}

#header h1 {

	padding: 0.5em 0 0 0;
	text-align : center;
	
/*	vertical-align:center;
	margin-top: 0; */
}

#main {
	width: 100%;
	margin: 0 auto;
	padding: 2px 0 0 0;
}

#content {
	float: right;
	width: 504px;
}

#content p, blockquote, ul, ol {
	margin-top: 0;
}

#content blockquote {
	padding: 0 0 0 40px;
	background: url(images/quote.gif) no-repeat;
	line-height: 1.6em;
}

#content blockquote a {
	text-decoration:none;
}

#content a {
	color: #683c24;	
}

#content a:hover {
	background: none;
	text-decoration: underline;
}

#content dt {
	font-weight:bold;
}

#content #splash {
	float:right;
	width:504px;
	padding-bottom: 10px;
	height:229px;
}

#addr {
	line-height: 1.1em;
	font-size: x-small;
}

#foot {
	line-height: 1.5em;
	font-size:small;
}

#sidebar {
	float: left;
	font-weight:bold;
	width: 200px;

}

.active {
	font-weight:normal;
}

#sidebar ul {
	margin: 0;
	padding: 15px 20px 30px 20px;
	background: url(/images/fade1.gif) repeat-x;
	list-style: none;
	line-height: 2.2em;
}

#sidebar a {
	color: #683c24;	
	text-decoration: none;
}

#tag {
	font-weight:bold;
	clear:both;
	text-align:center;
}

#footer {
	padding: 3px 0 3px 0;
	background: #683c24;
	color: #e6d9ca;	
	text-align:center;
	line-height: 1.3em;
	font-size: smaller;
	clear: both;
}

#footer a {
	color: #e6d9ca;
	text-decoration:none;
}

#footer a:hover {
	color: #e6d9ca;
	text-decoration: underline;
}
