@charset "utf-8";
/* CSS Document */

body {
	background-color: #DEEDE1;
	margin-left:auto;
	margin-top: 20px;
	margin-right:auto;
	margin-bottom: 0px;
}

#template {
	width:800px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
}

#leftbar {
	float:left;
	width:215px;
	height:700px;
}

#topbar {
	background-image:url(images/template/top-bar.jpg);
	background-repeat:no-repeat;
	width:585px;
	height:76px;
	float:right;
}	

#buttonbar {
	width:585px;
	height:44px;
	float:right;
}	

#homebar {
	width:585px;
	height:580px;
	float:right;
}			
	