@charset "UTF-8";
/*
Theme Name: 
Theme URI: 
Description: 
Version: 1
Author: 
*/

.container {
width: 900px;
margin: 0 auto;
}
.header_top {
height: 350px;
background-image: url(../img/bg_top_head.jpg);
background-repeat: repeat-x;
margin: 0 auto;
}
.header {
height: 130px;
background-image: url(../img/bg_head.jpg);
background-repeat: repeat-x;
margin: 0 auto;
}
.left, .right, .main {
float: left;
display: inline;
}
.left {
width: 200px;
background-image: url(../img/left_category_side.jpg);
background-repeat: repeat-y;
text-align: center;
}
.right {
width: 680px;
margin: 0 0 30px 20px;
}
.main {
width: 680px;
margin: 0 0 30px 20px;
}
.main hr {
background-image: url(../img/right_hr.jpg);
height: 10px;
border-style: none;
clear: both;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
}
.footer {
background-color: #574244;
position: relative;
height: 430px;
}
.first {
margin-left: 0;
clear: left;
}
.second {
margin-left: 10px;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix {zoom: 1;}
/* IE7 */
*:first-child+html .clearfix {zoom: 1;}
