* {
	margin: 0;
	padding: 0;
	}

html {
	font-size: 100%;
	}

body {
	width: 100%;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #352214;
	}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	}

/* MASTHEAD */

#masthead {
	height: 241px;
	width: 1000px;
	margin: 10px auto 0;
	background-color: #ffffff;
	}

#logo {
	position: absolute;
	left: 50%;
	margin-left: -275px;
	height: 241px;
	width: 550px;
	background: #ffffff url('hairganic.jpg') no-repeat scroll top center;
	}

#justgiving {
	position: absolute;
	margin: 10px 10px 0 866px;
	}

#justgiving a {
	height: 63px;
	width: 120px;
	}

#mainhome {
	height: 484px;
	background: transparent url('home.jpg') no-repeat scroll top right;
	padding: 20px;
	}

#mainaboutme {
	height: 484px;
	background: transparent url('aboutme.jpg') no-repeat scroll top right;
	padding: 20px;
	}

#mainaboutyou {
	height: 484px;
	background: transparent url('aboutyou.jpg') no-repeat scroll top right;
	padding: 20px;
	}

#mainprices {
	height: 584px;
	background: transparent url('prices.jpg') no-repeat scroll top right;
	padding: 20px;
	}

#mainwhatis {
	height: 524px;
	background: #000000 url('what-is-hairganics.gif') no-repeat scroll top center;
	}

#content {
	margin-right: 500px;
	}

#contentprices {
	margin-right: 450px;
	}

#contentwhatis {
	background: #000000 url('what-is-border.jpg') repeat-y scroll top left;
	text-indent: -9999px;
	height: 524px;
	width: 100px;
	}

#contentwhatis ul {
        list-style: none;
	}

#gallerylink {
	float: right;
	}

#contentgallery {
	padding: 10px 0 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	}

#gallery img {
	text-align: center;
	}

h1 {
	text-indent: -9999px;
	}

h2 {
	font: bold 2.0em Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	}

h3 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 6px;
	clear: right;
	}

p {
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 14px;
	}

ul {
	list-style: disc outside;
	margin: -14px 0 14px 14px;
	}

ol {
	list-style: decimal outside;
	margin: 0 0 14px 34px;
	}

li {
	font-size: 1.4em;
	line-height: 1.7em;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #547036;
	}

a.largelink {
	font-size: 1.8em;	
	}

li.selected a {
	color: #91365f;
	}

a:hover {
	text-decoration: underline;
	color: #91365f;
	}

a.home {
	display: block;
	text-indent: -9999px;
	margin-top: -25px;
	height: 241px;
	width: 550px;
	}

img.picture {
	float: right;
	margin: 0 0 14px 14px;
	}

.strong {
	font-weight: bold;
	}

.quote {
	font-style: italic;
	}

.cite {
	margin-top: -14px;
	text-align: right;
	font-size: 1.1em;
	}

table {
	margin: 0 0 4px;
	}

th {
	padding: 2px 10px 2px 0;
	vertical-align: top;
	text-align: left;
	font-size: 1.4em;	
	}

td {
	padding: 0 10px 4px 0;
	vertical-align: top;
	font-size: 1.2em;
	}

td a {
	font-size: 1.2em;	
	}

col.label {
	min-width: 130px;
	}

col.divider {
	width: 50px;
	}

#list1 {
	float: left;
	margin-right: 100px;
	}

#list2 {
	margin-left: 250px;
	}

div.pic {
	float: right;
	margin: 0 0 0 5px;
	}


/* NAV BAR */

#nav1, #nav2 {
	margin: 205px 0 0;
	}

#nav1 {
	float: left;
	}

#nav2 {
	float: right;
	margin-right: 50px;
	}

.nav ul {
	list-style: none outside;
	margin: 0;
	}

.nav li {
	height: 100px;
	margin: 0 0 2px;
	font-size: 1.6em;
	display: inline;
	}

.nav a {
	text-decoration: none;
	padding: 10px 20px 0;
	}

#nav li.selected a {
	color: #91365f;
	}

#nav a:hover {
	color: #91365f;
	}

a img {
	border: 2px solid #547036;
	}

a:hover img {
	border: 2px solid #91365f;
	}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 170px;
	margin: 20px 20px 20px 0;
	padding-right: 9px;
	border-right: 1px solid #000000;
	}

#sidebar ul {
	list-style: none outside;
	margin: -14px 0 14px;
	}


/* FOOTER */

#footer {
	height: 60px;
	width: 960px;
	clear: both;
	background: #ffffff;
	padding: 20px;
	margin: 0 auto;
	}

#diploma {
	margin: -20px auto 0;
	width: 233px;
	}

#diploma img {
	border: none;
	}

/* COPYRIGHT */

#copyright {
	width: 790px;
	padding: 5px 0;
	margin: 0 auto;
	}

#copyright p {
	font-size: 1.0em;
	text-align: center;
	}


/* CONTACT FORM */

div.form {
	background: #ffffff;
	width: 300px;
	border: 1px solid #365f91;
	padding: 10px;
	margin:20px 0px 20px -20px;
	}

p.field, p.submit {
	text-align: right;
	}

p.textarea {
	text-align: left;
	}

label {
	font-size: 1.0em;
	color: #000000;
	}

p.textarea label {
	vertical-align: top;
	}


form a {
	font-weight: normal;
	color: #000000;
	}

form a:hover {
	text-decoration: none;
	color: #000000;
	}

form input, form textarea {
	background: #dcdcdc;
	}

/* LINKS */

#links {
	height: 454px;
	width: 400px;
	overflow: auto;
	}
