/* CSS Document */

/* IE Hacks */



/* IE 6 */

#menu {
	_ position:absolute;
	_ width: 704px;
	_ left:-2;
}

html #footer {
	_ height:1px;
}

/* IE 7 */

/* IE 6 & 7 */

#home_flash {
	| left:-24px;
}

#inside_photo {
	| left:-24px;
}

.home_open {
	| float:left;
	| top:6px;
}




/*

Microsoft Internet Explorer Browser CSS overrides

- Override only the stylesheet attributes causing the problem

- No need to replicate whole style

- Same style name, then:

#name{
    _attribute:value;
}

OR...

#name{
    |attribute:value;
}

WHERE...

"_" affects IE6

AND...

"|" affects IE6 and IE7

(No quotes)

- repeat symbols for each needed attribute in the style

- Can mix within one style


- put the  at the bottom of the style sheet to take more importance in the Cascade order
*/
