#container {
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: white;
}

#header {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0px;
	height: 70px;
	background-color: white;
}

#menubar {
	height: 38px;
	text-align: center;
}

#content {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#white_box_left {
	background-image: url(/images/box_white.png);
	height: 100px;
	width: 370px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

// #white_box_left, #white_box_right { behavior: url(/css/iepngfix.htc); }

#white_box_right {
	background-image: url(/images/box_white.png);
	height: 100px;
	width: 370px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

#sidebar_left {
	font: 12px Tahoma;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	float: left;
	width: 250px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(/images/box_250_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebar_right {
	font: 12px Tahoma;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: right;
	width: 250px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(/images/box_250_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content_left {
	font: 12px Tahoma;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	float: left;
	width: 500px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(/images/box_500_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
	
#content_right {
	font: 12px Tahoma;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: right;
	width: 500px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(/images/box_500_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* WIDE */
#content_rightw {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-top: 0px;
	font: 12px Tahoma;
	padding: 0px;
	float: right;
	width: 750px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(/images/box_750_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	line-height: 15px;
	clear: both;
	padding: 10px;
	background-image: url(/images/bg-footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 65px;
	width: 780px;
	background-position: bottom;
}

#login {
	margin-top: 15px;
	float: right;
}

#hdrbox {
	/* margin-top: 15px; */
	float:left;
	clear:both;
	
}
