/* HOME PAGE */
body {
	margin:0px;
	padding:0px;
	background-color:white;
}
a img {
 border:0;	
}
.headerdiv {
	width:100%;
	background-color:white;
	height:180px;
}
.maincontent {
	width:100%;
	background-color:white;
	height:350px;
	overflow:hidden;
	white-space:nowrap;
}
.photos {
	margin-left:0px;
}
.navigation {
	width:100%;
	background-color:white;
	height:75px;
	margin-top:20px;
}
.footer {
	width:100%;
	background-color:white;
	height:170px;
	text-align:center;
}
.headerimage {
	margin-top:15px;
	margin-left:15px;
}
.nav_center {
	width:770px;
	background:white;
	margin:0 auto;
}



/* SELF PORTRAIT AND ABOUT ME */
.portrait_aboutme {
	width:100%;
	background:white;
	height:300px;
	text-align:center;
}

.contact_center {
	width:730px;
	margin:0 auto;
	height: 257px;
}

.nav_center2 {
	width:750px;
	background:white;
	margin:0 auto;
	padding-top:150px;
}
