/* yellow: fd0; cream (bg): ffc; gold: fb2 */

* {margin:0;padding:0;border:0;background:0;}

body {
	top:0;
	left:0;
	background:url(graphics/bgtile.jpg) #ffc top left repeat-y;
	font-size:86%;
	font-family:times,serif;
	line-height:1.3em;
	color:#333;
	}

a:link, a:visited {
	color:#555;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}

h1, h2, h3, h4, h5, h6 {
	color:#fb2;
	}

fieldset {
	border:solid 1px #fb2;
	}
fieldset legend {
	padding:0px 20px;
	font-size:14pt;
	color:#fb2;
	line-height:20pt;}

img {
	border:solid 2px #fff;
	}

ul {
	list-style:disc inside;
	}

input, select {
	background:#fdfdfd;
	border:solid 1px #fd0;
	}

textarea {
	background:#fdfdfd;
	border:solid 1px #fd0;
	}

table, tr, td  {
	background:0;
	}

td img {
	border:0;
	}

td {
	padding:10px 20px 0px 20px;
	}

td p {
	padding:0;font-size:1.2em;
	}

#header {
	position:absolute;
	top:0;
	left:0;
	background:url(graphics/new_hair_clinic_logo_header.png) top left no-repeat;
	width:100%;
	height:82px;
	z-index:100;
	}

#headturners {
	position:absolute;
	top:85px;
	left:0px;
	border:0;
	width:120px;
	height:375px;
	z-index:100;
	}

#slogan {
	position:absolute;
	left:450px;
	top:20px;
	font-size:13.5pt;
	font-style:italic;
	color:#fb2;
	text-decoration:none;
	white-space:nowrap;
	text-align:right;
	z-index:100;
	}

#topnav {
	position:absolute;
	top:42px;
	right:20px;
	width:auto;
	padding-left:150px;
	height:25px;
	line-height:20px;
	font-size:12pt;
	font-weight:bold;
	color:#888;
	text-align:right;
	z-index:101;
	}

#topnav a:link, #topnav a:visited {
	color:#000;
	text-decoration:none;
	}
#topnav a:hover {
	color:#999;
	text-decoration:underline;
	}
#topnav a:link.active_link, #topnav a:visited.active_link {
	color:#fff;
	text-decoration:underline;
	}
#topnav img {
	border:0;
	width:5px;
	height:20px;
	padding:0px 7px;
	}

#page {
	position:absolute;
	top:80px;
	left:0px;
	background:url(graphics/bgtile.jpg) #ffc top left repeat-y;
	z-index:90;
	}

#content {
	position:relative;
	top:20px;
	margin-left:140px;
	margin-right:250px;
	width:auto;
	min-height:350px;
	}
#content p {
	padding:10px 20px 0px 20px;
	}
#content legend {
	padding:0px 20px;
	font-size:18pt;
	font-weight:bold;
	color:#fb2;
	}

#content fieldset h1 {
	padding:10px 20px 0px 20px;
	font-size:1.3em;
	font-weight:bold;
	color:#333;
	}
#content h1.p {
	font-size:1em;
	font-weight:normal;
	color:#333;
	}
#content ul {
	padding:10px 40px
	}

#float {
	position:absolute;
	top:20px;
	right:0px;
	margin-right:20px;
	width:200px;
	color:#333;
	}
#float p {
	padding:10px 10px 0px 10px;
	}
#float fieldset h2 {
	padding:10px 10px 0px 10px;
	color:#333;
	font-size:1em;
	font-weight:normal;
	}
#float div {
	padding:0px 10px;
	line-height:1.5em;
	}

#footer {
	display:block;
	width:100%;
	background:#fd0;
	font-size:0.9em;
	color:#666;
	text-align:center;
	margin-top:20px;
	z-index:101;
	}
#footer h1 {
	font-size:9pt;
	font-weight:normal;
	padding-top:5px;
	color:#666;
	line-height:1em;
	z-index:101;
	}
#footer a:link, #footer a:visited {
	color:#666;
	text-decoration:none;
	}
#footer a:hover {
	color: #666;
	text-decoration:none;
	}

.ns {
	position:absolute;
	font-family:verdana,sans-serif;
	font-size:1em;
	display:none;
	visibility:hidden;
	}
	
.align_l {text-align:left;}
.align_c {text-align:center;}
.align_r {text-align:right;}
.align_j {text-align:justify;}


