body {
	background-color:#A4A4A4;
	margin:0px; padding:0px;
	text-align:center;
	font-family: Tahoma;
	font-size: 10pt;
}

input,select {
	font-family: Tahoma;
	font-size: 10pt;
}

#header {
	background-color: #888888;
	background: url(menu/header_bg.gif);
	height: 31px;
	margin-bottom: 10px;
	border-bottom: 2px solid #000000;
}
#container {
	margin:0px auto;
	width: 980px;
	height: 560px;
}

#rightPanel {
	float: right;
	width: 213px;
	height: 520px;
	border:1px solid #000000;
	padding: 10px;
	padding-bottom: 0;
	background-color:#c3daf9;
}

#leftPanel {
	float: right;
	width: 705px;
	height: 520px;
	margin-right: 10px;
	border:5px solid #C3DAF9;
}