.sf_outer_wrapper {
    border-color: #000000;
 }

 .sf_wrapper {
    background-color: #ffffff;
    border-color: #000000;
 }

 /** 
 * @subsection header 
 */
 .sf_main_header {
    color: #f1f1f1;
 }

 /** 
 * @subsection navigation
 */
 .sf_navigation ul {
    background-image: url(images/619_nav_bg_1.gif);
 }

 .sf_navigation ul li {
    background-image: url(images/619_nav_start_1.gif);
 }

 .sf_navigation ul li a {
    color: #AD0202;
    background-image: url(images/619_nav_end_1.gif);
 }

 .sf_navigation ul li a:visited {
    color: #AD0202;
 }

 .sf_navigation ul li a:hover {
    color: #000000;
 }

 /** 
 * @subsection subnav
 */
 .sf_navigation .subnav {
    border: 1px solid #E5E5E5;
 }

 .sf_navigation .subnav li {
    background-color: #ffffff;
 }

 .sf_navigation .subnav li a {
    color: #AD0202;
    background-color: #ffffff;
    border-bottom: 1px dotted #E5E5E5;
 }

 .sf_navigation .subnav li a:visited {
    color: #AD0202;
 }

 .sf_navigation .subnav li a:hover {
    color: #AD0202;
    background-color: #f2f2f2;
 }

 /** 
 * @subsection content
 */
 .sf_pagetitle {
    color: #232323;
 }

 /** 
 * @subsection buttons
 */
 .btn {
    color: #ffffff;
    border: 1px solid #272727;
    background-color: #303030;
 }

 .btn:hover {
    color: #ffffff;
    border: 1px solid #272727;
    background-color: #555555;
 }

 /** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
 .widgetset {
    border: 1px solid #cccccc;
 }

 .widgetset .widget {
    border-bottom: 1px solid #cccccc;
 }

 .widgetset .widget_header a,
.widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover {
    color: #000000;
 }

 .widgetset .widget_content select,
.widgetset .widget_content input[type="text"] {
    border-color: #cccccc;
 }

 .sf_blog_posttitle {
 }

 .sf_blog_posttitle a {
 }

 .sf_blog_postmeta {
 }

 #divline {
    border-top: 1px dotted #cccccc;
 }

 /** 
 * @subsection error page 
 */
 .error {
    background-color: #FFCFCF;
    border: 1px solid #CC0000;
    color: #CC0000;
 }

 .error a {
    color: #CC0000;
 }

 /** 
 * @subsection comments, trackbacks, etc. 
 */
 .trackbacklist li, .commentlist li {
    border: 1px dotted #cccccc;
 }

 /**  
 * @subsection calendar 
 */
 .calendartitle td {
    background-color: #666666;
    color: #ffffff;
 }

 .calendar .calendarcell {
    border: 1px solid #666666;
    color: #666666;
 }

 /** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
 body {
    margin: 0px;
    padding: 0px 0px 20px;
    background-position: top center;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #303030;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_extra1 {
    width: 146px;
    height: 121px;
    display: block;
    z-index: 99999;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
    background-image: url(images/redboxtop3.png);
 }

 /** 
 * @subsection dress
 */
 .sf_extra12 {
    width: 230px;
    height: 450px;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-image: url(images/blogpix3.png);
 }

 /** 
 * @subsection footer
 */
 .sf_footer {
    clear: both;
    float: right;
    display: inline;
    width: 587px;
    margin: 0px 3px 0px 0px;
    text-transform: lowercase;
    text-align: right;
    min-height: 20px;
    height: 20px;
    padding: 105px 100px 10px 0px;
    background-position: bottom right;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-weight: bold;
    font-size: 11px;
    color: #232323;
    background-image: none;
    background-repeat: no-repeat;
 }

 /** 
 * @subsection main links
 */
 a:link {
    color: #AD0202;
 }

 a:visited {
    color: #AD0202;
 }

 a:hover {
    color: #000000;
 }

 /** 
 * @subsection post 
 */
 .sf_blog_post {
    min-height: 1%;
    height: 1%;
    padding: 10px 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(images/cmsalogo123.jpg);
 }

 
