/*
STYLE SHEET FOR [viclockman.com] WEB SITE
Created by Tammy Nelson
www.thedigitalpalette.com
ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks
Notes
*/

/* ------------ 1. defaults ---------- */
* {
	margin: 0;
	padding: 0;
	}
body {
		scrollbar-face-color: #000000;
		scrollbar-shadow-color: #FF0000;
		scrollbar-highlight-color: #FF0000;
		scrollbar-3dlight-color: #000000; 
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #000000; 
		scrollbar-arrow-color: #FF0000;
		background-color: #000000;
	}

/* ---------- 2. structure ---------- */
#wrapper {
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 0;
	}
	
.textrules {
	text-align: left;
	margin-left: 0px;
	font-size: smaller;
	padding: 5px;
	color: #FFFFFF;
}

#Logo
  {
	visibility: visible;
	position: absolute;
	top: 20px;
	left: 45px;
	width: 351px;
	height: 272px;
	margin-bottom: 0px;
	margin: 0em;
	background-color:#000000;
  }
#presbyterianismcopy
    {
	visibility: visible;
	position: absolute;
	top: 290px;
	left: 50px;
	width: 600px;
	height: 466px;
	margin-top: 10px;
	color: #FFFFFF;
     }
#presbyterianismprice  { 
	visibility: visible;
	position: absolute;
	top: 443px; 
	left: 85px;
	width: 100px; 
	height: 23px;
	 }
	 
.price{
	color: #ff0000;
	font-family: san-serif;
	}
#presbyterianismTXT1
   {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0px;
	height: 426px;
	border: 5px none #6e86b5;
	width:45%;
    }
#presbyterianismTXT2
   {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 290px;
	height: 426px;
	width:45%;
    }
#HymnsHeretics
     { 
     visibility: visible; 
     position: absolute; 
     top: 700px; 
     left: 10px; 
     width: 600px; 
     height: 466px
      }
#HymnsHereticsPrice { 
	visibility: visible; 
	position: absolute; 
	top: 443px; 
	left: 85px; 
	width: 100px; 
	height: 23px; 
	}
#HymnsHereticsTXT
    {  
    visibility: visible; 
    position: absolute; 
    top: 0;
    left: 290px; 
    height: 426px; 
    border: solid 5px #6e86b5;
     }
     
#PsalmSingingForKids
   { background-color: #ffff8d; visibility: visible; padding-top: 10px; position: absolute; top: 2380px; left: 40px; width: 510px; height: 1055px; }
   
#TheWorshipPrinciple 
	{ 
	visibility: visible; 
	position: absolute; 
	top: 1170px; 
	left: 50px; 
	width: 500px; 
	height: 250px;
	 }
	 
#TheWorshipPrincipleIMG  
	{ 
	visibility: visible; 
	position: absolute; 
	top: 70px; left: 20px; 
	width: 100px; 
	height: 100px;
	 }
	 
#TheWorshipPrincipleTXT  
	{ 
	visibility: visible; 
	position: absolute; 
	top: 0; 
	left: 320px; 
	width: 100px; 
	height: 270px;
	 }
	 
#Forgotten  { visibility: visible; position: absolute; top: 1450px; left: 50px; width: 500px; height: 274px }

#ForgottenMinority  { visibility: visible; position: absolute; top: 0; left: 20px; width: 100px; height: 100px }

#SilverTrumpets   { visibility: visible; position: absolute; top: 140px; left: 225px; width: 100px; height: 100px }

#ExPsalmody   { visibility: visible; position: absolute; top: 0; left: 225px; width: 100px; height: 100px }

#TheLordsSupper  { visibility: visible; position: absolute; top: 1750px; left: 85px; width: 425px; height: 299px }

#ReformedWorship    { background-color: #f2fefe; visibility: visible; position: absolute; top: 2080px; left: 40px; width: 520px; height: 275px }

#LinkToTop   
	{ 
	visibility: visible; 
	position: absolute; 
	top: 850px; left: 250px; 
	width: 100px; 
	height: 29px;
	 }


#content {
	}
#footer {
	}
.separator {
	clear: both;
	height: 0;
	}
	
/* ----------3. links and navigation ---------- */
a {
	}
a:visted {
	}
a:hover {
	}
a:active {
	}
#navigation a {
	}
#navigation ul {
	}
#navigation li {
	}
	
/* ---------- 4. fonts ---------- */
h1,h2,h3,h4,p,ul {
	}
h1 {
	
	}
h2 {
	}
h3 {
	}
h4 {
	}
p {
	}
ul {
	list-style: disc;
	list-style-position: inside;
	line-height: 11pt;
	border: 0;
	}

/* ----------5. images ---------- */ 
a img {
	border: 0;
	}
	
/* ---------- 6. hacks ---------- */
body	{/* IE 5 cnering bug fix */
	text-align: center;
	}
#wrapper {
	text-align: left;
	}

