@charset "utf-8";
/* CSS Document */

html {
	font: 12px Arial;
}

h1 {
	font-size:18pt;
	font-style:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	margin: 0;
	padding: 0;
	background: #999999;
}

#container {
	width: 868px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header-top {
	/* background: url(../images/bg-ht.gif); */
	background: #000000 url(/images/topheader_bg.jpg) repeat-x scroll center top;
	border: 1px solid #D5D3C6;
	height: 64px;
	position: relative;
}

/* float this one */
#sidebar {
	float: left;
	width: auto;
	height:inherit;
	margin-left: 0px;
	position: relative;
	padding: 10px 10px 0px 0px;
}

/* ... but not the rightmost one */
#content {
	background: #F7F7F7 none repeat scroll 0 0;
	padding:15px;
	overflow:auto;
}

