body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #8A8474;
	background-image: url(images/wallpaper.jpg);
	font-size: 0.95em;
}
p {
	line-height: 1.4em;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 40px;
	margin-bottom: 200px;
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(images/paper.png);
}
#wrapperinner {
	width: 750px;
	background-color: #FFFFFF;
}
#header {
	width: 730px;
	padding: 10px;
	text-align: right;
	font-size: 2.2em;
	font-weight: bold;
	float: left;
	margin: 0px;
	display: inline;
}
#main {
	width: 450px;
	margin-left: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	background-color: #FFFFFF;
	display: inline;
	padding: 0px 20px 0px 0px;
}
#sidebar {
	width: 230px;
	margin-left: 10px;
	background-color: #F3F3E9;
	float: left;
	padding: 10px;
}
#footer {
	background-color: #FFFFFF;
	width: 730px;
	font-size: 0.7em;
	font-style: italic;
	text-align: right;
	padding: 10px;
	clear: both;
}
#main p {
	text-align: left;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	text-align: right;
	color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: right;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	text-align: right;
	font-style: italic;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #cccccc;
	border-left-color: #666666;
	text-align: right;
	font-style: italic;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #DDDDDD;
	border-left-color: #666666;
	text-align: right;
	font-style: italic;}
h6 {
	font-size: 1em;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #eeeeee;
	border-left-color: #666666;
	text-align: right;
	font-style: italic;}
.Lpicture {
	float: left;
	margin-right: 5px;
}
.Rpicture {
	float: right;
	margin-left: 5px;
}
.textbox {
	background-color: #FFFFCC;
	padding: 10px;
	float: right;
	border: 1px solid;
	width: 200px;
	margin: 10px;
}
.quote {
	font-style: italic;
}
ul {
	list-style-position: outside;
	list-style-image: url(imag/teeny-circles.gif);

}
.dropcap {
	float: left;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.divider {
	background-image: url(imag/snoozediv.gif);
	clear: both;
	height: 10px;
	width: 450px;
	background-repeat: no-repeat;
	background-position: center center;
}
