/* CSS Document */
/*

// This is intended for the structure of IFA. 
// This doc should not contain any images or color.

// A body switcher is used to style the secondary page

*/

div#container{width:913px;margin:0 auto; border:0px solid blue}

div#site_switcher{height:35px;overflow:hidden}
div#header{height:90px}
	img#logo{float:left}
	img#page_tag_line{float:left}
	div#power_search {float:right;width:209px; height:54px; position:relative; right:6px; top:36px;}
		div#power_search_h .searchTxt { border:1px solid #fff; float:left; margin:30px 0 0 20px; width:135px; height:15px; }
		div#power_search_h .searchBtn { float:left; margin:30px 0 0 0;  }
			
div#nav {height:25px; width:900px; margin:0 0 0 7px;}
	
div#wrapper{float:left;width:100%} /* this div in fran profile is off */
	div#content{margin: 0 235.5px 0 174px}
		div#premium_ad { width: 500px; overflow:hidden}
		
		
		
		
	body#secondary div#content{margin: 0 215px 0 174px; border:0px solid red; width:524px; overflow:hidden}

div#left_col{float:left;width:176.5px;margin-left:-913px}
div#right_col{float:left;width:235.5px;margin-left:-235.5px}



/*
////////////////////////////////
// HACKORAMA FOR IE 6 FIX LATER
// HAD TO FLOAT RIGHT AND CLEAR
// FLOATS WE NEED TO LOOK INTO 
////////////////////////////////
*/

* html div#right_col{float:right;width:235.5px;margin:0 0 0 -235.5;clear:both;}

* html body#secondary div#right_col{float:right;width:190px;margin-left:-190px;clear:both;}

/*
////////////////////////////////
// END HACKORAMA FOR IE 6       
////////////////////////////////
*/


body#secondary div#right_col{float:left;width:190px;margin-left:-190px}
	div#style_switcher {}
	div#ad_block{}
	
	div#list_box_header{ width:175px; height:31px; margin-top:5px;}
	div#list_box { width:158px; padding: 5px 5px 10px 10px; margin-bottom:5px; }
	
	div#list_box_header_gray{ width:175px; height:31px; margin-top:10px;}
	div#list_box_gray { width:158px; padding: 5px 5px 10px 10px; }

div#footer{clear:left;width:913px;height:30px;}
div#footerCap{width:913px;height:13px;margin:0 auto}

