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

body {
	background: #ece4cc;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #9f916c; 
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: 17px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 550px;
}
#content {
	width: 530px;	
	text-align: justify;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	background: #ded4ad;
}

/* ______________________________________________________ TOP */
#top1 {
	margin: 0px;
	padding:0px;
	width: 550px;
	height: 205px;
	background: url(images/caves__02.gif) no-repeat;
}
#top2 {
	margin: 0px;
	padding:0px;
	width: 550px;
	height: 205px;
	background: url(images/caves__04.gif) no-repeat;
	line-height: 51px;
	font-family: arial, helvetica, sans-serif;	
}
#top2 ul {
	margin: 0px;
	padding: 155px 0px 0px 0px;
	text-align: center;
				
}
#top2 ul li {
	display: inline;
	text-transform: uppercase;
				
}
#top2 ul li a {
	padding: 19px 10px 18px 10px;
	color: #5b4318;
	font-weight: bold;
	text-decoration: none;
}
#top2 ul li a:hover {
	color: #80745f;
	background: url(images/bg.png);
	font-weight: bold;
	text-decoration: none;
}

/* ______________________________________________________ BOTTOM */
#bottom2 {
	margin: 0px;
	width: 550px;
	height: 160px;
	background: url(images/caves__07.gif) no-repeat;
}
#bottom1 {
	margin: 0px;
	width: 550px;
	height: 160px;
	background: url(images/caves__06.gif) no-repeat;
	color: #907b56;
}
#bottom1 p {
	margin: 0px;
	padding-top: 40px;
	padding-left: 250px;
	text-align: center;
}
#bottom1 a {
	color: #392708;
	text-decoration: none;
}
#bottom1 a:hover {
	color: #80745f;
	background: #cbbe8f;
	text-decoration: none;
}

/* ______________________________________________________ CONTENT */
#content p {
	margin-top: 10px;
	margin-bottom: 20px;
}
#content h1 {
	margin: 0px;
	color: #88754c;
	font-weight: normal;
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#content h2, h3 {
	margin-left: 10px;
	color: #787635;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 3px;
}
/*
#content ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
}
#content ul li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style-image: url(images/li.gif);
}
*/
#content ol li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#content a {
	color: #47320d;
	text-decoration: none;
}
#content a:hover {
	color: #958455;
	background: #e7debb;
	text-decoration: none;
}
#content b {
	color: #6d5b33;
	font-weight: normal;
	text-transform: uppercase;
}
#content strong {
	color: #747110;
	font-style: italic;
	letter-spacing: 1px;
}
#content u {
	color: #887232;
	text-decoration: none;
	border-bottom: 1px solid #9f9b0e;
}
#content i {
	color: #6d5b33;
}
#content em {
	color: #747110;
}
#content blockquote {
	margin: 20px 80px 10px 80px;
	padding: 7px;
	background: #d6ca9f;
	color: #907b56;
	line-height: 20px;
	text-align: center;
}
#content blockquote b {
	color: #6d5b33;
	font-weight: bold;
}
#content textarea, input, select, button, submit {
	background-color: #d6ca9f;
	color: #907b56;
	border: 0px;
	border-bottom: 3px solid #a49976;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
}
.credit {
		text-align: center; 
}