@import url("style2.css");

html{ background:url('../images/con-bg2.gif') repeat-x; }
	
#fw-container { background:url('../images/con-bg.gif') repeat-x; }

#fw-footer { background:#235068 url('../images/html-bg.gif') repeat-x; }
#fw-footer a {
	color:#dfe9ea;
}
#fw-nav-menu a:hover{
	color:#dfe9ea;
}

.fw-title{
	background: #83ecf0 url('../images/title-bg.gif') top repeat-x;
}

#fw-nav-menu a {
	border-bottom-color:#83ecf0;
}
.imgThumb {
	border:2px solid #CCCCCC;
	padding:1px;
	background:#ffeda5;
	width: 200px;
	height: 100px;
}
ul#projectList, ul#projectList li{
	margin:0;
	padding:0;
	list-style:none;
}
ul#projectList{
	background:url(bg.jpg) no-repeat 100% 0;
	height:214px;
}
ul#projectList li{
	width:190px;
	margin-top:1px;
}
ul#projectList li.first{
	margin:0;
}
ul#projectList li a{
	display:block;
	width:100%;	
	background:#bae2f0 url(../images/arrow1.gif) no-repeat 10px 50%;
	color:#0e85b0;	
	line-height:42px;	
	text-indent:25px;
}
ul#projectList li a:hover{
	color:#fff;
	background:#0e85b0 url(../images/arrow2.gif) no-repeat 10px 50%;
}
#projectimg
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}
#projectcontent
{
margin-left: 250px;
border-left: 1px solid gray;
padding: 1em;
max-width: 36em;
}
#projectimg p { margin: 0 0 1em 0; }
#projectcontent h2 { margin: 0 0 .5em 0; }