@charset "utf-8";
/* CSS Document */
.wrapper{
	width:525px;
	height:auto;
}
.box {
		background-color: #FEFEFE;
		color: #888;
		font-family: Arial, Tahoma, serif;
		font-size: 10px;
}
.box p {
		padding: 5px;
}
.box span {
		float: left;
		font-size: 26px;
		font-weight: bold;
}
div.alt {
		background-color: #CCC;
}
.box img{
		border:0;
		margin-right:5px;
		margin-left:10px;
}
.box a:active, a:visited, a:link {
   	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
h2 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:bold;
    color: #4E3C24;
    border-bottom: 1px dashed #4E3C24;
}