#top_header{
	width: 100%;
	height: 25px;
	background: url(/frames/top_header.gif) repeat-x;
	text-align: center;
}
#container{
	margin: 0px auto;
	width: 995px;
	text-align: left;
}
#header {
	width: 995px;
}
#content{
	padding: 0px 5px 10px;
	width: 985px;
	background: url(/frames/content_bg.gif) repeat-y;
}
#left {
	float: left;
	width: 197px;
}
#center{
	float: left;
	padding: 0px 17px;
	width: 557px;
}
#right{
	float: right;
	width: 197px;
}
#footer {
	width: 995px;
}