* { margin: 0; padding: 0; }

body { text-align: center; overflow-y: scroll; }
p .rss-title {display: none; }
#site {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;

}

a.link {
	background-color: #1D0706;
	text-align: center;
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

a.link:hover {
	background-color: #6F4623;
}

#container {
	min-height: 250px;
	font-family: "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	text-align: justify;
	font-size: 13px;
	line-height: 17px;
	padding: 35px 15px 15px 15px;
	background: transparent url(../img/handwrite.gif) no-repeat bottom right;
	/*background-position: bottom right;*/
}
#container q {
	font-family: "Georgia", "Times New Roman", "Helvetica", serif;
	font-style: italic;
	width: 100%;
	text-align: right;
	quotes: '\00AB\00A0' '\00A0\00BB' '\201C' '\201D';
}
#container q:before { content: open-quote; }
#container q:after { content: close-quote; }
#container h1 {
	color: #6F4623;
	font-size: 19px;
	border-bottom: 1px solid #6F4623;
	margin-bottom: 8px;
	margin-top: 20px;
}
#container p {
	text-indent: 20px;
	text-align: justify;
	font-size: 13px;
	line-height: 17px;
	margin-top: 8px;
}
#container ul {
	list-style-type: none;
	margin-left: 20px;
	list-style-image:  url(../img/dot.gif);
}
#container form[name=contact] {
	font-size: 13px;
	line-height: 30px;
	margin-top: 30px;
}
#container input, textarea {
	border: 1px solid #000;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 13px;
	padding: 1px;
}
#container a {
	color: #953F0E;
	font-weight: bold;
	text-decoration: none;
}
#container a:hover {
	color: #F77400;
}
#container textarea {
	width: 250px;
	height: 100px;
	margin-bottom: 15px;
}

#container input:focus, textarea:focus {
	background-color: #F7F5F2;
}

