/* sacredhealingcircles.org */
/* css style data, by Ryan Sherman, http://pagesdesign.com/ */

/* basic elements */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #3c3c6e;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #3c3c6e;
}
a {
	outline:none;
	text-decoration: underline;
}
a:link {color: #5A288C}     /* Bright Purple */
a:visited {color: #3C235A}  /* Dark Purple */
a:hover {color: #Faa050}    /* Bright Orange */
a:active {color: #B48CB4}   /* Light Purple */

img {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}


/* specific divs */
#container {
	width: 750px;
	margin: 20px auto 0 auto;
	padding: 0px;
	border: 0px dotted #999999;
	position: relative;
	background-color:#FFFFFF;
	
}

#pageHeader {
	background: transparent url("/images/header.jpg") no-repeat center top;
	border: 0px;
	width: 750px;
	height: 210px;
}


#primaryText {
	width: 560px;
	padding: 10px 0 5px 20px;
	border: 0px;
	min-height: 400px;
}

p {
	margin: 5px 0 10px 0;
}

.indentL {
	padding: 0 0 0 20px;
}
.article {
	margin: 0 0 0 20px;
	padding: 10px;
	background-color: #ffe6c3;
	font-size: 11px;
	linbe-height: 13px;
}


p.center {
	text-align: center;
}

p.caption {
	padding: 0 0 0 20px;
	font-size: 11px;
	line-height: 14px;
}
p.break {
	padding: 0 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#primaryText h3 {
	color:#3C235A;
}

#pageHeader h1, #pageHeader h2 {
	display: none;
}

#pageFooter {
	background: transparent url("/images/footer.jpg") no-repeat center bottom;
	border: 0px;
	width: 750px;
	height: 100px;
}
.pageFooterText {
	border-top: 1px dotted #3c3c6e;
	padding: 5px 0 5px 20px;
	line-height: 15px;
}

#subFooter {
	background-color: #3c3c6e;
	border: 0px;
	width: 750px;
	height: 20px;
}


/* lists */
ul, li {
	list-style: circle;
}
 
ul {
}
 
li {
	line-height: 17px;
}
 

/* linkList divs */
#linkList {
	position: absolute;
	left: 340px; 
	right: auto; 
	top: 250px;
	padding: 20px 0 0 0;
	margin-left: 270px;
	width: 120px;
	border: 0px;
	background: #FFFFFF;
	height: inherit;
}

#linkList ul {
	text-align: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	font-size: 11px;
	line-height: 11px;
	border: 0px;
	width: 120px;
}

#linkList li{
	margin: 0;
	padding: 10px 0 5px 10px;
	list-style: none;
	border-bottom: 1px dotted #3c3c6e;
}

