/* CSS Document */

body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
}
#pagewrapper {
	width: 100%;
	position: relative;
}
#header {
	height: 53px;
	background: url(/images_popup/popupheader_bg.jpg) repeat-x;
}
#closewindow {
	position: absolute;
	left: 465px;
	top: 19px;
	z-index: 1000;
}
#contentwrapper {
	width: 100%;
	background: url(/images_popup/popup_pagebg.jpg) repeat-x;
}
#pagecontent {
	width: 95%;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#showpagecontent {
	width: 539px;
	padding-top: 10px;
	padding-left: 10px;
	background: #FFFFFF;
}
#footer {
	width: 538px;
	background: url(/images_sections/2ndlvl_footer_bg.gif) no-repeat;
	height: 42px;
	float: left;
	margin-left: 205px;
}
