
body {
	/*border:1px solid white;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:242px;
	background-color:RGB(230,230,230);
	font-family:arial;
}

#header_text {
	border-top:5px white solid;
	padding-top:5px;
	padding-left:5px;
	font-weight:bold;
	text-align:left;
	color:black;
	font-size:10px;
	height:23px;
	background-image:url('title_background.png');
	background-repeat:no-repeat;
}

.content_list {
	/*border:1px dotted white;*/
	padding-top:10px;
	border-bottom:5px solid white;
}

.content {
	/*border: 1px dotted yellow;*/
	width:230px;
	height:80px;
	margin-bottom:5px;
	margin-left:5px;
}

a {
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-family:arial;
	font-size:11px;
	color:rgb(119,119,119);
}

a.title {
	/*border: 1px dotted cyan;*/
	width:155px;
	font-size:11px;
	font-weight:bold;
	float:right;
}

a.description {
	/*border: 1px dotted red;*/
	width:155px;
	margin-top:5px;
	height:block;
	float:right;
}

.thumbnail {
	border:0px;
	/*border: 1px dotted red;*/
	background-repeat:no-repeat;
	width:65px;
	height:65px;
	float:left;
}

