@charset "utf-8";
#wrapper {
	width: 546px;
	margin:0 auto;
	background-image: url(../images/priv_back.gif);
	background-repeat: repeat-y;
}
#header {
	height: 10px;
	width: 546px;
	background-image: url(../images/priv_top.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	height: 9px;
	width: 546px;
	background-image: url(../images/priv_footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	width: 506px;
	padding:20px;

}

body {
	background-color: #5AA5EE;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	margin-top: 8px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #DD5231;
	font-weight: bold;
	font-style: italic;
	padding::none;
	margin::none;
	text-align:center;
}

.celltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
	color: #666666;
	line-height: 15px;
}
