/* CSS Document - index */

/* ALEXANDER PARKER - Industrial Design */
/* Alexander Parker © 2006 */

/* This document details the layout specifics for the portfolio.html document aka the homepage */

/********************************************************************************/
/* Master Div - Holds Everything */
#CvContainer{
	width:742px;
	height:378px;
	position:relative;
	overflow:auto;
	text-align:left;
	margin-top:7px;
	margin-left:7px;	
	border-style:solid;
	border-width:2px;
	border-color:#dddddd;
	}
	
#CvLinks{
	width:746px;
	height:20px;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-top:2px;
	margin-left:7px;
	border:none;
	}
/* End of Master Div */
/********************************************************************************/

#Box{
	width:350px;
	position:relative;
	float:left;
	overflow:hidden;
	text-align:left;
	margin-top:5px;
	margin-left:10px;
	border:none;
	}
