body {
	font-size: 12px;
	text-align: center;
	background: url(images/back.gif) repeat-x top;
}
#container {
	margin: 9em auto auto auto;
	width: 720px;
}
#container h1 {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 12px;
}
#content {
	background: White;
	height: 150px;
}
#contentleft {
	background: #EEEEEE;
	float: left;
	height: 150px;
	width: 239px;
	color: #FF0084;
}
#contentright {
	height: 150px;
	color: #FF0084;
}
#footer {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 12px;
}
#contentleft p {
	margin: 12px;
	font-size: 14px;
	font-weight: bolder;
}
#buttontable {
	margin-top:36px;
	margin-left:auto;
	margin-right:auto;
}
.buttonheader {
	line-height: 2em;
	font-size: 14px;
}
.buttontd {
	width:195px;
}
a#enter {
	display: block;
	background: url(images/enter.gif) no-repeat bottom;
	height: 54px;
	color: Black;
	text-decoration: none;
}
a#enter:hover {
	display: block;
	background: url(images/enter1.gif) no-repeat bottom;
}
a#leave {
	display: block;
	background: url(images/leave.gif) no-repeat bottom;
	height: 54px;
	color: Black;
	text-decoration: none;
}
a#leave:hover {
	display: block;
	background: url(images/leave1.gif) no-repeat bottom;
}
#detail {
	padding: 12px;
	background: White;
}