@charset "UTF-8";
/* CSS Document */

body, html{
	margin: 0;
	background-color:  #d9cec1;
	font: .98em "Times New Roman", Times, serif;
	color: #9e927f;
}
#container{
	width:800px;
	background:url(images/content_bg.jpg) repeat-y top center #faf6ee;
}
#content-container{
	width:730px;
	padding: 5px 35px 20px 35px;
}
#capL{
	background:url(images/bg.jpg) repeat right top #d9cec1;
}
#capR{
	background:url(images/bg.jpg) repeat left top #d9cec1;
}
#content{
	margin: 10px 0 0 0;
	padding: 25px 0;
	width:730px;
	background: url(images/content-cap_top.jpg) top center no-repeat;
	line-height:1.3em;
}
a {
	color: #9e927f;
}
#nav a{
	text-decoration:none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav{
	text-align:center;
	padding: 15px 5px 10px 5px;
	border-bottom: 1px solid #deceb2;
	font-variant:small-caps;
	font-size: 1em;
}
#content p{
	margin: 10px 100px;
	text-indent: 15px;
}
#content p.noindent{
	text-indent: 0px;
}
#elegantLetter{
	font-size: 42pt;
	padding: 0 3px 0 0;
	/*font-style:italic;*/
}
hr{
	border: 0px;
	width:75%;
	height: 1px;
	border-bottom: 1px dashed #deceb2;
}
