/* Side Object CSS */

.so-container {
    margin-bottom: 10px;
}

.so-content-1 {
	background-color: #EBE8DA;
	border-left: 1px solid #DDD8C6;
	border-right: 1px solid #DDD8C6;
}

.so-content-indent {
	padding: 0 12px;
}

.so-header {
	background: url(../img/objects/so_bg_header.gif) repeat-x;
	height: 8px;
}

.so-header-co-left {
	background: url(../img/objects/so_bg_header_co_left.gif) no-repeat left;
	height: 8px;
}

.so-header-co-right {
	background: url(../img/objects/so_bg_header_co_right.gif) no-repeat right;
	height: 8px;
	width: 100%;
}

.so-footer {
	background: url(../img/objects/so_bg_footer.gif) repeat-x;
	height: 8px;
}

.so-footer-co-left {
	background: url(../img/objects/so_bg_footer_co_left.gif) no-repeat left;
	height: 8px;
}

.so-footer-co-right {
	background: url(../img/objects/so_bg_footer_co_right.gif) no-repeat right;
	height: 8px;
	width: 100%;
}



/* Center Object CSS */

.co-footer {
	background: url(../img/objects/co_bg_footer.gif) no-repeat;
	height: 37px;
	text-align: right;
}

.co-content {
	background: url(../img/objects/co_bg.gif) repeat-x top left;
	border-left: 1px solid #D6DDED;
	border-right: 1px solid #D6DDED;
	padding: 8px;
}





