@import url(columns2.css);

@import url(header.css);

@import url(footer.css);

@import url(top.css);

@import url(content.css);

@import url(left.css);

body, html {

	position: relative;

	text-align: center;

	border: 0;

	margin: 0 auto;

	padding: 0;

	width: 100%;

	height: auto;

	min-height: 100%; 
	
	margin-bottom: 1px;

	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	
	background-image: url(../img/document-bg.jpg);
	
	background-repeat: repeat-x;
	
	background-color: #fefffe;

}



#outer-wrapper {

	position: relative;

	z-index: 0;

	text-align: left;

	margin: 0 auto;

	height: auto;

}



#content-wrapper {

	position: absolute;
	
	display: block;

	top: 172px;

	left: 0;

	width: 100%;

	height: auto;
	
	border-top: 1px solid #6b6b6b;
	
	background-image: url(../img/page-bg.jpg);
	
	background-repeat: repeat-y;

	clear: both;

}



#header, #outer-wrapper, #footer {

	width: 530px;

}



#header-img {

	width: 530px;

}

