#photo-slide-show {
	margin-left: 85px;
	margin-bottom: 45px;
	width: 785px;
	height: 360px;
	
	/* IE fallback */
	background-color: rgb(202, 206, 205);
	background-color: rgba(202, 206, 205, 0.5);
}

#photo-slide-show a:hover {
	text-decoration: none;
}



#skills-table {
	width: 370px;
	min-height: 340px;
	margin-left: 85px;
	
	float: left;
	
	/* IE fallback */
	background-color: rgb(202, 206, 205);
	background-color: rgba(202, 206, 205, 0.4);
}

#intro-text {
	width: 330px;
	min-height: 300px;
	margin-left: 45px;
	margin-right: 75px;
	
	line-height: 30px;
	
	padding: 20px;
	font-size: 23px;
	
	float: left;
	
	/* IE fallback */
	background-color: rgb(202, 206, 205);
	background-color: rgba(202, 206, 205, 0.4);
}

#intro-text a {
	color: #CACECD;
}

#skills-header {
	height: 30px;
	padding: 10px;
	text-align: center;
	font-size: 28px;
	
	line-height: 25px;
}

.skills-list-header {
	font-size: 20px;
	padding-bottom: 8px;
}

.skills {
	float: left;
	width: 110px;
	height: 250px;
	font-size: 16px;
	padding-left: 10px;
	
	line-height: 22px;
}

.skills > ul > li {
	list-style-position: inside;
	list-style-image: url('../img/list-bullet.png');
}

.main-page-button {
	width: 290px;
	height: 30px;
}














