body {
	background-color: #753C09;
	background-image: url(../grfx/leatherbg.jpg);
	background-repeat: repeat;
}

h1{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-style: italic;
	margin-left: 50px;
	font-weight: bold;
}

ul
{
	list-style-type: none;
	padding: 0;
}

li
{
	margin-bottom: 6px;
	margin-top: 2px;
}

#menubox ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}

#menubox ul li a:hover {
	text-decoration: underline;
}

#main {
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -8px;
}

#headtext {
	height: 100px;
	width: 600px;
	font-family: "Courier New", Courier, monospace;
	font-size: 36pt;
	position: relative;
	left: 125px;
	top: 15px;
}

#blotbox {
	background-image: url(../grfx/blotterjn.jpg);
	height: 530px;
	width: 840px;
	margin-top: 35px;
	background-repeat: no-repeat;
	margin-left: 5px;
}
#pcimg {
	height: auto;
	width: 260px;
	position: relative;
	left: 500px;
	top: -170px;
}

#menubox {
	height: 400px;
	width: 300px;
	position: relative;
	left: 50px;
	top: 30px;
	padding-top: 55px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#textbox {
	background-image: url(../grfx/paper.jpg);
	height: 350px;
	width: 670px;
	position: relative;
	background-repeat: no-repeat;
	top: -150px;
	left: 100px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-left: 58px;
	padding-top: 60px;
}
#bottomnote {
	height: 260px;
	width: 240px;
	margin-top: 400px;
	margin-left: 50px;
	background-image: url(../grfx/note.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 40px;
	padding-left: 10px;
	float: left;
}
#spbox {
	float: left;
	height: 60px;
	width: 500px;
	margin-top: 620px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#ejcr {
	clear: left;
	height: 50px;
	width: 50px;
	margin-left: 50px;
}
	
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

