body {
}
#left_column{
	
	margin:15px 0 0 5px;
	width:265px;
}
#center_column{
	float:left;
	margin:15px 0 0 5px;
	padding:40px 0 0 10px;
	text-align:left;
	width:285px;
}
*html #center_column {
	width:250px;
}
#center_column h4, #center_column h3, #center_column img {
	text-align:left;
}

#right_column img{
	margin:76px 0 0 22px;
	float:left;
}

#right_column{
	width:270px;
}

#right_column li{
	padding:5px 0;
}

#thumbnail_container{
	margin:0 0 0 22px;
	width:272px;
}

.thumbnail{
	background-color:#203F6A;
	color:#FFFFFF;
	float:left;
	height:45px;
	margin:18px 10px 0 0;
	padding:5px;
	text-align:center;
	width:45px;
}

/*projects*/

#project_scroller{
	height:10000px;
}

#project_container{
	overflow:hidden;
	background:url('../../cssimages/projects_fade.jpg') repeat-y;
	height:385px;
	margin:10px 0 20px 0;
	width:265px;
}

.project_item{
/*	height:80px;*/
	border-bottom:1px solid #bfbfbf;
	border-top:1px solid #bfbfbf;
	margin:0 0 0 11px;
	width:242px;
	font-size:0.9em;
}

.project_item img{
	padding: 5px;
	float:left;
}

.project_item p{
	margin:0;
	width: 165px;
	float:left;
	
}
.project_item span, .project_item h3 strong{
	color:#1E5E70;
}
.project_item a:hover span, .project_item a:hover h3 strong{
	color:#fff;
}
.project_item a{
	color:#000;
	height:60px;
	padding:10px 10px 22px;
	width:222px;
	display:block;

}

#left_column .project_item a:hover{
	background-color:#203f6a;
	color:#fff;
}

#scroll_top{
	position: relative;
	width:57px;
	height:31px;
	margin:0 0 0 100px;
	background:url('../../cssimages/scroll_top.jpg') no-repeat;
	text-indent:-9999px;
	cursor: pointer;
}

#scroll_bottom{
	position: relative;
	width:57px;
	height:31px;
	margin:0 0 0 100px;
	background:url('../../cssimages/scroll_bottom.jpg') no-repeat;
	text-indent:-9999px;
	cursor: pointer;
}

#scroll_top_desc {
	display: none;
	text-indent: 0px;
	position: absolute;
	top: 10px;
	left: -69px;
}

#scroll_bottom_desc {
	display: none;
	text-indent: 0px;
	position: absolute;
	top: 5px;
	left: -80px;
}


#downloads {
	margin:0 0 0 20px;
	float:left;
}