/* CSS Document */
body {
	background-color:#ffffff;
	background-image:URL(images/bg.gif);
	margin:0;
	text-align:center;
	height:101%;
}
#wrapper {
	border:1px solid #ccc;
	min-width:900px;
	min-height:500px;
	max-width:1000px;
	overflow:auto;
}
#header {
	height:140px;
	border:1px solid #0f0;
	text-align:left;
	margin:4px;
}
#main {
	float:left;
	width:650px;
	border:1px solid #00f;
	margin:0px 4px 4px 4px;
	padding:5px;
	min-height:610px;
	text-align:left;
}
#sideBar{
	float:left;
	width:157px;
	position:relative;
	border:1px solid #ccc;
	margin:0px 4px 0px 0px;
}
#footer{
	min-width:900px;
	max-width:1000px;
	text-align:center;
}