#navContact {
	display:none;
}

#title h1
{
	background:url("images/contact.png") no-repeat 0px 1px;
	max-width:329px;
	float:left;
}

#portrait
{
	width: 45%;
	margin: 0;
	height: 400px;
	background-image: url('images/contactpic.png');
	background-repeat: no-repeat;
	background-position: right top;
}

/*iPhone layout*/
@media only screen and (max-width:540px){
#navHome
{
	margin:0 !important;
}
}

@media only screen and (max-width:370px){
#title h1
{
	width:60% !important;
}
}
