#sidebar {
 width: 220px;
 background: #cc9999;
 repeat-y;
 margin: 0 auto 0 auto;
 font-family: Tahoma;
 font-size: 80%;
 float: left;
}

body {
 background: #ffffff;
}

h3 {
font-size: 90%;
font-family: Tahoma;
color: black;
line-height: 1.6;
}

h3.getareading {
font-size: 90%;
font-family: Tahoma;
color: #980003;
line-height: 1.6;
}

h2 {
font-size: 100%;
font-family: Book Antiqua;
color: black;
line-height: 1.6;
}

p {
font-family: Palatino Linotype;
color: #100020;
font-size: 14px;
line-height: 1.6;
}

p.quote {
font-family: Tahoma;
font-style: normal;
color: #666600;
font-size: 13px;
text-align: right;
#line-height: 1.6;
}

#wrapper {
margin: 0 auto 0 auto;
width: 900px;
text-align: left;
}

#header {
clear:both;
font-family: Tahoma;
font-size: 14px;
text-align: left;
background: #ffffff;
}

#header a {
text-decoration: none;
}

#container {
width: 670px;
float: right;
margin: 0 0 0 0;
}

#footer {
clear: both;
font-family: Book Antiqua;
color: black;
font-size: 12px;
line-height: 1.6;
text-align: left;
}

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}

img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}

img.aligncenter, div.aligncenter {
text-align:center;
margin:0 auto;
}

A:visited {
color: #a00d10;
}

A:link {
color: #a00d10;
}

.td {
vertical-align: top;
}



# ACCORDION MENU
.accordionWrapper {
 width: 220px;
 margin-left: auto;
 margin-right: auto;
}
 
.accordionButton {	
 width: 220px;
 float: left;
 background: #aa77777;
 #background-image: url('http://www.spiritualloveadvice.com/wp-content/themes/testtheme/images/glossyback.gif');
 #border-bottom: 1px solid #FFFFFF;
 cursor: pointer;
 #margin-left: 10px;
 #margin-right: 10px;
 #font-size: 13pt;
}
 
.accordionContent {	
 width: 220px;
 float: left;
 background: #aa7777;
 #background-image: url('http://www.spiritualloveadvice.com/wp-content/themes/testtheme/images/glossyback2.gif');
 display: none;
 #margin-left: 20px;
 #margin-right: 10px;
}

.accordionUnderline {
 text-decoration: underline;
 color: #a00d10;
}
