html {
	padding: 0;
	margin: 0;
	}

#page_rapper {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin: auto;
	width: 1000px;
	background-color: #084221;				/* green? */
	background-repeat: repeat;
	background-attachment: scroll;			/* or fixed */
	background-image: url('http://www.orthodoxtapes.org/images/greentex1.jpg')
	}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	background-color: #084221;				/* green? */
	background-repeat: repeat;
	background-attachment: scroll;			/* or fixed */
	background-image: url('http://www.orthodoxtapes.org/images/greentex1.jpg')
	}

	/* centers body contents on 1000px width */
div.body {
	margin: auto;
	width: 1000px;
	}

	/* hyperlinks */
a:link     {color: #000080;					/* navy */
			text-decoration: underline;}
a:visited  {color: #000080;
			text-decoration: underline;}
a:hover    {color: #000080;
			text-decoration: none;}			/* remove underline*/
a:active   {color: #000080;
			text-decoration: underline;}

.red {
	background-color: #c00000; 	/* red */
	background-image: url('http://www.orthodoxtapes.org/images/redtex2.gif');
	margin-top: 5px;
	margin-bottom: 5px;
	}

	/* set link style for top nav bar */
.top-nav {
	color: silver;		/* silver */
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	}

.top-nav a:link		{color: #ffeba1;				/* cream */
					text-decoration: underline;
					font-weight: bold;}
.top-nav a:visited  {color: #ffeba1;
					text-decoration: underline;
					font-weight: bold;}
.top-nav a:hover    {color: #ffffe0; 				/* lightyellow */
					text-decoration: none;			/* remove underline*/
					font-weight: bold;}
.top-nav a:active   {color: #ffeba1;
					text-decoration: underline;
					font-weight: bold;}

	/* set link style for bottom nav bar */
.nav {
	color: silver;							/* silver */
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 100px;
	}

.nav a:link		{color: #ffeba1;				/* cream */
				text-decoration: underline;
				font-weight: bold;}
.nav a:visited  {color: #ffeba1;
				text-decoration: underline;
				font-weight: bold;}
.nav a:hover    {color: #ffffe0; 				/* lightyellow */
				text-decoration: none;			/* remove underline*/
				font-weight: bold;}
.nav a:active   {color: #ffeba1;
				text-decoration: underline;
				font-weight: bold;}

	/* set link style for veiw cart button */
.cart {
	color: #ffeba1;			/* cream */
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	float: right;
	font-size: 1em;
	font-weight: bold;
	}

.cart a:link	{color: #ffeba1;				/* cream */
				text-decoration: underline;
				font-weight: bold;}
.cart a:visited	{color: #ffeba1;
				text-decoration: underline;
				font-weight: bold;}
.cart a:hover	{color: #ffffe0; 				/* lightyellow */
				text-decoration: none;			/* remove underline*/
				font-weight: bold;}
.cart a:active	{color: #ffeba1;
				text-decoration: underline;
				font-weight: bold;}

	/* adds more space after the footer line */
.bump {height: 65px}

#yellow {color: #ffeba1}

	/* ID - Occ logo at top left of page */
#logo {
	float: left;
	background-color: #ffffe0; /* lightyellow */
	position: absolute;
	top: 0px
	}

	/* Occ logo img settings */
#logo img {
	border-width: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	}

	/* ID - main body of page */
#body {	
	padding: 10px;
	background-color: #ffffe0; /* lightyellow */
	}

	/* centers div @700px wide for album display in list*/
div.center {
	margin: auto;
	width: 700px;
	/* border: 1px solid black */
	}

	/* album picture in centered div list */
img.list {
	border-style: solid;
	border-width: 1px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	}

/* main page heading image */
.heading {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	}

	/* main page heading */
h1 {
	color: black;        /* black */
	font-size: 2em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: left
	}

p {
	font-size: 1em;
	}

	/* body text class */
p.body {
	text-align: justify;
	text-indent: 16px
	}

	/* lecture part# and Title */
p.item {
	font-size: 1em;
	text-align: justify;
	font-weight: bold;
	text-indent: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px
	}

	/* lecture description */
p.item-text {
	font-size: 1em;
	text-align: justify;
	text-indent: 16px;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 30px
	}

	/* Class - copyright footer */
p.copyright {
	text-align: center;
	font-weight: bold;
	font-size: smaller
	}

	/* horizontal rule */
hr {
	color: #c00000;
	background-color: #c00000;
	height: 1px;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	/*  noshade: noshade; noshade: solid; shade: solid; */
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

	/* Class - unsorted list */
ul {
	list-style-type: disc;
	text-align: justify;
	text-indent: 0px;
	line-height: 100%;
	}

	/* Class - unsorted list to display recording series with little decoration */
ul.series {
	list-style-type: none;
	text-align: justify;
	text-indent: 0px;
	line-height: 150%;
	}

	/* ID sets table properties for singles media price tables */
#singles {
	margin: auto;
	width: 275px;
	}
#singles table {
	width: 275px;
	border-collapse: collapse;
	border: solid 1px;
	}
#singles td {
	vertical-align: top;
	padding: 5px;
	}
