	body 
	{
		background-color: #9aa2ae;
		margin: 0px;
		font-size: 12pt;
		font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	}

	.sitecontainer
	{
		background-image: url(site_graphics/background.png);
		background-repeat: repeat-y;
		background-attachment:absolute;
		background-position:center;
		width: 1024px;
		margin: 0 auto;
		/* 		border: red 1px dashed; */
	}

	.header
	{
		width: 850px;
		margin: auto;
/* 		border: green 1px dashed; */
	}
	
	.maincontent
	{
		margin: auto;
		width: 600px;	
/* 		border: blue 1px dashed; */
	}
	
	.footer
	{
		clear: both;
		margin: auto;
		width: 850px;
		height: 50px;
		font-style: italic;
		font-size: 10pt;
		text-align: center;
/* 		border: green 1px dashed; */
	}

/* Portfolio Pieces */

	.title
	{
		text-align: center;
	}

	.piece
	{
		padding-bottom: 15px;
		border-top: 1px solid #ccc;
		text-align: justify;
/* 		border: 1px dashed; */
	}

	.heading
	{
		margin-bottom: 0px;
	}

	.subheading
	{
		font-style: normal;
		font-weight: normal;
		margin-top: 0px;
	}
	
	.details
	{
		line-height: 22px;
		text-align: justify;
		color: #464646;
	}

	.clickme
	{
		font-style: italic;
		font-size: 10pt;
		text-align: center;
	}

/* Link Look */

	a:link
	{ 
		color: #dd0613;
		text-decoration:none;
	}
	
	a:visited
	{
		color: #dd0613;
		text-decoration: none;
	}
		
	a:hover
	{
		text-decoration: underline;
	}

