﻿@import "../../styles/style3.css";

body {
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	font-size: 0.8em;
}

img { border: 1px; }


#columns {
	width: 720px;
	white-space: nowrap;
}

#left {
	width: 412px;
	float: left;
	padding-top:18px;
}

#right {
	width: 308px;
	float: left;
}

iframe { border: 0px; margin: 0px; padding: 0px; }

.prevyear {
	font-size: large;
	float: left;
}
.nextyear {
	font-size: large;
	float: right;
}


.gallery {
	border-collapse: separate;
	border-spacing: 2px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

td.thumb {
	padding: 15px 5px 2px 5px;
	text-align: center;
	
}

td.description {
	padding: 5px;
	text-align: center;
	white-space: pre-wrap
}
	
	.running { color: #3d3e47; }

.detailimage {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 410px; 
	height: 440px;
}
	

