	/* 
	#7D98AA == grey
	*/
	
	body, p	{ 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333; 
	margin: 0; 
	font-size: .8em; }
	
	a:link { font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; color: #7D98AA; text-decoration: none; }
	
	a:visited { font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; color: #7D98AA; text-decoration: none; }
	a:hover {  font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; color: #7D98AA; text-decoration: none; }

	h1	{ 	font-size: 120%; font-weight: bold; 
	color: #7D98AA; font-weight: bold; margin: 0 0 0 0; }
		
	h2	{ 	font-size: 100%; font-weight: bold; 
	color: #333; font-weight: bold; margin: 0 0 0 0; }	
	
	
	.wrapper
	{
		width: 100%;
		text-align: center;
	}
	
	#container
	{	margin: 20px auto;
		width: 740px;
		background-color: #fff;
		/* text-align: left; */
		/* border: 1px solid #7D98AA; */ }
	
	#header
	{	width: 740px;
		border-bottom: 1px solid #7D98AA;
		margin: 0 0 10px 0; }
	
	#logo
	{	width: 700px;
		margin: 0 0 10px 20px; }
	
	#navigation
	{	width: 380px;
		margin: 0 0 20px 0;	}
	
	#navigation ul
	{	margin: 0 0 20px 0;
		padding: 0;
		float: left;
		list-style-type: none;	}
	
	#navigation li	{ display: inline; }
	
	#navigation a
	{
		float: left;
	}
		
	#breadcrumbs
	{	width: 300px;
		color: #333;
		font-size: .7em;
		padding: 0;		}
	
	#breadcrumbs ul
	{	margin: 0;
		padding: 0;
		list-style-type: none; }
	
	#breadcrumbs li
	{	display: inline;
		padding: 0;	}
	
	#breadcrumbs li a
	{	color: #7D98AA;
		text-decoration: underline;	}
	
	#breadcrumbs li a:hover
	{	color: #7D98AA;		}
	
	#mainimage
	{	width: 380px;	}
	
	#projectsimage
	{	width: 160px;
		height: 160px;
		padding: 0;
		margin: 0 0 5px 0;	}
	
	#text
	{	width: 200px;
			}
	
	#thumbnails
	{	display: none;	}
	
	#footerbkg
	{	display: none;	}
	
	#footertext
	{	display: none;	}
	
	#footertext a
	{	display: none;	}
	
