.active {
	background: transparent url(images/active_corner.gif) no-repeat 2 2;
	background-color: #f7dcb4;
	padding: 2 2 2 10;
	border-left: 1px solid #a97d5d;
	border-right: 0px;
	border-top: 1px solid #a97d5d;
	border-bottom: 1px solid #a97d5d;	
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: -1px;
	position: relative;
	z-index:100;
	width: 130px;	
	text-align: left;
}

.inactive {
	background-color: #9c9f84;
	padding: 2 2 2 10;
	border-left: 1px solid #5c755e;
	border-right: 0px;
	border-top: 1px solid #5c755e;
	border-bottom: 1px solid #5c755e;	
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: hand;
	cursor: pointer;
	width: 129px;
	align: right;
	text-align: left;
}

BODY {
	background-color: #FFF;
	font-family: Lucida Sans, Arial;
	font-size: 11pt;
	margin: 5 5 5 5;
}

#masthead {
	margin: 0 0 5 0;
}

#filter {
	background-color: #f7f0e6;
	padding: 5 5 15 5;
	border: 1px solid #a97d5d;
	width:171;
	font-size: 10pt;
	position:absolute;
	top:105;
	left: 812;
}

#filter td {
	font-size: 9pt;
}

#main {
	background-color: #f7f0e6;
	padding: 5 0 15 0;
	border: 1px solid #a97d5d;
	float: left;
	width: 800;
}

#main #content {
	background-color: #f7dcb4;
	padding; 5 5 5 5;
	border: 1px solid #a97d5d;
	float: left;
	width: 620px;
	margin: 10 0 20 0;
	padding: 5px;
}

#main #tabs {
	padding: 50 0 0 10;
	float: left;
	text-align: right;
}



.project {
	padding: 5px;
	margin-bottom: 10px;
}

.project .title {
	font-size: 11pt;
	border: 1px solid #a97d5d;
	background-color: #c0c3a4;
	padding: 2px;
	margin-bottom: 5px;
}

.project .thumb {
	vertical-align: top;
}

.project .link {
	font-size: 9pt;
}

.project .desc {
	padding-left: 5px;
	vertical-align: top;
	font-size: 9pt;
}

