/* CSS Document */
/* LAYOUT */

/*
BLUE = #418fc4
GREEN = #97aa3a
Alt GRAY #999
Text GRAY #4b4b4c
*/
html, body {
	margin: 0;
	background-color: #fff;
	height: 100%;
}
#pagewrapper {
	/* put in the background vertical graphic */
/* allow height to flex more than 100 percent */
	width: 1024px;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	position: relative;
}
#pagecontent { 
	
}
#leftcol {
	width:244px;
	float:left;
}
#centercol {
	width:597px;
	float:left;
	padding: 10px 0;
}
#rightcol {
	width:183px;
	float:left;
}
#footerwrapper {
	margin-top:40px;
}
#mainnavform {padding-top:0px;}

#contentbox {width:530px; margin: 0 14px 0 44px;}

#photoboxwrapper {
	width:470px; padding:10px 0; text-align:center; margin-top:24px;
}

#photobox {width:160px; padding:0 20px 10px 0;}

#photo {background-color:#FFF; margin:24px 20px 20px 0; float:left;}

