/* Design and coding by Justine
URL: http://louder-now.net/
E-MAIL: justine@louder-now.net */

body {
	margin: 0px;
	padding: 0px;
	background-color: #e7e7e7;
	background-image: url(images/bg.jpg);
	color: #545454;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 600px;
	background: url(images/lay.jpg);
		border: 0px solid blue;
}
#container {
	margin: 0px;
	padding: 0px;
		border: 0px solid red;
}
#content {
	position: absolute;
	left: 10px;
	top: 450px;
	width: 600px;
	text-align: justify;
		border: 0px solid blue;
}


/*__________________________________________ MENU */

#menu {
	position: absolute;
	top: 0px;
	left: 570px;
	width: 260px;
	text-align: left;
	line-height: 35px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	letter-spacing: 5px;
}
#menu ul li {
	padding: 0px;
	display: block;
}
#menu ul li a {
	margin-bottom: 5px;
	padding-left: 10px;
	color: #8b8b8b;
	font-style: italic;
	text-decoration: none;
	text-transform: capitalize;
}
#menu ul li a:hover {
	color: #282828;
	background: url(images/hover.jpg);
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	margin: 30px 0px 20px 10px;
	padding-top: 5px;
	background: url(images/foot.jpg) no-repeat;
	width: 511px;
	text-align: center;
	letter-spacing: 2px;
	font-style: italic;
	color: #696969;
		border: 0px solid blue;
}
#bottom a.credit, #bottom a:hover.credit {
	color: #282828;
	font-weight: normal;
}
#bottom p {
	padding: 0px;
	margin: 0px;
}

/*_______________________________________ CONTENT */

#content p {
	padding: 10px;
	margin-right: 50px;
}
#content h1 {
	color: #623216;
	margin: 5px 5px 10px 0px;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	text-align: left;
	letter-spacing: 7px;
}
#content h2, #content h3 {
	color: #8b8080;
	margin: 5px;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 3px;
}
#content a {
	padding: 2px;
	letter-spacing: 1px;
	color: #987367;
	font-weight: bold;
	font-style: italic;
	text-decoration: none; 
}
#content a:hover {
	color: #5b2b0f;
	background: url(images/hover.jpg);
	text-decoration: none;
}

#content b {
	color: #5d1c35;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}
#content strong {
	color: #745c7f;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	color: #745c7f;
	letter-spacing: 1px;
}
#content em {
	color: #5d1c35;
	letter-spacing: 1px;
}
#content u {
	color: #745c7f;
	text-decoration: none;
	border-bottom: 1px solid #b9b9b9;
}
#content ul {
	font-size: 11px;
}
#content ul li {
	padding-bottom: 10px;
}
#content ul li a {
	margin-bottom: 5px;
	color: #8b8b8b;
	text-decoration: none;
	letter-spacing: 3px;
}
#content ol li {
	padding-bottom: 15px;
}
#content ul li a:hover {
	color: #282828;
	text-decoration: none;
	background: none;
}
#content blockquote {
	margin: 20px 140px 20px 50px;
	padding: 7px;
	background: url(images/blockquote.jpg) no-repeat;
	color: #323232;
	line-height: 25px;
}
#content input, textarea, button, select {
	background: url(images/blockquote.jpg);
	padding: 5px;
	border: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #323232;
}
#content option {
	padding: 3px;
	border: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #323232;
}
#content img, #content a img {
	border: 6px solid #c5c5c5;
	margin: 3px;
}
#content a:hover img {
	border: 6px solid #8b8080;
	margin: 3px;
}
