* {
    padding: 0;
    margin: 0;
} 


body  {
	font: 100% Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	/*background: #9dcef6;*/
         background: #d6d5d5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; 
	color: #3c4241;
}


/*default link styles*/
a, a:link a:active {
/* set all links to have underline */
	text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
/* this is a bluish color, you change this for all default link colors */
	color: #18507C;
}
a:visited {
/* keeps the underline */
	text-decoration: none;
	background-color: inherit;
/* a different color is used for visited links */
	color: #18507C;
}
a:hover {
/* remove underline on hover */
	text-decoration: underline;
	background-color: inherit;
/* using a different color makes the hover obvious */
	color: #385C72;
}



.twoColFixLt #container { 
	width: 900px; 
	background: #d6d5d5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #main {
	float: right; /* since this element is floated, a width must be given */
	width: 660px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; 
	padding: 0;
        margin: 0px 0px 0px 0px;
        text-align: left;
}

.twoColFixLt #header {
width: 660px;
height: 187px;
background: #ccc url(http://spinterfaith.org/uploads/images/spinmast3.gif) no-repeat left top;
border: none;
}


.twoColFixLt #content {
width: 620px;
float: left;
background: #d6d5d5;
margin-left: 20px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 20px;
border: none;
text-align: left;
}


.twoColFixLt #contentinnertube {
background: #eae9e9;
margin: 10px;
padding: 10px;
text-align: left;
}


.twoColFixLt #sidebar1 { 
        width: 200px;
        float: left;
	margin: 0px 0px 0px 0px; 
	padding: 0 0 0px 0px; 
       background: #d6d5d5;
         border: none;
} 

.twoColFixLt #sidebarlogo {
       clear: left;
       width: 200px;
       height: 163px;
       padding: 0px;
       margin-top: 15px;
       margin-left: 60px;
       margin-bottom: 20px;
       background: #d6d5d5 url(http://spinterfaith.org/uploads/images/spinlogo1.gif) no-repeat left top;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.whitebox {
float: right;
text-align: left;
width: 40%;
background: #fff;
padding: 5px;
margin-left: 10px;
border: 1px solid #3a2f90;
line-height: 1.2em;
}

#footer {
clear: left;
width: 700px;

background: #d6d5d5;
color: #3c4241;
text-align: center;
padding: 4px 0;
}

#footer p{
font-size: .8em;
color: #3c4241;
}

#footer a{
color: #3c4241;
text-decoration: none;
}


td {
 font-family: Lucida Grande, Verdana, Arial, Helvetica sans-serif;
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
        color: #3c4241;
}

hr.hr {
   height: 5px;
   border: 4px solid #3c4241;
   background: #3c4241;
   margin-bottom: 14px;

}

/********************CONTENT STYLING*********************/
/* HEADINGS */
 h1 {
/* font size for h1 */
         font: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
         color: #272b76;
	font-size: 225%;
        font-weight: 600;
         letter-spacing: -1px;
	padding-bottom: .3em;
    line-height: 1.3em;
}
 h2 {
	color: #272b76;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 175%;
	text-align: left;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
                  letter-spacing: -1px;

}
 h3 {
	color: #272b76;
	font-size: 100%;
        font-style:italic;
	line-height: 1.2em;
	margin: 0 0 .3em 0;
        padding-bottom: none;
        letter-spacing: -1px;
}
.curmenitem { /* jpr */
        font-size: 110%;
        font-style:italic;
}
h4 {
	color: #272b76;
	font-size: 130%;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
           letter-spacing: -1px;
}
 h5 {
	color: #4892cf;
	font-size: 120%;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
               letter-spacing: -1px;
}
h6 {
	color: #4892cf;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 2em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */