* {
	margin:0;
	padding:0;
	font-family:"Adobe Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
body {
	background:#aeaeae;
}
ul {
	list-style: none;	
}
li {
	margin-bottom:10px;	
}
a {
	background:url(info/images/button.gif) no-repeat 0% 2px;	
	height:17px;
	color:#a20000;
	text-decoration:none;
	font-variant:small-caps;
	text-transform:lowercase;
	letter-spacing:1px;
	padding-left:30px;
}
a:hover {
	text-decoration:underline;	
	background:url(info/images/button.gif) no-repeat 0% -15px;
}
.container {
	width:800px;
	margin:0 auto;	
	height:auto;
	margin-top:10px;
}
.imgEntry {
	border:1px #a20000 solid;
	width:800px;
	background:#ffffff;
	padding:20px;
	height:150px;
	margin-bottom:5px;l
}
.imgEntryThumb {
	float:left;
	width:200px;
	
	margin-right:20px;
}
.imgEntryThumb img {
	max-width:200px;
	max-height:120px;
}
.imgEntryDetails {
	float:right;	
	width:580px;
	margin-top:10px;
}
.imgEntryLinks {
	float:left;	
}
