

/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/


div.content-box {
   background-color: transparent;
	margin: 0px 2px 0px 2px;
	padding: 7px;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #d7be81; 
	border-left: 1px solid #d7be81;
}


/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/


div.full-width-box {
   background-color: #ffffcc;
	margin: 3px 0px 10px 0px;
	padding: 5px;
   border: 1px solid #104f3a;
	
}

div.full-width-box2 {
   background-color: #eeffff;
	margin: 3px 0px 10px 0px;
	padding: 5px;
   border: 1px solid #cbaf6d;
	
}

div.full-width-box3 {
   background-color: transparent;
	margin: 3px 0px 10px 0px;
	padding: 5px;
   border: 1px solid #cbaf6d;
	
}


div.center-box {
   width: 50%;
   background-color: #eeffdd;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
   border: 1px solid #000066;
	
}

<!-- Half of width box right-->
		<div class="half-width-box-right">
			<div align="center"><table border="0" cellpadding="10"><tr><td>
			<h2>This is a Free Self Study Course</h2>
			<div class="img-float-right"><img src="http://www.home-decorating-room-by-room.com/images/woman_choosing_paint.jpg" width="199" height="164" alt="online home decorating course"></div>
	     </td></tr></table></div>   
	        <p>
	        <UL>
	        <li class="custom1">No tests are required</li>
	        <li class="custom1">No grades are given</li>
	        <li class="custom1">No consultation is offered</li>
	        <li class="custom1">No certificate or diploma is offered for the completion of this course</li>
	        </ul>
	      <p>  This is offered as a free self-directed course because I believe everyone is creative.
	        Everyone can develop a home they love and are proud of. </p>
	        <p>I have a passion for the subject of interior decorating. I also love to teach and share knowledge.
	        This website is a natural pairing of these interests. <p>This is a labor of love and sharing
	        on my part. If there are errors	in the information I offer, feel free to <a href="http://www.home-decorating-room-by-room.com/contactme.html"> Contact Me </a> </p>
		<div class="clear"></div>	
	</div>
	<!--copied from AJ template V4 -->
	 div.half-left {
  background-color: #ffffbb;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	}
	
	div.half-right {
  background-color: #eeffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;
}

<!--end of AJ copy -->
	
	

	
/*** 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 you can also use this class for any image, if you
want it to have a border, and the text to wrap around it***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 2px solid #000;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #000;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}



