/*  CSS Copyright Jon Carewick & Paul Townsend aka Team Ramrod */

/* This is the main body style for each individual layout page main, contacts, etc. */
body.layout {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-style: bold;
	background: url('images/bgGradient.jpg') repeat-y #F8BBB5 fixed
}

/* This is the main body style for text and background attributes of each Text page */
body.main 	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url('images/bgMain.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed
}

/* Oh, this isn't the Navigation Layer!? IT IS! */
div#navLayer	{
	position: absolute; 
	left: 2px; 
	top: 157px
}

/* LINKS --Attrutes To follow */
div#txtLinks {
	position: absolute; 
	left: 170px; 
	top: 530px
}


a,a:active {
	color: #000000;
	text-decoration: none
}
a:hover	{
	color: #000000;
	text-decoration: underline
}

a:visited {
	color: #836360
}
/*End of Links Attributes */


/* Shadow Layers! */
   /* right Shadow! */
div#rtShadow  {
	position: absolute; 
	left: 720px; 
	top: 0px; 
	width: 5px; 
	height: 578px;  
	background-image: url('images/rtShadow.jpg'); 
	background-repeat: repeat-y
}

/* bottom Shadow */
div#btmShadow {
	position: absolute; 
	left: 50px; top: 580px; 
	width: 673px; 
	height: 5px;  
	background-image: url('images/btmShadow.jpg'); 
	background-repeat: repeat-x
}

/* Shadow Crossing between the right shadow, the bottom shadow, and the nexus of the universe! */
div#shCrossing {
	position: absolute; 
	left: 717px; 
	top: 575px; 
	width: 8px; 
	height: 10px;  
	background-image: url('images/shCrossing.jpg'); 
	background-repeat: no-repeat
}

/* EYE SHADOW!!! */
/* Just kidding, there is no eye shadow, EYE, am, SUCH A VALLEY GIRL!!! */



