@charset "utf-8";
/* CSS Document */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #fff;
 background: #393833;
 }
 
h1 {
 color: #fff;
 font-size: 21px;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 letter-spacing: -1px;
 margin: 0; 
}

a {
 color: #999999;
 text-decoration: none;
 }
 
a:hover {
 color: #ffd800;
 text-decoration: none;
 }
 
/* importante */
 
.keep {
 width: 689px;
 margin: 0 auto;
 }
 
.content {
 width: 667px;
 padding: 10px;
 border-left: 1px solid #0e0e0e;
 border-right: 1px solid #0e0e0e;
 background: #242424;
 }
 
.header {
 width: 689px;
 height: 54px;
 background: url(/gfx/header.gif);
 }
 
.bottom {
 width: 689px;
 height: 14px;
 background: url(/gfx/foot.gif);
 }
 
/* top boxes */
 
.box_content {
 width: 660px;
 margin-top: 10px;
 }
 
.box_keeper {
 width: 219px;
 margin-left: 1px;
 }
 
.box_top {
 width: 219px;
 height: 11px;
 background: url(/gfx/top_small_box.gif);
 }
 
.box {
 width: 204px;
 padding-bottom: 8px;
 padding-left: 10px;
 padding-right: 5px;
 background: #1c1c1c;
 }
 
.box_bottom {
 width: 69px;
 height: 18px;
 margin-top: 1px;
 padding-left: 150px;
 padding-top: 3px;
 background: url(/gfx/bottom_small_box.gif);
 }
 
/* cdbox */

.cd_box_keeper {
 width: 663px;
 margin-top: 10px;
 }

.cd_box_top {
 width: 663px;
 height: 12px;
 background: url(/gfx/cd_box_top.gif);
 }
 
.cd_box_content {
 width: 651px;
 display: table;
 padding-left: 10px;
 border-left: 1px solid #141414;
 border-right: 1px solid #141414;
 background: #1c1c1c;
 }
 
.cd_box_bottom {
 width: 663px;
 height: 12px;
 background: url(/gfx/cd_box_bottom.gif);
 }
 
.cd_keeper {
 width: 640px;
 }
 
 
.thumb {
 width: 104px;
 height: 104px; 
 float: left;
 border: 1px solid #010101;
  background: url(/gfx/redvalley.jpg);
 }
 
.text_area {
 width: 410px;
 float: right;
 }
 
.read_more {
 width: 104px;
 height: 104px; 
 float: right;
 }