body {
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
	background-image:  url("../images/layout/main_bg.gif");
	background-repeat: repeat-y;
}

#main #header {
	background-image:  url("../images/layout/header.jpg");
	background-repeat: repeat-x;
	height: 100px;
	width: 799px;
}

#main #titlebar {
	background-image: url(../IMAGES/LAYOUT/titlebar_bg.jpg);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	height: 77px;
	width: 810px;
	overflow: hidden;
}

#main #titlebar .left {
	position: absolute;
	top: 104px;
	left: 4px;
	height: 71px;
}

#main #titlebar .right {
	position: absolute;
	top: 99px;
	left: 687px;
}

#main #menu {
	position: absolute;
	left: 0px;
	width: 170px;
	padding: 0;
}

#main #content {
	margin-left: 200px;
	width: 585px;
}

