/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
#title2 {
font-family: Times, Times New Roman, serif;
font-size: 16px;
font-weight: bold;
color: #F5F6D1;
text-align: left;
}
#title {
font-family: Times, Times New Roman, serif;
font-size: 16px;
font-weight: bold;
color: #34390B;
text-align: left;
text-indent: 7px;
}
.content_pad {
padding-top: 8px;
}
.left_ct {
background: url(left_ct.jpg) no-repeat;
width: 6px;
height: 35px;
}
.right_ct {
background: url(right_ct.jpg) no-repeat;
width: 6px;
height: 35px;
}
.middle_ct {
background: url(middle_ct.jpg) repeat-x;
height: 35px;
}


