nav ul li {
	width: 24%;
	display: inline-block;
}

nav ul li a {
	padding: 5px 0px;
}

#homeImages {
	padding-top: 50px;
}

#homeContent {
	width: 80%;
}

#headerPC001mobile {
	display: none;
}

#headerPC001, #headerPC002 {
	display: inline-block;
}

@media only screen and (orientation:landscape) {
	/*Landscape view stuff here...*/
}

@media only screen and (orientation:portrait) {
	/*Portrait view stuff here...*/
}