	body {
	/*background-image: url(/common/back.jpg);*/
	background-color: #E6E6E6;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

	#mainBox {
		position: relative;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		padding: 0px;
		border: solid #AAAAAA;
		border-width: 1px 0px 1px 0px;
		width: 700px;
		height: 440px;
	}

	#cantBar {
		display: none;
		width: 1%;		/* IE hack */
	}

	#cantBarText {
	font-family: sans-serif;
	color: #AAAAAA;
	position: relative;
	top: -20px; /*-45px;*/
	width: 700px;
	height: 22px;
	background-color: transparent;
	font-size: 14px;
	font-weight: 130;
	text-align: center;
	letter-spacing: 10px;
	z-index: 4;
}

	#menuText {
		position: relative;
		margin: 0 auto;
		padding: 3px 0px 0px 0px;
		width: 700px;
		top: 0px;
		height: 22px;
		background-color: Transparent;
		z-index: 3;
	}

	div ul a {
		padding: 0px;
		margin: 0px;
		text-decoration:none;
		color: #AAAAAA;
		padding: 1px 5px 1px 5px;
	}

	div ul a:hover {
		border: solid;
		padding: 1px 3px 1px 3px;
		border-width: 0px 2px 0px 2px;
		border-color: #AAAAAA;
		text-decoration:none;
	}

	ul {
		font-family: Verdana;
		color: #AAAAAA;
		position: relative;
		float: right;
		top: 0px;
		background-color: transparent;
		font-size: 12px;
		text-align: left;
		letter-spacing: 3px;
		z-index: 5;
		margin: 0px;
	}

	li {
		list-style: none;
		display: inline;
		margin: 0px 77px 0px 0px;
		border: none;
	}

	.selected {
		border: solid;
		padding: 1px 3px 1px 3px;
		border-width: 0px 2px 0px 2px;
		border-color: #AAAAAA;
	}

	.frontImg {
		position: relative;
		top: 200px;
		margin: 20px;
		filter: alpha(opacity=60);
		opacity: 0.6;
	}

	#projBar {
		width: 100%;
		height: auto;
	}

	.projImg {
		display: inline;
		border: none;
		float: left;
		margin: 23px 15px 23px 15px;
		height: 70px;
		width: 70px;
	}

	.projSel {
	border solid thin green;
		filter: alpha(opacity=100);
		opacity: 1.0;
	}

	.projTitle {
		font-weight: bold;
	}

	.projIcons {
		float: left;
		margin: 10px 10px 0px 0px;
		border: solid 1px #DFDFDF;
		height: 200px;
		width: 251px;
		text-align: left;
	}

	.projImgIcon {
		margin: 10px 0px 0px 10px;
		padding: 0px;
		height: 50px;
		width:50px;
		border: none;
	}

	#bigPic {
		position: relative;
		width: 373px;
		height: 200px;
		overflow: hidden;
		margin: 10px;
	}

	#bigImg {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.icoThumb {
		border: none;
		margin: 0px;
		padding: 0px;
	}

	.staticImg {
		display: inline;
		border: none;
		float: left;
		margin: 23px 15px 23px 15px;
		height: 70px;
		width: 70px;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

	a {
		color: gray;
		text-decoration: none;
	}

	a:hover.projLink {
		float: left;
		margin: 0px;
		padding: 0px;
		border: none;
		filter: alpha(opacity=100);
		opacity: 1.0;
	}

	a.projLink {
		float: left;
		margin: 0px;
		padding: 0px;
		border: none;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

	.info {
	height: 285px;
	margin: 0px;
	border: solid #CFCFCF;
	border-width: 1px;
	background-color: #F3F3F3;
	color: gray;
	text-align: left;
	font-size: 10px;
	font-family: "MS Reference Sans Serif";
	padding: 10px 25px 10px 25px;
}

	.photo {
		float: left;
		margin: 10px 25px 45px 0px;
	}

	p {
		padding: 10px 0px 0px 0px;
		margin: 0px;
	}
