/*----------------------------------------
Portfolio Page Style Sheet

version 1.0
author: PTC
last updated: 1-30-2007
----------------------------------------*/



/* Standard Document Styles
----------------------------------------*/
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
}

body, html { min-height: 100.1%;}
/* BUG FIX: min-height fixes page jump in firefox when vertical scrollbar is not necessary */



/* Container Elements
----------------------------------------*/
#content {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 800px;
	height: 535px;
}