body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a {
	color: #000fc4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000fc4;
}

#frame {
/*	min-height:600px;  */
	background-color: #FFFFFF;
	background-image: url(jfgradientBG2.jpg);
	background-repeat: no-repeat;
	width: 978px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#leftside {
	width: 230px;
	float: left;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#leftside a {
	color: #fff;
	text-decoration: none;
}

#leftside a:hover {
	color: #fc0;
	text-decoration: none;
	text-shadow: #000 1px 1px 2px;
}

#rightside {
	width: 642px;
	margin-left: 270px;
	color: #000000;
	padding-top: 16px;
	padding-bottom: 16px;
}
#topright {
	height: 10px;
	color: #FFFFFF;
	text-align: center;
}
#bottomright {
	color: #666666;
	background-color: #FFFFFF;
	position: relative;
	min-height: 500px;
}
#slideshow {
	text-align: center;
	border: 1px solid #FFFFFF;
	}

#footer {
	clear: both;
	color: #666666;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#projectlist {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#mainbodytext {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #333;
}

#ProjectsImagesBlock {
	text-align: center;
}
.captiontext {
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 0.2em;
	padding: 4px;
	margin: 4px;
}
.projectimage {
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

