a{
	text-decoration:none;
}
a:hover{
	color:red;
}
.ad-01{
	margin:20px 0px 20px 20px;
}
.ad-03{
	margin:20px 0px 20px 20px;
}
.ad-02{
	position:fixed!important;
	position:absolute;
	top:100px;
	right:10px;
	width:160px;
}
#HeaderBlock{
	padding:10px;
}
#SearchBlock{
	margin:5px 0px;
	padding:5px 10px;
	background-color:royalblue;
}
#FooterBlock{
	text-align:center;
}
#LeftBlock{
	width:200px;
	float:left;
}
#CenterBlock{
	margin-left:210px;
}
.LeftTitle{
	font-weight:bold;
	border-top:skyblue 1px solid;
	border-left:skyblue 1px solid;
	border-right:skyblue 1px solid;
	background-color:lavender;
	color:sienna;
	padding:5px;

}
.LeftFrame{
	border:skyblue 1px solid;
	background-color:ghostwhite;
	padding:5px;

}
.ListItem{
	margin:0px 0px 30px 5px;
	padding-bottom:10px;
	border-bottom:dashed 1px gray;
}
.ListLeft{
	float:left;
	width:120px;
}
.ListRight{
	margin-left:120px;
	height:120px;
}
.ListImage{
	border-width:0px;
	max-width:115px;
	max-height:115px;
}
.ListTitle{
	padding:5px 0px;
}


