@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	width: 100%;
	background-color: #E7E7E4;
}
#outerContainer
{
	width: 907px;
	margin: 32px auto 0 auto;
	padding-top: 44px;
	background: transparent url(/images/page_bg.gif) no-repeat 0 0;
	position: relative;
}
#headerContainer
{
	width: 869px;
	margin-left: 1px;
	position: relative;
}
#pNav, #pNavHome
{
	width: 510px;
	height: 27px;
	float: right;
	text-align: right;
}
#pNav img, #pNavHome img
{
	margin-left: 1px;
}
#pNav
{
	background: transparent url(/images/nav_bg.gif) no-repeat right top;
}
#pNavHome
{
	background: transparent url(/images/nav_bg_home.gif) no-repeat right top;
}
#contentContainerSecondary
{
	width: 898px;
	/*min-height: 505px;
	height: auto !important;
	height: 505px;*/
	margin-left: 1px;
	padding-bottom: 32px;
	background: transparent url(/images/blueprint_bg_secondary.jpg) no-repeat right bottom;	
}
#contentLeftColumn
{
	width: 290px;
	float: left;
	display: inline;
	margin: 48px 0 0 29px;
}
#contentCenterColumn
{
	width: 330px;
	float: left;
	display: inline;
	margin: 56px 0 0 40px;
}
#contentRightColumn
{
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}
#contentCenterColumnProjects
{
	width: 398px;
	float: left;
	display: inline;
	margin: 0 0 0 40px;
}
#contentRightColumnProjects
{
	width: 112px;
	height:335px;
	float: left;
	display: inline;
	padding: 2px 0 0 2px;
	background: transparent url(/images/project_thumbs_bg.gif) no-repeat 0 0;
}
#footer
{
	width: 907px;
	padding: 12px 0 30px 0;
	background: #E7E7E4 url(/images/footer_bg.gif) no-repeat 0 0;
}

