
body{
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	padding: 0;
	text-align: center;
	width: 90%;
}

p{
	margin:0 10px 10px;
}

a{
	color:black;
}
a:hover{
	color: #7C8A95;
}

div#header{
	position:relative;
	background-color:white;
}

h2{
	font-size:16px;
	margin:0;
	padding-left:10px;
	background: white;
	color: #7C8A95
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	background: white;
	color: #7C8A95
}

div#content p{
	line-height:1.1;
	background-color:white;
}

div#content{
	margin-left:100px;
	text-align:left;
	background-color:white;
}

div#navigation{
	float: left;
	background:#A8B0B6;
	width:90px;
	height:7000px;
}

div#navigationResume{
	float: left;
	background:#A8B0B6;
	width:90px;
	height:1000px;
}

div#navigationAbout{
	float: left;
	background:#A8B0B6;
	width:90px;
	height:500px;
}

div#footer{
	background: #333;
	color: #FFF;
	padding-top:8px;
}

div#wrapper{
	float:right;
	width:100%;
	margin-left:-100px;
	background-color:white;
}


div#topper{
	background:#7C8A95;
	height:14px;
	clear:both;
	width:100%;
	top-margin:4px;
}

div#footer{
	clear:both;
	width:100%;
}

p#work{
	width:60%;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	text-align: left;
	padding-left:100px;
}

