/* 
    Document   : mobilePortrait
    Created on : Apr 12, 2013, 10:20:35 AM
    Author     : Marc
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


@media (min-width: 769px) and (max-width: 1024px) {
	
html, body {
	width: 1024px;
}

.navigation {
	left: 20px;
	top: 100px;
}

.navigation_image {
	width: 80%;
	height: 100%;
}

.content {
    width: 620px;
	top: 480px;
	left: 20px;
	position: absolute;
	border: solid 0px #ffffff; 
	z-index: 1;
	display:inline;
}

.images {
	/*display: none;*/
	width: 400px;
	height: 200px;
	left: 640px;
}

.contact {
	left: 400px;
}

}

