/*CSS by Ryan Eagy and two79.com*/
/*Feel free to learn from this CSS, but this specific design combination, colors, and graphics are copyrighted. Thank you*/
/*included CSS for portfolio.cfm page*/

#portfolio {
		background-color:#FFFFFF;
		margin:0 auto;
		padding:0px;
		padding-top:20px;
		padding-left: 70px;
		border-left:1px solid black;
		border-right:1px solid black;
		width:832px;
		height:100px;
		text-align:center;
		min-height:400px;
		}

#portfoliotext {
		margin: 20px;
		}
		
#portfolioalbum {
		float: left;
		margin: 20px;
		}
		
.portfolioalbumntext  {
		text-align: center;
		font-size:16px;
		color: #666666;
		font-weight:bold;
		margin-top: 10px;
		}		
