html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-size:10px;
	font-family:Verdana;
	background:#ebebeb;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	width:765px;
	margin:0 auto;
	background:white url("images/dot.gif") 250px 0 repeat-y;
	min-height:100%;
	_height:100%;
	border:1px solid #302c2b;
	border-width:0 1px;
}
#head {
	height:75px;
	background:#302c2b;
	position:relative;
}
#head img {
	display:block;
	float:left;
	padding:11px 12px 10px 12px;
	background:white;
	border-bottom:1px solid #e4e0ea;
}
#head ul {
	position:absolute;
	left:265px;
	bottom:10px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#head li {
	float:left;
}
#head li a {
	color:white;
	text-decoration:none;
	padding:0 12px;
	line-height:14px;
	font-size:11px;
	border-right:1px solid white;
}
#head li a:hover {
	text-decoration:underline;
}
#head li.last a {
	border-right:0;
}
#head li.selected a {
	color:#e54201;
	/* font-weight:bold; */
}
#left {
	width:250px;
	float:left;
	background:url("images/house.jpg") left top no-repeat;
	padding-top:195px;
}
#left h2 {
	color:white;
	background:#302c2b;
	margin:0 10px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	text-indent:10px;
}
#left .project {
	display:block;
	text-align:justify;
	padding:10px 10px 5px 10px;
	margin:0 10px 20px 10px;
	color:black;
	border:1px solid #302c2b;
}
#left .project:hover {
	text-decoration:none;
	color:white;
	background:#e54201;
}
#left .project img {
	border:1px solid silver;
	padding:5px;
	background:white;
	margin:0 auto 10px auto;
	display:block;
	width:190px !important;
}
#left .cert {
	display:block;
	margin:10px auto;
	text-align:center;
}
#content {
	width:515px;
	margin-left:250px;
	_width:512px;
}
#content h1 {
	margin:0 0 1em 0;
	padding:0;
	border-bottom:1px solid #e4e0ea;
	line-height:75px;
	font-family:Arial;
	font-size:20px;
	color:#4f5207;
	font-weight:normal;
	text-align:center;
	letter-spacing:0;
}
#content p {
	margin:1em 2em;
	text-indent:1em;
}
.cls {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

#content h3 {
	margin:1em 2em;
}
#content .item {
	overflow:hidden;
	margin:0 2em;
	padding:1em 0.5em;
	border-bottom:1px solid gray;
	_height:60px;
	_overflow:visible;
}
#content .images img, 
#content .item img {
	padding:5px;
	border:1px solid silver;
	background:white;
	margin:5px;
	display:inline;
	float:left;
	width:120px;
}
#content .item img {
	margin:0 5px;
}
#content .images {
	width:180px; 
	float:right;
}
#content .images img {
	width:150px;
	cursor:pointer;
}
#content .item a {
	display:block;
	text-align:right;
	margin-top:0.5em;
}