@import "header.css";
@import "content.css";
@import "article.css";

* { behavior: url(iepngfix.htc) }
* { margin: 0; padding: 0; }

html, body {
	background: url(../images/bodyback.jpg) repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	}
	

	
	
#wrapper {
	background: url(../images/clouds.png) repeat-x;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px;
	}

#holder {
	margin: 0 auto;
	width: 995px;
	}

#footer {
	background: url(../images/footerback.jpg) repeat-x;
	color: #a19e97;
	text-align: center;
	}

#footer a {
	color: #a19e97;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer .cont {
	padding-top: 1em;
	* padding-top: 1.2em;
	}
	
#footer, .push {
	height: 36px;
	}
