/*Col2 CSS Document */

.thinkcyber #sidebar1 {
	float: left; 
	width: 177px; /* since this element is floated, a width must be given */
	background: #f0b7e7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thinkcyber #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thinkcyber #mainContent { 
	margin: 0 20px 0 14em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 


