*******************************************************************************************

Title:		ID SELECTORS

Author:		Lisa Shoar (Senior Web Producer -- Mind Over Machine, inc.)

Updated:	04/22/08

*******************************************************************************************/

 dfn {
        display: none
}

#outer_container {
width: 1100px;
background-image: url(images/inner_bg.gif) ;
background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#wrapper{

	top: 0px;
	width: 900px;
	background-color: fff;
	height: 100%;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}

#banner {
		
		left:0px;
		top:0px;
		width:899px;
		height:84px;
		background-color: #fff;
}
#banner_left_content {
	
	left:0px;
	top:0px;
	float: left;
}



#mid_container {

width: 897px;
top:0px;
left: 0px;
height: 500px;
background-color: #e9e6d8;
border: 1px solid #d1cdb8;
}

#mid_content_lt{

	float: left;
	top: 0px;
	margin-left: 29px;
	width: 300px;
	margin-top: 18px;
	
}

#mid_content_rt {
	float: right;
	
	left: 327px;
	width: 550px;
	
}

#login{

width: 277px;
height: 399px;
left: 0px;

background-color: #d1cdb8;
}

#bottom_container {

width: 899px;
top:0px;
left: 0px;
height: 460px;
background-color: #ffffff;

}
#bottom_container1 {
 
width: 899px;
top:0px;
left: 0px;
height: 460px;
background-color: #ffffff;

}

#bottom_content_lt{

	float: left;
	top: 0px;
	width: 410px;

	
}

#bottom_content_rt {
	float: right;
	left: 410px;
	width: 440px;
	padding-top: 40px;
	
}


#footer {
	height: 70px;
	width: 899px;
	border-top: 1px solid #666 ;
	text-align: right;
	font-color: #666666;
	font-size: 11px;
	background-color: #fff;

}

.clear
{
clear: both;

}

