body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #EDE602;
}
#Container {
	padding: 0px;
	width: 697px;
	text-align: center;
	margin: 0px auto;
}

#Top {
	width: 697px;
	height: 112px;
}

#Top2 {
	height: 20px;
	width: 697px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#Left {
	width: 225px;
	float: left;
	padding-top: 10px;
}
#Right {
	width: 472px;
	padding-top: 10px;
	clear: none;
	float: right;
}
#MidMain {
	width: 697px;
}

#Bottom {
	height: 60px;
	width: 697px;
	float: left;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 27px;
	clear: both;
}
