body
{
	background-color: #FFFFFF;
	color: #000000;
	width: 80%;
	width: 800px;
	margin: 0px auto;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
	background-image: url(backgrnd.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

div.con
{
	background-color: none;
	border: dashed #000000;
	border-width: 2px;
	margin: 10px;
	padding: 10px;
	background-image: url(tile.png);
}

div.header
{
	width: 90%;
	height: 100px;
	position: relative;
	margin-top: 0px;
	margin: auto;
	text-align: right;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	border-width: 3px;
	border: solid #000000;
	border-left: none;
	border-right: none;
	background-color: none;
	padding-right: 5px;
}

div.right
{
	width: 200px;
	position: absolute;
	right: 0px;
}

div.content
{
	width: 550px;
	min-height: 300px;
	position: absolute;
	left: 0px;
	margin-bottom: 20px;
}

div.links
{
	
}

div.just
{
	text-align: justify;
}

a.bookLink
{
	font-size: 12px;
}

div.articles a
{
	font-size: 14px;
}

a
{
	color: #000066;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

a.menu
{
	color: #000000;
	display: block;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
	margin-bottom: 5px;
	border-left: 5px solid;
	border-right: 5px solid;
	border-color: #ca801f;
}

a.menu:hover
{
	color: #000000;
	background-color: #ca801f;
	border-color: #000000;
}

img.border
{
	border-width: 3px;
	border: solid #000000;
}

img.bookPic
{
	float: right;
	margin-left: 5px;
	margin-right: 0px;
}

h2
{
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

h3
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

h5
{
	margin: 5px;
}

hr
{
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: dashed;
}