/* CSS Document */

#site,
#topBar,
#contents,
#logo  {
	width:570px;
}

#contents{
margin-top:0;
background:none;
}

#contents #pageTitle{
	width:570px;
	height:53px;
	background:url(/images/popup_title_bg.gif) repeat-x;
}

#contents #pageTitle h1{
	margin:0;
	padding:0;
}

#contents #main{
	float:none;
	width:550px;
	margin:0 0 0 10px;
}

#main h2{
	margin:20px 0 0 0;
	padding:0 0 5px 0;
	border-bottom:2px solid #FF969B;
}

.closeBottom{
	padding:30px 0 10px 0;
	background:#fff;
	text-align:center;
	clear:both;
}

#footer .footerLink{
	height:3px;
	padding:0px;
	overflow:hidden;
}

