@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/doc-background.jpg);
	
	background-repeat: repeat-x;*/

	background-color: #fcf7e4;

}



#outer-wrapper {

	position: relative;

	z-index: 0;

	text-align: left;

	margin: 0 auto;

	height: auto;

	background: #FFFFFF;

}



#content-wrapper {

	background-image: url(../img/page-bg.gif);
	
	background-repeat: repeat-y;

	position: absolute;

	top: 168px;

	left: 0;

	width: 100%;

	height: auto;

	clear: both;
	
	background-color: #fcf7e4;	

}



#header, #outer-wrapper, #footer {

	width: 720px;

}



#header-img {

	width: 300px;

}


