/* clearfix ============================================================== */
.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}
* html .wrap {height: 1%} /* IE hack */

/* reset ================================================================= */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, form, input, fieldset, textarea, th,td { 
	margin:0;
	padding:0;
}
table {
	font-size:inherit;
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img { 
	border:0;
}
address, caption, cite, code, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym { 
	border:0;
}
select, input, textarea {
	font-size: 99%;
	font-family: inherit
}
pre, code {
	font-family: "courier new", monospaced
}


/* defaults ============================================================== */
body {text-align: center} /* IE hack */
#container {
	margin: auto;
	text-align: left
}
address, blockquote, dl, form, fieldset, ol, table, p, pre, ul {
	margin-top: 0;
	margin-bottom: 1.5em
}

