@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2E4869;
	text-align:center;
}

#leftColumn {
	background: #D7D7D7;
	width: 200px;
	float:left;
	padding:6px;
	min-height: 500px;
}

#mainBox {
	background:#D7D7D7;
	width: 615px;
	float: right;
	padding: 6px;
	min-height: 500px;
}

#imageBox {
	width:600px;
	height:490px;
	border: none;
	overflow: hidden;
}
.thumb {
	border-style: none;
	margin-bottom: 6px;
}
