[if lt IE 7]><link rel="stylesheet" href="ie.css" type="text/css" media="screen" /><![endif]
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width: 950px;
	background: #C0C0C0;	
}
.container { 
	background: #FFFFFF;
		width: 760px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.container2 {
}
.leftbar {
	position: absolute;
	background-image: url("images/black.jpg");
	background-repeat: repeat-y;
	width: 144px;
	top: 1px;
	padding-left: 10px;
	padding-right: 1px;
	left: 0px;
	background-color: #000000;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
}
.sidebar {
	position: absolute;
	width: 144px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	background: #000000;
	margin: -5px 0px 0px -2px;
	top: 1px;
	padding-left: 10px;
	padding-right: 1px;
	left: 0px;
}
.logo {
	position: absolute;
	background-image: url("images/home_logo2.gif");
	width: 347px;
	height: 401px;
	background-repeat: no-repeat;
	margin: 0 0 0 140px;
	top: -2px;
	left: 12px;
}

.first   {
	position: absolute;
	background: #FFFFFF;
	z-index: 10;
	top: 35px;
	left: 237px;
	width: 461px;
	height: 115px;
}

.second   {
	position: absolute;
	background: #FFFFFF;
	z-index: 20;
	top: 150px;
	left: 240px;
	width: 514px;
	height: 300px;
}
.intro {
	float: right;
	width: 650px;
	height: 375px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 0 354px; /* 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: 15px 0 0 15px;
}
.mainContent { 
	background: #FFFFFF;
	width: 700px;
	margin: 0 0 0 150px; /* 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. */
	overflow:auto;
} 
.wrapper {
	background: #FFFFFF;
	width: 780px;
	overflow:auto;
}
.content {
	background: #FFFFFF;
	width: 700px;
	margin: 0px 50px 0 155px; /* 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.  */
}
.content2 {
	background: #FFFFFF;
	margin: 0px 50px 0 40px; /* 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: px px px px;
}
.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;
}
.footer {
    position: absolute;
    bottom: 0;
	width: 100%;
}  
