/* Eric Meyer's CSS Reset
____________________________________________________________
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

:focus, :active {
	outline: 0;
}

body {
	text-align: center;
	background-color: #FFFfff;
	color: #ffffff;
	font: normal 14px Helvetica, Arial;
}

.wrap {
	width: 600px;
	margin: 30px auto;
	text-align: left;
}

.wp-caption {
	position: relative;
	margin-bottom: 0px;
	border: 0px solid #ffffff;
	overflow: hidden;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.wp-caption-text {
	padding: 5px 10px;
	background-color: #ffffff;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}