@charset "utf-8";
.thumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
	font-weight: normal;
	line-height: 1.4em;
	padding-right: 30px;
	padding-bottom: 60px;
}
#portfoliocontent {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -409px;
	width: 850px;
	text-align: center;
	z-index: 15;
}
#portfoliocontent ul {
	border:0;
	padding:0;
	margin:0;
}
#portfoliocontent li {
	list-style: none;
	float: left;
}
#portfoliocontent li img {
	padding-top: 10px;
}
#bodybgportfolio {
	background-repeat: repeat-x;
	background-color: #272727;
	background-position: center top;
	position: absolute;
	top: 0em;
	left: 0px;
	width: 100%;
	height: 800px;
}
#bodybgimgportfolio {
	background-image: url(../Images/Body_2.jpg);
	background-color: #333;
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	top: .2em;
	left: 0px;
	width: 100%;
	height: 2150px;
	z-index: 4;
}
#footerportfolio {
	position: absolute; 
	left: 0; 
	top: 2420px;
	list-style: none;
	text-align: center;
	width: 100%;
	height: 228px;
	background: url(../Images/light_bands_footer.png) center top no-repeat;
	z-index: 500;
}
#footerportfolio li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #375395;
	font-size: 12px;
	float: left;
	text-decoration: none;
	list-style: none;
	text-align: center;
}
#bgcolorportfolio {
	background-color: #1A1A1A;
	position: absolute;
	top: 128px;
	left: -.1%;
	width: 100%;
	height: 100px;
	z-index: 8;
}
