html, body {margin:0; padding:0; border:0;}

body {
	text-align:center;
	margin:0 auto;
	/**centers page**/
	padding:0;
	width:468px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}
#wrapper {
	background:white;
	text-align:left;
	height:auto;
	width:auto;
}

/**topBar**/
#topBar {
	background:white;
	text-align:center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

/**header**/
#header {
	background:white;
}
/**headerBar**/
#headerBar {
	clear:both;
	text-align:center;
	background:#f0f0f0;
	padding:0;
}

h1 {
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
	font-family : "Times New Roman", Times, serif;
	color:#cc3399;
	font-stretch : condensed;
	font-style : oblique;
	letter-spacing : 1px;
	text-align:center;
	font-weight : lighter;
}

/**footer**/
#footer {
	clear: both;
	text-align:center;
	margin-top:30px;
	padding:0;
}
#footer p {
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:2;
}

#footer p A {
	color: #999999;
}

/**linked images**/
a img{border:none;}
img a:hover {border:none}

/**Misc classes**/
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}

