* {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
table {
	font-size:inherit;
}
hr {
	display: none;
}
p {
	font-weight: normal;
	margin-bottom: .5em;
}
h1,h2,h3,h4,h5 {
	clear: both;
	color: #98A107;
	margin-bottom: .5em;
}
h1 {
	color: #FFFFFF;
	font-size: 2em;
	padding: 0.5em 0;
}
h2 {
	text-align: center;
	letter-spacing: .08em;
	font-size: 1.29em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}

a:link {
	color: #98A107;
	text-decoration: none;
}
a:visited {
	color: #98A107;
	text-decoration: none;
}
a:hover { 
	color: #F3F362;
	text-decoration: underline;
}
a:active { 
	color: #C70F0F;
	text-decoration: underline;
}

body {
	width: 72em;
	margin: 2em auto;
	color: #FFFFFF;
	background-color: #352116; 
	font-size:75%;
	font-family: arial,helvetica,sans-serif;
}

#sidebar {
	text-align: center;
	float: left;
	width: 18em;
}

#main {
	float: right;
}
#header, #footer, #body {
	text-align: center;
}
#body {
	background-color: #B4EA11; /* acid green */
	padding: 1em;
}

#index #body {
	background-color: transparent;
	padding: 0;
}

.navigation a {
	float: left;
	text-align: center;
	width: 17.82em;
	height: 3em;
	line-height: 3em;
	font-weight: bold;
	text-decoration: none;
	color: #A7B971;
	background: #220C02;
	border-right: 3px solid #352116;
}

.navigation a:hover {
	color: #220C02;
	background: #A7B971;
}

#stylist #body img {
	margin: .5em;
	
}

#stylist #body .thumbs {
	margin: .5em;
}

#decor #body img {
	border: 7px solid #220C02;
}

#decor #sidebar img {
	margin-bottom: 1.5em;
}

#decor img.store {
	width: 45em;
}
#decor .text {
	text-align: left;
	font-size: 1.25em;
	padding: 2em 2em 0 2em;
}

#decor .text ul {
	list-style: disc;
}

.script { 
	font-family: "Brush Script MT", "Brush Script", sans-serif;
	font-size: 2.5em;
	margin-bottom: .1em;
}

/* footer */

#footer {
	clear: both;
	padding-top:1em;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #98A107; /* Gold Green */
}
#footer h3 {
	margin: 0;
	font-size: 1.29em;
}


#footer .copyright {
	margin: .5em 0 0 0;
}

.clear {
	clear: both;
}