/* 4 Column Styles */
.header2{
   position: relative;
   float: left;
   left: 0px;
   width: 1280px;
   background-color: #f4f4f4
}
.wrapper2{
	position: relative;
	float: left;
	left: 0px;
	width: 670px;
	background-color: #FFFFFF;
	padding-top: 25px;
}
.col1{
	position: relative;
	float: left;
	width: 24%;
	padding-right: 5px;
}
.col2{
	position: relative;
	float: left;
	width: 24%;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.col3{
	position: relative;
	float: left;
	width: 23%;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.col4{
	position: relative;
	float: left;
	width: 23%;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.footer2{
   position: relative;
   float: left;
   left: 0px;
   width: 1280px;
   background-color: #cfcfcf
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color: #e7e7de
}
#headbox {
	height: 100px;
	width: 155px;
}
