#body {
    background-color: #ffffff !important;
	width:1000px;
}    
/* Frame */
#leftFrame {
    float: left;
    display: block;
    width: 290px;
    height: auto;
    padding: 0;
    margin: 0px;
}

#mainFrame {
	display: block;
	margin:0;
	width:710px;
	float:right;
	padding:0px;
}

#leftFrame .heading {
	clear:both;
    height: 250px;
	background: #1d1d1d;
	margin-bottom:10px;
}
#leftFrame .heading img{
	margin-top:30px;}

#leftFrame .thumbnail {
	margin:0px;
	padding: 0px;
	width:250px;
	height: 57px;
}

#mainFrame .visual {
    height: auto;
    overflow: hidden;
	margin:0;
	padding:0;
}

#mainFrame .visual span {
    font-size: 20px;
    font-weight: bold;
}
#mainFrame .content{
	margin-left: 15px;
}

#mainFrame .header {
    border-top: 1px solid #121212;
	padding-top:10px;

}

#mainFrame .header .heading {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
}

#mainFrame table {
}

#mainFrame table.info th {
    width: 80px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
}
#mainFrame table.info td {
    text-align: left;
    line-height: 25px;
    
}

#mainFrame .list {
    clear: both;
    padding: 10px 0px;
    margin: 0px ;
}

#mainFrame .list .cell {
    float: left;
    width: 100px;
    text-align: center;
    margin-bottom: 15px;
}
#mainFrame .list .cell {
    float: left;
    width: 100px;
    text-align: center;
    margin-bottom: 15px;
    margin-right:45px;
}

#mainFrame .list .cell .thumbnail {
    float: none;
    width: 100px;
    height: 135px;
    overflow: hidden;
}

#mainFrame .list .cell .ayear {
    line-height: 15px;
    overflow: hidden;
}

#mainFrame .list .cell .link {
    line-height: 15px;
    overflow: hidden;
}
#mainFrame .list .cell .name{
margin-bottom: 10px;
line-height: 18px;}

.paginationContainer {
    width: 735px;
    margin: 10px 0px;
}

