html, body {
	margin:0px; padding:0px; 
	background:#fff;
	position:relative; 
}

body {
	text-align:center; font-family: Tahoma, Arial, sans-serif; padding: 12px
}

img {border: 0px none white}

.bi {border: 2px solid gray}

#all {
	text-align:left;
	margin: 0 auto;
  width:1024px;
  background: url('/decorate/top.jpg') left top no-repeat;
	border: 3px groove gray	
}

.head {
	display:block;
	height:80px;
	padding:0 0 0 50;
}

.head h1 {	color: a00404;
	font-size: 40px;
	font-weight:  bold;}

h1 {	color: a00404; 	font-size: 120%; font-weight:  bold;}	

#container {
	position:relative; 
	display:block; 
	margin-left: 200px;
	padding: 10px;
	min-height: 400px;
}
#inner {
	display:block;
	position:relative;
	margin-left:-200px;
	padding:1px;
}

#left {
	float:left; 
	position:relative; 
	width:200px;
	left:0px;
	text-align:center;
}
#center {
	margin-left:200px;
	position:relative; 
	display:block;
	height:1%;
}
.clear {
	clear:both;
}


.foot {
	display:block;
	height:180px;
  background: url('/decorate/bottom.jpg') left bottom no-repeat;
	padding: 30px
	margin-top: -70px;	
}

