
@import url(style_base.css);    

#right_frame {
	position: absolute;
	top:260px;
	float:right;
	width: 500px;
	margin-left: 275px;
}

#left_frame {
	width: 100%;
	position: absolute;
	top:260px;
}

.description {
	border: 1px solid #000;
	padding:2px;
	margin-left:135px;
	margin-right:20px;
    margin-top:10px;
    background-color: #5dab93;
    height: 150px;
}

.description h2 {
    margin: 10px 10px 20px 10px;
    font-size: 13px;
    color:#fff;
}

#title {
	font-size: 40px;
	color:#fff;
	font-weight:550;
	margin-top:80px;
	margin-left:15px;
}

#title h1 {
    font-size: 26px;
    margin : 10px 10px 10px 70px;
    font-weight: 500;
}

#title h1:first-letter {
    font-size: 28px;
    font-weight: 700;
}

.table_list {
    font-size:12px;
    width:725px;
    margin-left:25px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;    
}

img {
    float:left;
    height:150px;
    margin: 10px;
    border: 2px solid #000; 
}

.table_list  td {
    padding:0px;
    width:50%;
    height: 180px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;    
    background-color:#b88db8;
}

.table_list  .empty {
    padding:0px;
    width:50%;
    height: 170px;
    border:0px;
	background-color:#836683;
}

.p_bold {
    text-indent: 20px;
    font-weight:bold;
}

.p_ {
    text-indent: 20px;
    margin-bottom:3px;
    margin-top:0px;
    font-weight: bold;
    
}