body, html { background: #000; font-weight: 100}
#wrapper { width: 100%; margin: 0 auto; padding: 0; } /* Setting margin to 0 auto will center this div */
#header { width: 100%; padding: 0; } /* Change the height to whatever it needs to be */
#navbar { width: 100%; margin: 0; padding: 0; height: 50px; } /* Change the margin and padding to align, and height as needed */
#main { width: 100%; margin: 0; padding: 0;  } /* Change the height to whatever it needs to be */
#footer {   color: #fff;font-size: 85%;
	padding-right: 5px;
	text-align: right;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: black;
} /* Change the margin values to align, and height as needed */

/* Sidebar and content */
 
#sidebar { width: 115px; background: #ccc; text-align: left; } /* Change the width as needed */
#content { width: 100%; color: #fff} /* Change the width as needed */
 
/* Float controls */
 
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.noshow { display: none; }

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#headCon{
	padding: 3px 0;
}

#menu{
	padding: 2px;
	margin-bottom: 5px;
	
}

#menu a{
	margin: 20px 20px;
}


#portfolios{
	width: 550px;
	margin: 5px auto 10px auto;
	padding-left: 5px;
	
}

.portfolioCover{
	width: 170px;
	height: 250px;
	float:left;
	margin-right: 5px;
	margin-bottom: 3px;
}

.portfolioCoverWide{
	width: 277px;
	height: 197px;
	float:left;
	margin-right: 10px;
	margin-bottom: 20px;
	
}

#portfolio{

	height: 450px;
	height: 570px;
	width: 100%;

}

#portfolios .portfolioCover img{
width: 168px;
height: 216px;

}
