/*
	changeinflux.com
	
	Filename:		about.css
	Description:	about page stylesheet
	Last Updated:	2010.06.22
*/


#content {
	background: url("../images/about/header.png") top center no-repeat;
	padding-top: 200px;
}

#left {
	float: left;
	max-width: 400px;
	padding: 0px 75px;
	text-align: justify;
	width: 550px;
}
#left img {
	float: left;
	margin: 0 10px 10px 0;
}
#right {
	float: left;
	text-align: justify;
	width: 275px;
}
.list {
	overflow: hidden;
	width: 	275px;
}
.list_left, .list_right {
	float: left;
	margin: 0;
	padding: 0;
	width: 125px;
}
.list_left {
	margin-right: 25px;
}
li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
.icon {
	background: url("../images/about/software_icons.png") top left no-repeat;
	height: 24px;
	float: left;
	margin: -3px 5px 0 0;
	width: 24px;
}
.languages {
	margin-bottom: 33px;
}
.languages li {
	border-bottom: 1px solid #ccc;
	margin-right: 20px;
}