﻿#data1 {
	width : 100%;
	margin-bottom : 40px;
	border-top : solid 1px #b4b4b4;
}

#data1 th {
	width : 140px;
	padding : 11px 0 12px 0;
	border-left : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #f5dcc8;
	text-align : center;
	font-weight : normal;
}

#data1 td {
	padding : 11px 12px 12px 15px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
}

#data1 td a {
	color : #ac0003;
    text-decoration : underline;
}

#data1 td a:hover {
	text-decoration : none;
}

.box {
    position : relative;
    width : 870px;
}

#data2 {
	width : 630px;
	border-top : solid 1px #b4b4b4;
}

#data2 th {
	width : 100px;
	padding : 11px 0 12px 0;
	border-left : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #f5dcc8;
	font-weight : normal;
}

#data2 td.year {
	width : 100px;
	padding : 11px 0 12px 0;
    border-left : solid 1px #ffffff;
	border-bottom : solid 1px #b4b4b4;
	background : #ececec;
	text-align : center;
}

#data2 td.article {
	padding : 11px 12px 12px 15px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	line-height : 1.75em;
}

ul#hthumb {
    position : absolute;
    list-style : none;
    width : 210px;
    top : 0;
    right : 0;
}

ul#hthumb li {
    margin-bottom : 20px;
}

ul#hthumb li p {
	width : 210px;
	background-size : cover;
	background-position : center center;
	padding-top : 160px;
    border-radius : 8px;
}

/*----------SIDEBAR----------*/

#shead {
    position : relative;
    width : 235px;
    height : 280px;
    background : url(sideimg.jpg) left top no-repeat;
}