/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/



#wrapper01 {
	width: 908px;
	margin: 0 auto;	
	
	background:url(../images/bg_in.gif);
	background-repeat:repeat-x;
	background-color:#F5F8F9;
	
}
#column_wrapper01 {	
	background-repeat: repeat-y;
	
}
.clearfloat01 {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center01 {
	width: 466px;
	float: left;
	color:#3F647F;	
}
#left01 {
	width: 221px;
	float: left;	
}
#right01 {
	width: 221px;
	float: left;
			
}
#center01 .content {
	padding: 14px 0px;
	font-size: 12px;
	line-height: normal;
	
}


#center01 .content1 {
	padding: 0px 0px;
	font-size: 12px;
	line-height: normal;
	
}


#left01 .content {
	padding: 0px 0px;
	
}
#right01 .content {
	padding: 0px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}

.p7uberlink01 {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

.nomargintop {margin-top: 0;}
.content01 p {
	margin: 0px 0;
}
