@charset "utf-8";

@import url("layout.css");
@import url("type.css");
@import url("forms.css");
@import url("nav.css");

/* Baseline reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, pre, a, em, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.4em;
	text-align: left;
}

blockquote {margin:0;}

a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}

/* Baseline styles */

* { font-size:100%; }

html {
    height: 100%;
}



body{
	margin: 0px auto;
	text-align:center;
	height:100%;
	font:75%/100%;
	font-family:Arial, Verdana, sans-serif;
	min-width:950px;
}

div{ margin:0 0 0 0; height: auto; }

img {border:0;}

a {text-decoration: none; }

.markup {text-indent:19px; background:url(../images/brick_edit.png) 2px 2px no-repeat;}
