/* the basics *****************/
html,body {
	margin: .5em 0;
	padding: 0;
	background: #CACACA;
}
table {
	width: 100%;
	height: 100%;
}
td {
	vertical-align: middle;
	text-align: center;
}
.container {
	position: relative;
	text-align: left;
	margin: 0 auto 1em auto;
	width: 775px;
	height: 32px;
}
.sectionheader {
	position: relative;
	text-align: left;
	margin: 0 0 1em 0;
	width: 760px;
	height: 32px;
}
.sectionheader .left {
	position: absolute;
	width: 600px;
}
.sectionheader .right {
	position: absolute;
	left: 600px;
	width: 150px;
	text-align: right;
}
/* home layout **************/
#home {
	position: absolute;
	margin: 190px 0 0 150px;
	width:300px;
	height:auto;
	text-align:left;
}
/* sectionnav ***************/
#sectionnav{
	position: absolute;
	margin: 190px 0 0 350px;
	width:300px;
	height:auto;
	text-align:left;
}
/* thumbnail list ***************/
.thumbnail-list{
	color: #ff0000;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.thumbnail-list li{
	list-style: none;
	float:left;
	margin: 0 15px 15px 0;
	padding: 0;
}
/* special tricks ***************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}