#container {
  margin: 30px auto 0px auto;
	width: 819px;
}

#notice {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	color: black;
	background-color: #EDE377;
}

#container2 {
	width: 819px;
	/*background-image: url("../images/containerbg.png");*/
	background-repeat: repeat-y;
}

#content {
	padding: 5px 50px 10px 50px;
	text-align: left;
}

#topimage {
	height: 29px;
	width: 820px;
	/*background-image: url("../images/containertop.png");*/
	background-repeat: no-repeat;
}


#bottomimage {
	height: 30px;
	width: 820px;
	/*background-image: url("../images/containerbottom.png");*/
	background-repeat: no-repeat;
}

.left {
	float: left;
}

.right {
	float: right;
}