@charset "UTF-8";
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #666666;
	text-align: left;
	background-repeat: no-repeat;
	orphans: 5;
	widows: 5;
}
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
	margin-top: 0px;
	margin-right: 648px;
	margin-bottom: 20px;
	margin-left: 148px;
	background-color: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	/* [disabled]position: fixed;
*/
}
.twoColFixLtHdr #mainContent {
	margin: 0px 80px 0px 80px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #footer {
	margin-top: 0px;
	margin-right: 648px;
	margin-bottom: 20px;
	margin-left: 148px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* 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 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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;
}
#columnContainer {
	background-image: url(column-image.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}
#columnOne {
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#columnTwo {
	marging-left:50%;
	width:50%;
	width: 45px;
	width: 30px;
}
.twoColFixLtHdr #option1 {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(dd1-theme-header-wire.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #option2 {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(dd1-theme-header-wire.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #option3 {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(dd1-theme-header-wire.jpg);
	background-repeat: no-repeat;
}
