@charset "utf-8";

.float-clear {
	clear: both;
}

#liners-content, #liners-content * {
    border: 0 none;
	font-family: Helvetica, Arial, Verdana;
    margin: 0;
    padding: 0;
}

#liners-content {
    margin: 0 auto;
    width: 800px;
}

#liners-msg {
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	width: 800px;
}

#liners-msg a {
	display: block;
	font-weight: bold;
}

#liners-msg p {
	font-weight: bold;
}

#liners-msg p.first {
	padding: 6px 0 10px 0;
}

#liners h1 {
    border-bottom: 4px solid #CCCCCC;
    color: #6078BF;
    font-size: 28px;
    line-height: 26px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#liners h2 {
	color: #555555;
    line-height: 16px;
    padding-left: 8px;
}

.liner-wrap {
    float: left;
	height: 250px;
    width: 200px;
}

.liner {
    background: url(/images/liners/thumb/thb_liner_shadow.jpg) no-repeat;
    height: 200px;
    padding: 9px !important;
    width: 100px;
}

.liner a {
	display: block;
}
