	/* =LAYOUT - the main layout styles */
	.container{
		width:85%;
		min-width:600px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
		font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	/* header layout */
	#header{
		height: 253px;
		background: #4a4841 url(../../images/personalstyle/top_bg.jpg) top repeat-x;
		position: relative;
	}
	#navigation{
		position: absolute;
		right: 0;
		top:20px;
	}
	/* main area layout */
	#main{padding:24px 0 20px 0;}
	#leftcolumn{float: left;width:193px;}
	#center{float: left;width:380px;padding: 0 20px;}
	#rightcolumn{float: left;width:287px;}
	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #f1eee7;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:288px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
/* =HEADER - the header styles */
	#header .container{
	height: 253px;
	background: url(../../images/personalstyle/jason2_headshot.gif) right bottom no-repeat;}
	/* logo */
	.cfinsider {
		position: absolute;
		height: 100px;
		width:400px;
		top: 0px;
		left: 10px;
		background: url(../../images/personalstyle/cfinsider.jpg) right top no-repeat;
	}
	/* top navigation */
	#navigation li{
		margin:0px 0px 0px 0px;
		padding:0px 27px 0px 0px;
		list-style:none;
		float: left;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: normal;
	}
	#navigation li a{color: #fff;}
	#navigation li a:hover,#navigation li.active a{color: #2c2c2c;}
	/* message and building pic */
	#bannerspace{
		position: absolute;
		height: 125px;
		color:#003366;
		font-weight: bold;
		padding:0 280px 0 30px;
		bottom: 0;
		font-size: 1em;
	}