div#widget {
	border:1px solid #888;
	padding:10px;
	width: 500px;
	background: #eef;
	font-size:.75em;
}
div#center {
	text-align:left;
	margin-left:0px;
	margin-right:0px;
}
div#adcenter {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
}
div#info {
	position:relative;
	margin-left:140px;
	height:110px;
	color: #446;
}
div#buttons {
	position:relative;
	margin-left:140px;
	height:18px;
}
div#title {
	padding:3px 10px 3px 10px;
	background:#dde;
	border:1px solid #ccd;
	font-weight:bold;
	text-align:left;
	margin:10px 0px 0px 0px;
	color:#446;
}
div#desc {
	text-align:justify;
	margin-top:10px;
	width:100%;
	font-weight:normal;
	color: #446;
}
table.image {
	margin-top:10px;
	text-align: center;
	width:60%;
}
table.image td {
	text-align:center;
}
table td a.link {
	display:block;
	margin:0px;
	color:#446;
}
table td a.link:hover {
	background:#edd;
}
img.logo {
	border:0px;
	float:left;
}
img.shot {
	border: 0px;
	width: 240px;
	height: 160px;
}
a.button {
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size:.8em;
	border-top:2px solid #fee;
	border-left:2px solid #fee;
	border-right:2px solid #baa;
	border-bottom:2px solid #baa;
	background:#edc;
	padding:1px 5px 1px 5px;
	text-align:center;
	text-decoration:none;
	color:#444;
	font-weight:bold;
}
a.button:hover {
	background:#dcb;
}
