blockquote, body, caption, dd, dl, form, h1, h2, h3, h4, h5, h6, input, p, pre, textarea, table, td, th{
	margin: 0;
	padding: 0;
}

body, form, h1, h2, h3, h4, h5, h6, input, textarea, table{
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #000;
}

body{
	text-align: center;
	background: #ece8c5 url(images/bg-body.gif) repeat-x;
}

a{
	text-decoration: none;
	color: #0497b1;
}

a:hover{text-decoration: underline;}
a img{border: 0;}

blockquote{
	margin: 10px 0 0;
	background: #f9f9f9;
}
blockquote p{padding: 10px;}
blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

img.alignleft{margin: 5px 10px 2px 0;}
img.alignright{margin: 5px 0 2px 10px;}

img.alignleft, img.alignright{
	padding: 4px;
	border: 1px solid #f2f1e9;
	display: inline;
}

img.centered{display: block;margin-left: auto;margin-right: auto;}

p img{max-width: 100%;width: expression(this.width > 480 ? 480: true);}

p{padding: 10px 0;}

small{font-size: 11px;}

.alignleft{float: left;}
.alignright{float: right;}

.clear{clear: both;margin: 0;padding: 0;}

#wrapper{
	margin: 0 auto;
	width: 890px;
	text-align: left;
}