body {
	text-align: center;
}
div {
	text-align:left;
	}
#container {
	margin:auto auto;
	clear: both;
	width: 749px;
	background: white url(/images/leftbg.jpg) -2px 0 repeat-y;
	border:0px solid;
}

html>body #container {
	background-color:white;
}

#container div#top {
	width: 749px;

}

#container div#left {
	width: 142px;
	float: left;
	margin-top:0px;
	margin-left:0px;
}
* html #container div#left {
	width:142px;
	margin-left:0px;
	margin-right:0px;
}
#container div#right {
	width: 598px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	border:1px solid #413E5A;
	margin:0px 3px 2px 2px;
}

* html #container div#right {
	width: 602px;
	margin-right:2px;
	background-color:white;
}

#footer {
	clear: both;
	position: relative;
	width: 749px;
}
#footcont {
	width: 598px;
	margin-left:146px;
	margin-right:3px;
	margin-bottom:2px;
	/*float:right;*/
	background-color:#34314F;
	border:1px solid #413E5A;

}
* html #footcont {
	width: 602px;
	margin-left:144px;
	margin-right:3px;
}

