﻿@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,300&subset=latin,latin-ext);

html, body{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	font-family: 'Titillium Web', sans-serif;
	}
	
#header{
	height: 227px;
	width: 1070px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../img/header.png');
	background-repeat:none;
	}
	
#wrapper{
	position:absolute;
	width: 1070px;
	}

#content{
	width:1070px;
	margin-left:auto;
	margin-right:auto;
	}
	
#portfolio{
	width:700px;
	margin-right:30px;
	float:left;
}

#logo{
	width:330px;
	height:300px;
	float:left;
	}
	
.headline{
	font-size:20px;
	text-decoration:underline;
	line-height:50px;
	}
	
#footer{
	position:absolute;
	bottom:0;
	width:1070px;
	text-align:center;
	clear:both;
	}
	
#footer a{
	text-decoration:none;
	color:lightgrey;
	}
	
#footer a:hover{
	color:grey;
	}

h4{
	margin:none;
	padding:none;
	}

.personcontainer{
	height:275px;
}
.textcontainer{
	width:800px;
	}
.right{
	margin-left:270px;
}


.flLeft{
	float:left;
	}
	
.clear{
	clear: both;
	}