@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 {
	
	line-height: 1.4em;
	text-align: left;
}
li, ol, ul
{
	margin:0;
	padding: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;
	height:100%;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
}

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

img {border:0;}

a {text-decoration: none; }