#projects_main_top {
	background-image: url(/images/textarea_top.jpg);
	height: 25px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#projects_main_body {

}

#projects_main_body #projects_main_body_image {
	float: left;
	width: 280px;
	margin-right: 5px;
	margin-left: 5px;
}

#projects_main_body #projects_main_body_image #projects_main_body_image_l0 {
	background-image: url(/images/projects_frame.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 210px;
	width: 100%;
}

#projects_main_body #projects_main_body_image #projects_main_body_image_text {
	width: 100%;
	padding-top: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #ffd700;
	border-bottom-color: #ffd700;
	vertical-align: middle;
	height: 55px;
}

#projects_main_body #projects_main_body_image #projects_main_body_image_header {
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	vertical-align: text-bottom;
}

#projects_main_bottom {
	background-image: url(/images/textarea_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 100%;
	font-size: 10px;
	text-align: center;
}
#projects_main_body #projects_main_body_left {
	float: left;
	height: 450px;
	width: 350px;
	text-align: left;
}
