﻿#right_col {
   width: 555px;
   float: right;
   display: inline-block;
}

#left_col {
   width: 255px;
   display: inline-block;
}

/*
.title {
   font-size: 1.6em;
   font-weight: bold;
   color: #0000CC;
}

.title p {
   margin: 0px;
   padding: 0px 8px;
}
*/
.centered_title {
   text-align: center;
}

.content {
   background-image: url('../images/CYA_dark_alpha_bg.png');
   padding: 12px;
}

.bar {
   margin:0px;
   padding: 0px;
   height: 4px;
   width: 100%;
   background-image: url('../images/CYA_bar.gif');
}