/*
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 ---------- */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
width:100%; 
}


* html body{ /*IE6 hack*/
padding: 0 0 0 100px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
#NavBar.innertube { margin: 5px; }
#maincontent.innertube { padding-left: 40px; }
.innertube   { margin: 5px; }

.textrules {
	text-align: left;
	margin-left: 0px;
	background-color: #ffffff;
	font-size: smaller;
	padding: 5px;
}

#Logo
  {
	visibility: visible;
	position: absolute;
	top: 30px;
	left: 43px;
	width: 351px;
	height: 221px
  }
  
#ExclusivePsalmody
    { 
    visibility: visible; 
    position: absolute; 
    top: 210px; 
    left: 50px; 
    width: 600px; 
    height: 466px;
     }
#ExlusivePsalmodyprice  { 
	visibility: visible;
	position: absolute;
	top: 443px; 
	left: 90px;
	width: 100px; 
	height: 23px;
	 }
	 
.price{
	color: #ff0000;
	font-family: san-serif;
	}
#ExclusivePsalmodyTXT
   {  
   visibility: visible; 
   position: absolute; 
   top: 0; 
   left: 295px; 
   height: 42px; 
   border: solid 5px #6e86b5;
    }
#HymnsHeretics
     { 
     visibility: visible; 
     position: absolute; 
     top: 700px; 
     left: 50px; 
     width: 600px; 
     height: 466px
      }
#HymnsHereticsPrice { 
	visibility: visible; 
	position: absolute; 
	top: 443px; 
	left: 90px; 
	width: 100px; 
	height: 23px; 
	}
#HymnsHereticsTXT
    {  
    visibility: visible; 
    position: absolute; 
    top: 0;
    left: 295px; 
    height: 426px; 
    border: solid 5px #6e86b5;
     }
     
#PsalmSingingForKids
   { background-color: #ffff8d; visibility: visible; padding-top: 10px; position: absolute; top: 2380px; left: 55px; width: 510px; height: 1055px; }
   
#TheWorshipPrinciple 
	{ 
	visibility: visible; 
	position: absolute; 
	top: 1170px; 
	left: 55px; 
	width: 500px; 
	height: 250px;
	 }
	 
#TheWorshipPrincipleIMG  
	{ 
	visibility: visible; 
	position: absolute; 
	top: 70px; left: 25px; 
	width: 100px; 
	height: 100px;
	 }
	 
#TheWorshipPrincipleTXT  
	{ 
	visibility: visible; 
	position: absolute; 
	top: 0; 
	left: 325px; 
	width: 100px; 
	height: 270px;
	 }
	 
#Forgotten  { visibility: visible; position: absolute; top: 1450px; left: 55px; width: 500px; height: 274px }

#ForgottenMinority  { visibility: visible; position: absolute; top: 0; left: 25px; width: 100px; height: 100px }

#SilverTrumpets   { visibility: visible; position: absolute; top: 140px; left: 230px; width: 100px; height: 100px }

#ExPsalmody   { visibility: visible; position: absolute; top: 0; left: 230px; width: 100px; height: 100px }

#TheLordsSupper  { visibility: visible; position: absolute; top: 1750px; left: 90px; width: 425px; height: 299px }

#ReformedWorship    { background-color: #f2fefe; visibility: visible; position: absolute; top: 2080px; left: 55px; width: 520px; height: 275px }

#LinkToTop   
	{ 
	visibility: visible; 
	position: absolute; 
	top: 3450px; left: 255px; 
	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;
	}

