.project_item {
	background: #eeeeee;
	padding: 1em;
	margin-bottom: 1.4em;
}

.project_left {
	float: left;
	clear: none;
	width: 30em;
	padding: 0em 1em 0em 0em;
}

.project_right {
	width: 58em;
	float: left;
	clear: none;
}

.project_thumb {
	width: 28em;
	padding: 0.1em;
	border: solid 1px #666666;
}

.project_title {
	color: black;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	margin-bottom: 0.5em;
}

.project_desc {
	color: #666666;
	font-size: 1.5em;
	line-height: 1.3em;
}

.project_tech {
	color: #000000;
	font-size: 1.3em;
	line-height: 1.3em;
}

.project_link {
	color: #000000;
	font-size: 1.3em;
	line-height: 1.3em;
}

.project_link a {
	padding: 0.1em 0.2em;
	margin: -0.1em -0.2em;
	color: #990000;
}

.project_link a:hover {
	background: #cccccc;
}

#nav_left {
	width: 40%;
	float: left;
	clear: none;
	text-align: left;
	font-size: 1.4em;
}

#nav_left a {
	font-weight: bold;
	padding-bottom: 0em;
	color: #666666;
}

#nav_left a:hover {
	color: #333333;
	background: #cccccc;
	border-bottom: 1px solid #333333;
}

#nav_right {
	width: 40%;
	float: right;
	clear: none;
	text-align: right;
	font-size: 1.4em;
}

#nav_right a {
	font-weight: bold;
	padding-bottom: 0em;
	color: #666666;
}

#nav_right a:hover {
	color: #333333;
	background: #cccccc;
	border-bottom: 1px solid #333333;
}
