*			{	margin:			0px;
				padding:		0px;
			}

body			{	background-color:	#118811;
				background-image:	url(images/parchment.gif);
				background-position:	-20px -50px;
				background-repeat:	no-repeat;
			}

#left_col		{	position:		absolute;
				width:			200px;
				left:			10px;
				top:			0px;
				text-align:		right;
			}

#spacer			{	height:			50px;
				width:			180px;
				margin:			20px 10px;
				border:			0px;
			}

#right_col		{	position:		absolute;
				width:			200px;
				right:			0px;
				top:			0px;
			}

#inkwell		{	position:		absolute;
				right:			0px;
				top:			0px;
			}

#quill			{	position:		absolute;
				right:			0px;
				top:			215px;
			}

#container		{	background-color:	#FFFFCC;
				background-image:	url(images/back.png);
				border:			1px solid #FFCF63;
				margin:			70px 220px 0px 220px;
				padding:		20px 30px 0px 20px;
			}

#container p:first-letter{	font-family:		"Times New Roman", serif;
				font-size:		25px;
				font-weight:		bold;
			}

#footer			{	margin:			0px 220px;
				padding:		0px 10px;
			}

#footer img		{	float:			right;
				border:			0px;
				margin-left:		2px;
			}

#footer p		{	font-size:		13px;
				font-style:		normal;
				letter-spacing:		0px;
				line-height:		13px;
				text-align:		center;
			}

#footer a		{	color:			#000000;
			}

#footer a:link, a:visited{	text-decoration:	none;
			}

#footer a:hover, a:active{	text-decoration:	underline;
			}

h1			{	color:			#DD8833;
				font-family:		"Times New Roman", serif;
				font-size:		24px;
				font-style:		italic;
				letter-spacing:		2px;
			}

p			{	font-family:		"Times New Roman", serif;
				font-size:		16px;
				font-style:		italic;
				letter-spacing:		1px;
				line-height:		22px;
				margin:			5px 0px 20px 0px;
			}

