#left {
        width: 290px;
        float: left;
 	margin: 0 10px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 300px; 
        }
html>body #left {
        width: 300px;
        }
#right { 
        width: 290px;
	float: left; 
	margin: 0 0 0 10px; 
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 300px; 
        }
html>body #right {
        width: 300px;
        }