
div.full-width-box {
   background-color: #ffffff;
   background-image: url(../image-files/divbox-bg.png);
   background-repeat: repeat-x;
	margin: 15px 0px 15px 0px;
	padding: 5px;
   border: 1px solid #ccc;
	
}

div.full-width-box-nav {
   background-color: #ffffff;
   background-image: url(../image-files/divbox-bg.png);
   background-repeat: repeat-x;
	margin: 10px 0 10px 0;
	padding: 0px;
   border: 1px solid #ccc;
	
}

div.center-box {
   width: 70%;
   background-color: #ffffff;
   background-image: url(../image-files/divbox-bg.png);
   background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding: 15px;
   border: 1px solid #ccc;
	
}

div.full-width-box2 {
   background-color: #ffffaa;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #000066;
	
}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;
	
}

/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 2px solid #000066;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #000066;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}



