/* CSS Document */

/* LAYOUT */

#container {
	text-align: left;
	margin: 0 auto;
	width: 924px;
	border: 0;
	padding: 0 0;
	position: relative;
    height: auto;
   	voice-family: "\"}\"";
   	voice-family: inherit;
	}

html>body #container {
	height: auto;
	}
	
#top {
	width: 924px;
	height: 23px;
	background: #fff url(../images/top.gif);
	}
	
#main {
 	width: 924px;
	background: #fff url(../images/bg.jpg);
	padding: 0;
	}
	
#txtLeft {
	float: left;
	width: 313px !important;
 	width /**/: 373px;
	padding: 50px 0 50px 60px;
	}
	
#txtRight {
	float: left;
	text-align: right;
	width: 465px;
	padding: 800px 0 0 0;
	}
	
#bottom {
	width: 924px;
	height: 22px;
	background: #fff url(../images/bottom.gif);
	}