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

#nav
{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	overflow: auto;
}


#navContainer
{
	width: 150px;
	background-color:#FFFFFF;
	position:absolute;
	left: 10px;
	top: 10px;
	bottom: 95px;
	margin: 0;
	padding:0;
	overflow:auto;
	margin-top: 0em;
}

#main
{
	position: absolute;
	left: 280px;
	right: 80px;;
	top: 10%;
	height: 80%;
	background-color:#FFFFFF;
	background-image:url(../imgs/id.jpg);
	background-position: center 15px;
	background-repeat:no-repeat;
}

#content
{
	position: absolute;
	top: 71px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background-color:#FFFFFF;
	overflow: auto;
	text-align: center;
}

#container
{
	width: 100%;
	height: 100%;
	margin: 5;
	padding: 0;
	border: 0;
}

#imgContain
{
	white-space: 100%;
	height: 100%;
	white-space:nowrap;
	overflow:scroll;
}

#portfolioSlide
{
	width: 100%;
	height: 100%;
	white-space:nowrap;
}

#portfolioSlideHalf
{
	width: 100%;
	height: 60%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	white-space:nowrap;
	text-align: left;
	position:absolute;
	top: 20%;
	left: 20em;
	margin-left:10px;
}

#portfolioDescript
{
	width: 250px;
	overflow:auto;
	white-space:normal;
	float: left;
	height: 100%;
	background-color:#FFFFFF;
}

/*
.imgWide
{
	width: 100%;
	margin-right: 10px;
}

.imgHigh
{
	height: 100%;
	margin-right: 10px;
}
*/
