@charset "UTF-8";
/* CSS Document */

body {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;

}
img {
	border:0px;

}
#pageTitle {
	height:54px;
	margin-left:15px;
	margin-top:10px;
}
#picturePortfolio {
	width:75%;
	height:70%;
	margin-left:15px;
	overflow-x:scroll;
	overflow-y:hidden;
}
#pageContent {
	width:75%;
	height:60%;
	margin-left:15px;
	overflow-x:hidden;
	overflow-y:hidden;
}
#pictureLoading {
	height:auto;
	width:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding-right:10px;
	background-color:#FFFFFF;
	background-image:url(images/loading.gif); 
	background-position:center center; 
	background-repeat:no-repeat;
}
#portfolioImage {
	height:400px;
}
#clientLogin {
	height:100%;
	width:475px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#FFFFFF;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;	
}
#logo {
	height:20%;
	margin-left:15px;
	margin-top:15px;

}
#mainNav {
	position:absolute;
	top:0%;
	right:0%;
	width:258px;
	height:736px;
	display:block;
	z-index:100;
}
#APB {
	top:0px;
	left:-100px;
	color:#FFFFFF; 
}
