@charset "iso-8859-1";

html {
	background: #ccc;
}

body {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

a:link { text-decoration: none; font-weight: 700; color: #009; }
a:visited { text-decoration: none; font-weight: 700; color: #009; }
a:hover { text-decoration: none; font-weight: 700; color: #009; }
a:active { text-decoration: none; font-weight: 700; color: #00f; }

div.img {
    margin: 3px;
    padding: 3px;
    border: 1px solid #0000ff;
    height: 180px;
    width: 31%;
    float: left;
    text-align: center;
}	

div.img img {
    display: inline;
    margin: 3px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border: 1px solid #0000ff;
}

div.desc {
	display: block;
	width: 170px;
	height: auto;
	text-align: center;
	font-weight: normal;
	margin: 5px auto;
	font-size: 12px;
	font-family: 'Arial, Helvetica', sans-serif;
	padding: 0px 0px 10px 0px;
}