body  {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a, a:visited { color: #234; text-decoration: underline; }
a:hover { color:#990033; text-decoration: underline; }
small { font-size: 0.7em; }
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(img/SPLmainBG.jpg) repeat-y top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #DDDDDD url(img/SPLhdBG.jpg) no-repeat;
	padding: 0 10px 0 20px;
	height: 144px;	border: solid 1px;	overflow:hidden;
} 
.thrColFixHdr #header .right {
	padding: 35px 0 5px 13px; 
	margin:0;
	float: right;
	width: 155px;
	vertical-align: middle;
}
.thrColFixHdr #header h4 {
	margin: 0; 
	padding:0;
		font: .70em Arial, Verdana, Helvetica, sans-serif;
}

.thrColFixHdr #sidebar1 {
	float: left; 
	width: 160px;
	font-size: .8em;
	line-height:120%;
	/*background: url(/templates/spinella/img/SPnavBG.jpg) top no-repeat; */
	padding: 0px 10px 15px 0; 
}
.thrColFixHdr #sidebar1 h3 {
	color: #fff;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding-left: 8px;
}
.thrColFixHdr #sidebar1 p {
	color: #000;
	font:  .8em Verdana,sans-serif;
	padding-left: 8px;
}
/* v-nav */
.thrColFixHdr #sidebar1 .subtabs {
	float: left;
	width: 171px;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px 0;
}
.thrColFixHdr #sidebar1 .subtabs ul {margin: 0 0 0 0; padding: 0;}

.thrColFixHdr #sidebar1 .subtabs ul ul {margin-left: 0; padding: 0; }

.thrColFixHdr #sidebar1 .subtabs li {
	list-style: none; padding:0;
}
.thrColFixHdr #sidebar1 .subtabs li a {
    color: #fff;
	display: block;
	padding: 8px 0 8px 20px;
 	background: url(img/menuBG.gif) no-repeat;
	height: 15px;
	text-decoration: none; 

}

.thrColFixHdr #sidebar1 .subtabs ul ul li a {
	color: #fff;
	display: block;
	padding: 4px 0 4px 5px;
	text-decoration: none; 
	font-size: 0.8em;
	background: #336699;
	border-top: solid 1px #fff;
}
.thrColFixHdr #sidebar1 .subtabs ul ul li a:hover {
	color: #fff;
	background: #999;
}
.thrColFixHdr #sidebar1 .subtabs ul ul li a.menu_current {
	color: #fff;
	background: #234;
}
.thrColFixHdr #sidebar1 .subtabs li a:hover {
	background:url(img/menuBG.gif)  0 -32px no-repeat;
	color: #fff; 
}
.thrColFixHdr #sidebar1 .subtabs a {
	font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
        color: #fff;
	text-decoration: underline;
}
.thrColFixHdr #sidebar1 .subtabs a:hover {
	color: #000;
	text-decoration: none;
}

.thrColFixHdr #sidebar1 .subtabs a.menu_current {
	text-decoration:none;
	background: url(img/menuBG.gif)  0 -32px no-repeat;
	color:#000;
	}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 h3 {
	color: #000;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding-left: 8px;
}
.thrColFixHdr #sidebar2 p {
	color: #000;
	font:  .8em Arial, Helvetica, Verdana,sans-serif;
	padding-left: 8px;
}
.thrColFixHdr #mainContent { 
	margin: 0 200px 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent h1 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #990033;
	padding:0;
	margin:0 0 3px 0;
}
.thrColFixHdr #mainContent h2 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #990033;
		padding:0;
	margin:15px 0 3px 0;
}
.thrColFixHdr #mainContent p { 
	margin: 0 0 10px 0 ;
	padding: 0; 
		font: .8em Arial, Helvetica, sans-serif ;
	line-height:1.3em;
} 

#side { width: 120px; border: solid 1px #ccc; padding: 5px; margin: 0 0 2px 5px; }
#side2 { width: 150px; border: solid 1px #336699; padding: 5px; margin: 0 0 2px 0; background: #fff; }

/*main*/
.thrColFixHdr #mainContent .crumbs {
text-align: right;
font:.75em Arial, Helvetica, sans-serif;
padding: 5px 0 10px 0;
width: 100%;
}
.thrColFixHdr #mainContent h1 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #990033;
	padding:0;
	margin:0 0 3px 0;
}
.thrColFixHdr #mainContent h2 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #990033;
		padding:0;
	margin:15px 0 3px 0;
}
.thrColFixHdr #mainContent p { 
	margin: 0 0 10px 0 ;
	padding: 0; 
		font: .8em Arial, Helvetica, sans-serif ;
	line-height:1.3em;
} 
.thrColFixHdr #mainContent ul { 
	font: .8em Arial, Helvetica, sans-serif ;
	line-height:1.3em;
} 
#hd { font-family: Georgia, "Times New Roman", Times, serif;
	padding:5px 0 0 0; margin:0;
border-top: solid 1px #ccc;
}
.thrColFixHdr #links {
	margin: 0; 
	padding:0; 
	background: url(/templates/spinella/img/SPLtxtBG.jpg);
	text-align: center;
	height:20px;

} 
.thrColFixHdr #links p {
	margin: 0; 
	padding:2px 0 0 0; 
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
#links a, #links a:visited  {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
#links a:hover  {
	color:#ffcc00; text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #footer { 
	padding: 0 0 0 10px;
	background:#336699 url(/templates/spinella/img/SPLftrBG.jpg) no-repeat;
	height:19px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
.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;
}

/*search*/
#search_box {
	width: 165px;
	padding:0 1px 10px 5px;
	margin:0;
}
.search_string {
	width: 95px;
	height: 18px;
	font-size: .8em;
	vertical-align: middle;
}
 .search_submit {
font: .9em Arial, Helvetica, sans-serif;	
	height: 23px;
	background: #234;
	color:#fff;
		vertical-align: middle;
		margin:0;
		padding: 2px 0;
}
.highlight {
	background-color: #D0D0D0;
}	
form {
margin:0;
padding:0;
}
textfield, input, textarea {
font-family: Verdana, Arial, sans-serif;
margin:0;
padding:2px;
border: solid 1px #336699;
}
.submit {font: .8em Arial, Helvetica, sans-serif;
	height: 23px;
	background: #234;
	color:#fff;
		margin:0;
		padding: 0;
}
.field_heading {
	font-size: .8em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 10px 0;
	margin-bottom: 5px;
	color: #666666;
}
.captcha_expl {  font: normal .7em Verdana, Arial, sans-serif;  }
.text_captcha  {  font: bold .7em Verdana, Arial, sans-serif;  }
/*posts*/
.post_title {
font: .9em Verdana, Arial, Helvetica, sans-serif;
}

.post_date {
font: .7em Verdana, Arial, Helvetica, sans-serif;
}

.post_short {
font: .9em Verdana, Arial, Helvetica, sans-serif;
padding-top:5px;
}

#design {
margin: auto;
width: 760px;
font: .65em Verdana, Arial, Helvetica, sans-serif;
color: #ececec;
padding: 10px 0;
text-align:right;

}
#design a, .design a:hover {
color: #ececec;
text-decoration:none;
border-bottom:dotted 1px #ececec;
}