.container {
               width: 100%;
               margin: 10px auto; 
}
ul.tabs {
               margin: 0;
               padding: 0;
               float: left;
               list-style: none;
               height: 32px;
               border-bottom: 1px solid #3c3c3c;
               border-left: 1px solid #3c3c3c;
               width: 100%; 
}
ul.tabs li {
               float: left;
               margin: 0;
               padding: 0;
               height: 31px;
               line-height: 31px;
               margin-bottom: -1px;
               background: #f33c1a;
               overflow: hidden;
               position: relative; 
               border: 1px #3c3c3c solid; 
               border-left: none; 
}
ul.tabs li a {
               border: 1px #1c1c1c solid; 
               text-decoration: none;
               color: #fff;
               display: block;
               font-size: 60%;
               padding: 0 20px;
               outline: none;
               font-weight: bold;
               text-transform: uppercase; 
}
ul.tabs li a:hover {
               background: #1c1c1c;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
               background: #1c1c1c;
               border-bottom: 1px solid #1c1c1c; 
}
.tab_container {
               background: #1c1c1c;
               border: 1px #3c3c3c solid; 
               border-top: none;
               float: left;
               width: 100%;
               -moz-border-radius-bottomright: 5px;
               -khtml-border-radius-bottomright: 5px;
               -webkit-border-bottom-right-radius: 5px;
               -moz-border-radius-bottomleft: 5px;
               -khtml-border-radius-bottomleft: 5px;
               -webkit-border-bottom-left-radius: 5px; 
}
.tab_content {
               padding: 15px 15px 15px 15px;
}
.tab_content h2 {
}
.tab_content h3 a {
}
.tab_content img {
               float: right;
               margin: 0 0px 10px 10px;
               padding: 0px; 
}