/* Coding and design by Justine
URL: http://louder-now.net/
EMAIL: justine@louder-now.net */

body {
	background: #22170e url(images/background.jpg) repeat-x;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-size: 11px;
	color: #27432b;
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: 17px;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 495px;
	background: #000000;
}
#top1 {
	width: 495px;
	height: 205px;
	background: #000000 url(images/motherearth_01.gif)
}
#top2 {
	width: 495px;
	height: 205px;
	background: #000000 url(images/motherearth_02.gif)
}
#content {
	padding: 20px 0px 10px 0px;
	margin: 0px;
	text-align: justify;
	width: 480px;
			border: 0px solid yellow;
}

/* _____________________________________________________ MENU */
#menu {
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	width: 495px;
	text-align: center;
	letter-spacing: 0px;
			border: 0px solid blue;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	padding: 0px 25px 0px 0px;
	display: inline;
}
#menu ul li a {
	color: #732613;
	text-decoration: none;
	text-transform: uppercase;
	cursor: default;
}
#menu ul li a:hover {
	color: #524837;
	text-decoration: none;
	cursor: default;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 495px;
	background: #000000;
	color: #4a3a2e;
	text-align: center;
	font-size: 11px;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom i {
	color: #9c804b;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #732613;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#bottom a:hover {
	color: #ae5c3a;
	text-decoration: none;
}
/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 15px 10px;
}
#content h1 {
	margin: 0px;
	padding: 0px 0px 0px 70px;
	color: #766839;
	background: url(images/h1.gif) no-repeat;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#content h2, #content h3 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #732613;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#content a {
	color: #896f3e;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover, a:active {
	color: #775f31;
	font-weight: normal;
	text-decoration: none;
}
#content b {
	color: #732613;
	font-weight: bold;
}
#content strong {
	color: #cdb785;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 1px;
}
#content i {
	color: #cdb785;
}
#content em {
	color: #732613;
}
#content u {
	color: #335437;
	border-bottom: 1px solid #4a1407;
	text-decoration: none;
}
#content ol {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
#content ol li {
	padding: 0px 10px 5px 5px;
}

#content ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
}
#content ul li {
	padding: 0px;
	margin: 0px 0px 5px 10px;
	list-style-image: url(images/li.gif);
}
#content ul li a {
	color: #821405;
}
#content ul li a:hover {
	color: #ae5c3a;
}
#content img {
	margin: 3px;
}
#content blockquote {
	color: #b39f72;
	margin: 15px 50px 25px 50px;
	padding: 5px;
	background: #0f0a07;
}
#content blockquote strong {
	color: #732613;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 1px;
}
#content textarea, input, select, button, submit {
	background-color: #100b07;
	color: #8a3722;
	border: 0px;
	border-bottom: 3px solid #504926;
	font-style: italic;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
}