/* columns */

.column {
	float:left;
	margin-right:10px;
	padding:10px;
	vertical-align:top;
	margin-bottom:10px;
}

.one {
	width:80px;
}

.two {
	width:190px;
}

.three {
	width:300px;
}
	
.four {
	width:410px;
	margin-right:10px;
}
.imageFour {
	width:430px;
}
	
.five {
	width:520px;
}
	
.six {
	width:630px;
}
	
.seven {
	width:740px;
}
	
.eight {
	width:850px;
}
	
.nine {
	width:960px;
}
.ten {
	width:80px;
	float: right;
	margin-right: 20px;
}
.header {
	height:80px;
}
.headerH1 {
	height:190px;
}
.last {
	margin-right:0px;
}
.table {
	
}
.content{
	float:left;
}
.content.column {
	position:relative;
}
.content.tint10percent {
	padding:10px;
}
.leftmenu + .column {
	
}

.profile-pic {
	margin-top: -10px!important;
	margin-left: -10px!important;
	margin-bottom:1em;
}

.image {
	padding: 0px 20px 0px 0px!important;
	}

	
/* footer */

#footer {
	clear:both;
	padding:0px 0px 0px 10px;
	width:970px;
	
}

.even{
	margin-right:0px;
}


