body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: #f5ece5;
	scrollbar-face-color: #f5ece5;
	scrollbar-track-color: #f5ece5;
	scrollbar-arrow-color: #96997b;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #663366;
	scrollbar-darkshadow-color: #000000;
	background-color: #F5ECE5;
	background-attachment: fixed;
	background-image: url(images/current_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#content_box {
	width: 440px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#project_box {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCBCAF;
	border-bottom-color: #CCBCAF;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
}
.image_cell {
	background-color: #D2BCAE;
	text-align: center;
	color: #FFFFFF;
}
