@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #9BB410;
}

#header {
	padding:10px 0px 0px 20px;
	width:950px;
	height:350px;
	background:url(imges/top.jpg);
	color:#FFF;
}
#center {
	float:left;
	width:100%;
	height:auto;
	background-image:url(imges/bg.jpg);
}
#menu {
	float:left;
	width:185px;
	height:auto;
	background-color:#b4d465;
}
#breadcrumbs {
	float:left;
	width:815px;
	height:26px;
	background:#e2c334;
	padding-top:10px;
}
#main {
	padding:10px;
	float:left;
	width:795px;
	height: auto;
	background:#e4f7b4;
}
#copyright {
	padding-top:20px;
	float:left;
	width:100%;
	height:50px;
	background-color: #660;
	text-align:center;
}

