body {
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.main_menu {
	position:absolute;
	top:175px;
	left:12px;
	height:27px;
	width: 950px;
	background:url(../images/main_menu_bg.gif);
}
.top_menu { 
	position: absolute; /* adding position: relative allows you to position the two sidebars relative to this container */
	top:-55px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0px;
	padding-left:12px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.left {
	position: absolute;
	top: 212px;
	left: 12px;
	width: 167px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width*/
	height:300px;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.right {
	position: absolute;
	right: 0px;
	top: 212px;
	margin-right:12px;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:400px;
	background:FFF;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.main_body{
	position:relative;
	margin-top:0px;
	width:974px;
}

.container{
	position:relative;
	width:974px;
	margin-top:55px;
	padding-top:200px;
	background-image:url(../images/sh_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}

.content{

	position:relative;
	top: 12px;
	left: 190px;
	width:562px;
	margin-bottom:20px;
	min-height:610px;

}


.footer{
	position:relative;
	width:974px;
	height:115px;
	background-image:url(../images/footer_bg.gif);
}

.header{
	position:absolute;
	top:-30px;
	left:12px;
	height:205px;
	width: 950px;
}