@charset "UTF-8";
body {
	background:url(images/bg_hair.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-color: #000;
	margin-top:0px;
}
a:link {
	color: #c4c5c6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c4c5c6;
}
a:hover {
	text-decoration: none;
	color: #d1b04a;
}
a:active {
	text-decoration: none;
	color: #c4c5c6;
}
#container {
	width: inherit;
	margin-top: 0px;
}
#header {
	width: 770px;
	padding-bottom:7px;
}

#header h1 {
	font-size: 3em;
	font-weight: 100;
	color: #EFEFEF;
	text-align:left;
}
#container #menu h1 {
	font-size: 0.7em;
	line-height: 2.4em;
	font-weight: 100;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #868286;
	padding-left: 12px;
	letter-spacing: 0.15em;
	text-align:left;
	color: #EFEFEF;

}
#container #menu p {
	font-size: 1em;
	line-height: 0.35em;
	font-weight: lighter;
	padding-left: 12px;
	text-align:left;
	color: #777;
}
#menu {
	width: auto;
	margin-top: -55px;
}
#content {
	background-color:#18191e;
	width: 747px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	padding: 12px;
}
#container #content p {
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: lighter;
	padding-left: 12px;
	padding-right: 12px;
	color: #777;
	text-align:left;
}
#container #content h1 {
	font-size: 0.7em;
	font-weight: lighter;
	text-align:left;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a6165;
	line-height: 1.2em;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	color: #777;
}
#container #content h2 {
	font-size: 0.7em;
	font-weight: lighter;
	margin-left: 12px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-right: 12px;
	color: #777;
	text-align:left;

}
#container #content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.725em;
	font-weight: 400;
	line-height: 1.4em;
	padding-left: 12px;
	padding-right: 12px;
	color: #777;
	text-align:left;
}
#container #content h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.725em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFEFEF;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 2em;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-left: 12px;
	text-align:left;
	color: #777;
}
#footer {
	font-size: 0.6em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 0.15em;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 0px;
	width: 795px;
	text-align: center;
}

