/*Home page css*/
div.window {
  float: right;
	width: 256px;
	height: 256px;
	background: transparent no-repeat 3px 3px;
	border: 2px solid #bbb;
	margin: 10px;
	clear: right;
	line-height: 1.0em;
}

div.window a {
  display: block;
	position: relative;
	width: 240px;
	height: 205px;
	color: white;
	top: 5px;
	left: 5px;
	background: transparent no-repeat -5px -40px;
	font-size: 0.8em;
}

div.window a:hover {
  background-color: white;
	color: #336699;
}

div.window img {
  border: 0;
	margin: 3px;
}

div.window p {
  margin: 0;
}

span.container {
 /* float: left;*/
 display: block;
 width: 205px;
 height: 205px;
 margin: 0 40px 0 0;
}

span.title {
  font-size: 1.3em;
	line-height: 25px;
	text-align: left;
}

div.win_bot {
	position: relative;
	width: 250px;
	height: 215px;
	color: white;
	top: 38px;
	left: 3px;
	background: #336699 0px -35px;
}

div#late_canoe div.win_bot, div#late_canoe a, div#late_canoe {
 background-image: url('../images/home/canoeing.png');
}
div#late_proj div.win_bot, div#late_proj, div#late_proj a {
  background-image: url('../images/home/project.png');
}
div#late_gallery div.win_bot, div#late_gallery, div#late_gallery a {
  background-image: url('../images/home/gallery.png');
}
div#thumb {
  background-image: url('../images/home/random.png');
}

div#thumb a {
	text-align: center;
	background: transparent url('../images/home/sld_bkgnd.png') no-repeat top left;
	padding-right: 40px;
	width: 200px;
	left: 8px;
	top: 43px;
}

div#thumb a:hover {
  background-color: white;
}

div#thumb img {
	border:1px solid;
	border-color:#bbb #fff #fff #bbb;
	vertical-align: top;
}

div#front_page {
	margin-right: 350px;
}

div#latest_col {
 	min-height: 1110px;
	 clear: both;
	 width: 330px;
	 float: right;
}
