@charset "utf-8";
/* CSS Document */

body {
	
	font-size:14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}



a:link { text-decoration: none; border: 0px; color: #ff66ff; } 
a:visited { text-decoration: none; border: 0px; color: #ff66ff; }
a:hover {color:#cc33cc}

h1 {font-size:16px;
	font-weight:normal;
	}
	
h2 {text-indent: 30px;
	font-size:14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

h3 {text-indent: 60px;
	font-size:14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	}	


#wrapper{
	width:100%;
	height:auto;
	left: 200px;
	
}

#header-wrap {
	position:relative;
	top: 0;
	
	width: 100%;	
}


#header-container {
	height: 170px;
	width:640px;
	background: white;
	left: 200px;
	position:absolute
	
}


#header{
	height: 76px;
	width: 635px;
	background-image: url(Haute20pt.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 auto;
	
}	

#container {
	width: 640px;
	margin: 0 auto;
	
	overflow: auto;
	padding: 20px 0 0px;
}

#content {
	float: left;
	width: 635px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
	
#dothr{
	
	border-style: none; 
	border-top: 4px dotted;
	
	border-bottom: 4px solid white;
	color: #ff66ff;
	height: 5px;
	}	 
	
#footer-wrap{
	position: relative;
	bottom: 0;

	width: 735px;	
	
}

#footer-container {
	
	background: white;
	

	width:730px;
	height:15px;
	left: 200px;
	
	
}

#footer {
	
	margin: 0 auto;
	
	height:13px;
	position: relative;
	width: 100%;	
}