﻿#main-container{
	width:734px;
}
#left-bg{
	background-image:url('../img/side_left.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
#right-bg{
	background-image:url('../img/side_right.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}
#center-container{
	background-image:url('../img/contentbg.gif');
	background-position:top left;
	width:734px;
}

#content-container{
	background-image:url('../img/content_bg_top.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
	width:734px;
}

#menu-container {
	width:203px;
	top:0;
	left:0;
	position: absolute;
	z-index:1;
}

#body-container{
	width:520px;
	position:relative;
	margin-left:210px;
	z-index:2;
}

#content-bg-bottom{
	background-image:url('../img/content_bg_bottom.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;	
	width:734px;
	height:197px;
	position: absolute;
	left:0;
	bottom:0;
	z-index:0;
}

#footer-container{
	background-color:#000000;
	padding:17px 0 17px 0;
	text-align:center;
}













