html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/background_pattern.jpg);
	background-repeat: repeat;
	font-size:62.5%;
} 
 
#pagewidth{ 
 width:815px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:318px;
	background-image: url(images/header_index.png);
	width:100%;
	margin-top: 50px;
} 
 
#maincol{
	background-image: url(images/background_content.png);
	background-repeat: repeat-y;
	float: right;
	display:inline;
	position: relative;
	width:100%;
	min-height: 225px; 
	font-size:1em;
 }
 
#new_products{
	margin: 20px 0 0 50px;
	float:left;
	width:450px;
	font-size:2em;
}

#announcements{
	margin: 20px 50px 0 0;
	float:right;
	width:200px;
	font-size:2em;
}

.column_title{ width:100%;
border-bottom-color: #333333;
border-bottom-width: 2px;
border-bottom-style:solid;
margin-bottom:5px;
font-size: 1.25em;
font-weight: bold;
color:#333333;
}

.column_content{
margin:5px 10px 0 10px;
font-size: 1em;
text-align: justify;
}
 
#footer{
	height:75px;
	background-image: url(images/footer_index.png);
	width:100%;
	clear:both;
	font-size:1.5em;
	text-align:center;
	color:#999999;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

INPUT, SELECT, TH, TD {font-size:1em}

img {border:0;}

a {
	text-decoration:underline;
	color: #333333;
}

a:hover{
	color: #999999;
}

#welcome_message{
	position:absolute;
	top: 110px;
	left: 75px;
	height:150px;
	width: 425px;
	clear:both;
	font-size:2.5em;
	text-align:justify;
	color: #333333;
 } 
 
#header_biography{
	position:relative;
	height:318px;
	background-image: url(images/header_01.png);
	width:100%;
	margin-top: 50px;
} 

#header_contact{
	position:relative;
	height:318px;
	background-image: url(images/header_04.png);
	width:100%;
	margin-top: 50px;
} 

#header_fabrics{
	position:relative;
	height:318px;
	background-image: url(images/header_02.png);
	width:100%;
	margin-top: 50px;
} 

#header_media{
	position:relative;
	height:318px;
	background-image: url(images/header_05.png);
	width:100%;
	margin-top: 50px;
} 

#header_showrooms{
	position:relative;
	height:318px;
	background-image: url(images/header_03.png);
	width:100%;
	margin-top: 50px;
} 

#header_slideshow{
	position:relative;
	height:80px;
	background-image: url(images/header_02.png);
	width:100%;
	margin-top: 50px;
} 