/* coss.css - Written by Joseph Hutley - by hand!!*/

body	{ font-family: Verdana, sans-serif; 
	  background: url("cossspiral4.png") fixed no-repeat transparent;
 	  background-color: #8a6bb8;
 	  margin: 0; padding: 0; 
	}


h1, h2, h3, h4, h5, h6, p, li
	{ font-family: "Lucida Sans Unicode", sans-serif;
	  color: #ffffff; 
	}

h2	{ text-align: center; 
	  text-decoration: none;
	}

h2, h3	{ text-align: center; }

h3	{ line-height: 5px; }

h6	{ font-size: 10px; 
 	  font-weight: normal;
	}

/* Relocation of position:fixed bar at top of screen */

.topbar
	{ position: fixed; 
	  margin: 0; padding: 0;
	  text-align: center;
	  width: 812px;
	  height: 105px;
	  background-color: #805cb5;
	}

.topbar img 
	{ float: left;
	}

.fade 
	{ float: left;
	  height: 127px; width: 130px;
	  opacity: .35;
	  filter: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=125, StartY=120, FinishX=0, FinishY=0);
	}


/* Floating center */

.content 
	{ float: left;
	  width: 662px;
	  margin: 105px 0 0 130px;
	  padding: 0 10px 0 10px;
	  background: no-repeat fixed url("cossspiral4.png");
	  background-color: #644593; 
	  font-family: Tahoma; /* , "Lucida Sans Unicode"; */
	  font-weight: normal;
	}

.content p
	{ /* font-family: "Lucida Sans Unicode"; */
	  font-size: 14px; 
	  font-weight: normal;
	}

.content a[href]
	{ font-size: 14px;
	  text-decoration: none;
	  color: #c0c0c0;
	  display: inline;	  
	}

.content h4
	{ text-align: center; }

.content hr
	{ border: 1px solid #c0c0c0;
	}



/* Center the pentacle on the page */

.pentacle
	{ text-align: center; }

/* Menu Support */
/*
#menu img
	{ position: fixed;
	  float: left;
	  margin: 4px 0 0 630px;
	  z-index: 5;
	}
*/


#menu ul
	{ position: fixed;
	  float: left;
	  margin: 105px 0 0 0;
	  padding: 70px 2px 0 0;
	  height: 100%; 
	  list-style-type: none;
	  text-decoration: none;
	  background: no-repeat fixed url("cossspiral4.png");
	}

#menu li
	{ list-style: none; 
  	  text-decoration: none;	
	  border: 1px solid #c0c0c0;	
	  margin: 0 0 3px 0px;
	  padding-left: 5px;
	  background-color: #644593; 
	  width: 120px;
	}

#menu a:link, a:visited, a:hover, a:active
	{ font: 13pt Verdana, sans-serif;
	  color: #ffffff;
	  text-decoration: none;
	  display: block;  
	}

#menu a:hover
	{ background-color: #6b587b;
	}

#hrbar
	{ background-color: #8a6bb8; }

#cossbox
	{ /* display: none; */
	  float: right;
	  width: 200px;
	  height: auto; /* 260px; */
	  border: 1px solid #c0c0c0;
	  margin-left: 10px;
	  padding: 0 5px 10px 15px;
	}

#cossbox h5	
	{ text-decoration: underline;
	  text-align: center;
/*	  margin-bottom: -15px; */
	}

#cossbox p
	{ font-size: smaller;
	}

.right
	{ float: right; }

.left
	{ float: left; 
	  margin-right: 10px;
	}

