
img { border-width: 0px; }

body {
	text-align: center;
	margin: 10px;
	font-family: Verdana;
	font-size: 10px;
}

div.item {
	min-width: 164px;
	float:none;
	display:block;
	margin-bottom: 12px;
}

div.item .title small {
	font-size: 10px;
	font-weight: normal;
}

div.item .title {
	font-size: 12px;
	font-weight: bold;
}

div.image a, div.item .title a  { border-width: 0px; }

.vert {
	/*
	margin-top: 3px;
	margin-left: 8px;
	width: 18px;
	white-space: nowrap;
	float: left;
	writing-mode: tb-rl;
	filter: fliph flipv;
	*/
}

div.image {
		float: left;
		background: url(images/shadow.png) no-repeat bottom right;
		margin: 3px 0px 0px 0px;
}
	

div.image img {
		display: block;
		position: relative;
		border: 1px solid #107c85;
		margin: 0px 3px 3px 0px;
		padding: 0px;
	} 

div.section_header {
	margin-bottom: 5px;
	text-align: center;
}

div.content {
	margin-top: 4px;
}

#header { text-align: center; margin: 15px; margin-top: 0px; height: 120px; }
#wrap { width: 860px; text-align: center;  margin: 0 auto; }

.section { min-height: 260px;}

/* columns */
.c1, .c2, .c3 { float:left; padding:0px; text-align:left; margin: 0px; }
.c2, .c3 { margin-left: 40px; }
.c1 { width: 341px; }
.c2 { width: 275px; }
.c3 { width: 164px; }

.d1 { width: 800px; padding:0px; text-align:left; margin: 0px;}

/* debug */
/* .c1, .c2, .c3 { height: 400px; background: #1c4951; } */


