html,body {
	margin: 0;
	left: 0px;
	top: 0px;
	width: 1280px;
	height: auto;
	border: 0px;
	background: #161616 url(web_images/side-panel.jpg) top left repeat-y;
}

#top { 
	position: absolute;
	margin: 0;
	left: 118px;
	top: 0px;
	width: 211px;
	height: 118px;
	border: 0px;
	background: #161616 url(web_images/top-panel.jpg) top left no-repeat;
}
#top_name {
	position: absolute;
	margin: 0;
	left: 329px;
	top: 0px;
	width: 953px;
	height: 36px;
	border: 0px;	
	background: #161616 url(web_images/top-panel-name.jpg) top left no-repeat;
}

#menu {
	position: absolute;
	margin: 0;
	left: 329px;
	top: 36px;
	width: 953px;
	height: 82px;
	border: 0px;
	background: #161616 url(web_images/menu-blank.jpg) top left no-repeat;
	background-image: url(web_images/menu-blank.jpg);
}

#content {
	position: absolute;
	left: 119px;
	top: 117px;
	width: 1161px;
	height: auto;
	background: #161616 url(web_images/back-strip.gif) top left repeat-y;
}

