h1{
    margin: 0px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
	border-bottom: 1px solid #0091ed;
}
h2{
    margin: 0px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
	margin: 10px 0px 10px 0px;
}
h3{
	margin: 0px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
p{
	text-align: justify;
	line-height: 20px;
	margin: 8px 0px 8px 0px;
}
body{
	background: url(Tile.jpg) repeat #f5f5f4;
	color: #484848;
	font: 14px "Merriweather Sans","Roboto",Helvetica,Helvetica Neue,Arial;
}
#container{
	width: 860px;
	padding: 30px;
	margin: auto;
    margin-top: 20px;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 0 6px #7d7d7d;
}
	#banner{
		width: 860px;
		height: 250px;
	}
		#photoFrame{
			width: 250px;
			height: 250px;
			background-color: #f7f7f7;
			float: left;
		}
			#profilePicture{
				width: 238px;
				height: 238px;
				margin: 5px;
			}
		#contactInfo{
			width: 570px;
			height: 230px;
			float: left;
			padding: 10px 10px 10px 30px;
		}
	#mainContent{
		width: 840px;
		padding: 20px 10px 20px 10px;
	}