#main {
left: 300px;
z-index: 1;
}

	#main .label{
	position:absolute;
	top:110px;
	left:320px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	width:200px;
	font-size:12px;
	z-index:3;
	}
	
	#main .projects {
	width:190px;
	position:absolute;
	top:140px;
	left:325px;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	font-size:11px;
	overflow:auto;
	height:170px;
	
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#DDE3E5;
	scrollbar-darkshadow-color:#DDE3E5;
	scrollbar-face-color:#0279A1;
	scrollbar-highlight-color:#DDE3E5;
	scrollbar-shadow-color:#0279A1;
	z-index:3;
	}
	
	#main .projects a {
	font-weight: bold;
	text-decoration: underline;
	}
	
	#main .projects a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

/* slideshow in the index page */
.jdSlideshow {
width: 550px !important;
height: 390px !important;
position:absolute;
z-index:1;
background-color: #333333;
}

#mySlideShow {
width: 550px !important;
height: 390px !important;
position:absolute;
z-index:1;
background-color: #333333;
}

#slideshow {
width:700px;
height:105px;
position:absolute;
top:423px;
left:150px;
background-color: #333333;
}

/* content box for all pages */
#content {
top: 516px;
height:250px;
}

/* footer on the index page */
#footer_margin {
top:766px;
}

#footer {
top:771px;
}