body {
	background-color: #fff;
	font-family: geneva, verdana, "lucida sans", helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	margin: 0;
	line-height: 130%;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}

a:hover, a:active {
	color: #e0e0e0;
	text-decoration: none;
}

.title {
	color: #000;
	text-decoration: none;
}

.faded {
	color: #999;
	text-decoration: none;
}

td {
border: 0px dotted blue;
}

table {
	table-layout: fixed;
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

.tablemargin {
	margin-right: 5px;
}

.wholething {
	font-size: 10px;
	float: center;
	display: block;
	margin: auto;
	width: 800px;
	position:absolute;
	top: 50px;
	left:50%;
	margin-left:-400px;/* half*/
	color: #000;
}

.logo {
	width: 800px;
	height: 45px;
	text-align: right;
	background-color: #fff;
	line-height: 100%;
}

.content, iframe {
	display: block;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 545px;
	z-index: 1;
}

.menu {
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 100px;
	position: relative;
	z-index: 99;
	background-color: #fff;
}

.menuindex {
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 100px;
	position: relative;
	top: -500px;
	z-index: 99;
	background-color: #fff;
}

.menutext {
	position: relative;
	left: 15px;
	color: #999;
}

.cell {
	float: left;
	display: block;
	width: 200px;
	color: #000;
	margin: 0 11px 25px 0;
	padding: 0;
}

.main, #tc_wrapper {
	float: left;
	display: block;
	margin: auto;
	padding: 0px;
	width: 635px;
	height: 500px;
	overflow: hidden;
}

.mainprojects {
	float: left;
	display: block;
	margin: auto;
	padding: 0px;
	width: 800px;
	height: 565px;
	overflow: hidden;
	position: relative;
	top: -65px;
}

.thumbnail {
	float: left;
	display: block;
	width: 211px;
	height: 170px;
	padding: 0px;
	margin: 0px;
}

.thumbnailnews {
	float: left;
	display: block;
	color: #000;
	width: 211px;
	height: 240px;
	padding: 0px;
	margin: 0px;
}

.thumbnailnews img {
	margin-bottom: 5px;
}

.thumbnail p {
	margin-top: 5px;
}