﻿
.twoColElsRt #container_tow { 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRt #sidebar1_tow {
	float: right; 
	width: 340px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0;
}
.twoColElsRt #sidebar1_tow h3, .twoColElsRt #sidebar1_tow 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;
}

div.twoColElsRt {
	-webkit-border-radius: 8px; 
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;  
	-moz-border-radius-topleft   : 8px;
    -moz-border-radius-topright  : 8px; 
	-webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft   : 8px;
    -moz-border-radius-bottomright  : 8px; 
    position: center;    
    margin:             0;   
        padding:            10px;
    /*height: 300px;    
    width:905px; */
    aling:center;
	 background-color:   #FFFFFF;
    text-align:left;
    overflow:show;
	border-top: 1px solid #ff5c04;
	border: 1px solid #ff5c04;
}

.twoColElsRt #mainContent_tow {
	margin: 0;
	width: 578px;
	padding-right: 10px;
}  

/* Miscellaneous classes for reuse */
.fltrt_tow { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft_tow { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat_tow { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}