/* box layout */

.boxwrap   { 
	width: 790px; 
	margin-left: auto; 
	margin-right: auto; 
   margin-bottom: 4px;
}

.boxbody   { width: 740px; float: left;  }
.boxcenter { width: 590px; float: right; }
.boxleft   { width: 150px; float: left; }
.boxright  { width: 50px; float: right; }
.boxheader { width: 100%;  clear: both;  }
.boxfooter { width: 100%;  clear: both;  }


.boxclear  { clear: both; line-height: 0px }

/* ie hack: */
     .iehackwrap { text-align: center;  }
     .boxwrap    { text-align: justify; }     
     
/* box style */

.boxwrap   { 
	background: #ffffff; 
}

.boxwrap {
		border: 1px solid #33a6ec;
}

.boxheader { background: #ffffff; }
.boxfooter {
	background: #ffffff;
	vertical-align: middle;
	height: 25px;
}
.boxcenter { background: #ffffff; }
.boxleft   {
	height: 628px;
	background-repeat: no-repeat;
	background-image: url(images/bg_left_col.jpg);
}

.boxright  { background: #ffffff; }

div { margin: 0px; padding: 0px; }
