/*			 		*/
/* Author: Nicholas Passero		*/
/* Last Updated: 11/07			*/
/* NickPassero.com			*/
/*					*/


	.norm {
		margin-top: 100px;
	}
	
	.view {
		margin-top: 20px;
		background-color: #CCC;
		text-align: center;
	}
	
	#name{
		background-image: url('nicholaspassero.jpg');
		background-repeat: no-repeat;
		height:50px;
		width:600px;
	}
	
	#name:hover {
		background-image: url('nicholaspassero2.jpg');
		background-repeat: no-repeat;
	}

	#links{ 
		text-align: center;
		background-color: white;
		padding: 0px;
		margin: 0px;
		width: 600px;
	}
	
	#line {
   		background-image: url('lineBG.jpg');
		background-repeat: repeat-x;
		height: 5px;
		width: 600px;
		margin: 0px;
		padding: 0px;
	}
	
	#items {
		text-align: left;
		padding: 0px;
		margin: 10px;
		width: 550px;
		height: 300px;
		border: 0px solid #CCC;
		overflow: auto;
		font-family: Verdana, Tahoma, Calibri;
		font-size: 10px;
	}
	
	#bottom {
		text-align: center;
		width: 400px;
		margin: 3px;
		color: #CCC;
		font-family: Calibri, Verdana, Tahoma;
		font-size: 11px;
		font-weight: bold;
	}
	
	a {
		font-family: Verdana, Tahoma, Calibri;
		font-size: 11px;
		color: black;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
		color: #71a3cb;
	}
	
	.item {
		margin: 8px;
		width: 50px;
		height: 50px;
		border: 2px solid #CCC;
		display: block;
		float: left;
	}
	