/* CSS Document */

body {
	margin: 0px;
	background: #F4ECDF repeat-x url(/images/bg.jpg);
}
#wrapper {
	margin:0px auto;
	width:960px;
}
#header {
	clear:both;
	height:130px;
	overflow:auto;
}
#header_left {
	float:left;
}
#header_right {
	float:right;
	width:220px;
	text-align:right;
	margin-right:10px;
}
#menu {
	width:960px;
	clear:both;
	height:40px;
	background:url(/images/linkbar.jpg);
}
#main {
	width:960px;
	clear:both;
	overflow:auto;
	position:relative;
}
#leftSideMenu {
	float:left;
	width:238px;
	background: repeat-y #F2EEE2 url(/images/bg_leftbar.gif);
	height:100%;
	position:absolute;
}
#centerContent {
	width:722px;
	height:100%;
	left:238px;
	position:relative;
	background: url(/images/bg_centerwhiterightline.gif) repeat-y;
	overflow:auto;
}
#stuff {
	width:685px;
	height:auto;
	float: left;
	margin: 0px 17px;
}
#stuff_left {
	float:left;
	width:423px;
	margin-right: 50px;
}
#stuff_right {
	float:left;
	width:210px;
}
#footer {
	width:960px;
	clear:both;
	background: url(/images/btmfooterbar.jpg) repeat-x;
	overflow:auto;
}

