body {
	position:relative;
	margin:0;
	padding:0;
	background:#F0F0F0;
}

/*#banner	{
	width:895px;
	height:150px;
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	padding-bottom:15px;
}*/

#banner	{
	/*width:895px;*/
	width:894px;
	height:150px;
	position:absolute;
	left:0;
	top:0;
	border-bottom:12px solid #fff;
	background-color:#6d1120;
	padding-bottom:6px;
	margin-bottom:15px;
	overflow:hidden;
}	

#leftcolumn	{
	width:154px;
	height:700px;
	position:absolute;
	left:0;
	/*top:165px;*/
	top:167px;
	padding:0 10px;
	color:#071637;
	background:#fff;
	border-right:1px solid #071637;
}

#content	{
	/*width:699px;*/
	width:697px;
	position:absolute;
	left:175px;
	/*top:165px;*/
	top:167px;
	padding-left:22px;
	background:#fff;	
}

#content ul	{
	 margin-right:30px;
}

#footer	{
	/*width:895px;*/
	width:894px;
	height:20px;
	position:absolute;
	left:0;
	background:#fff;
	padding-top:15px;
}

img.bio	{
	width:150px;
	height:150px;
	border:0;
}

#contactsocial	{
	padding:6px 10px;
	float:right;
	border:1px solid #173560;
	color:#173560;
	margin:6px 40px 0 0;
	font-size:10pt;
	line-height:10pt;
}

#contactsocial div	{
	margin-top:6px;
}	

#contactsocial img	{
	width:24px;
	height:24px;
	float:left;
	margin-right:10px;
	border:0;
}

