/* Design and coding by Justine
URL: http://louder-now.net/
E-MAIL: justine@louder-now.net */

body {
	margin-left: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #2c2c2c;
	background-image: url(images/salembg2.jpg);
	color: #000000;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 875px;
	background: url(images/salembg.jpg) repeat-y;
		border: 0px solid yellow;
}
#content {
	padding: 0px 0px 0px 240px;
	width: 510px;
	text-align: justify;
		border: 0px solid blue;
}

/*__________________________________________ TOP */

#top {
	margin: 0px;
	width: 875px;
	height: 440px;
	text-align: center;
	background: url(images/salem.jpg) no-repeat;
		border: 0px solid red;
}
#top ul {
	padding: 405px 0px 0px 150px;
	margin: 0px;
	font-size: 13px;
		border: 0px solid green;
}
#top ul li {
	padding: 0px 20px 0px 0px;
	display: inline;
}
#top ul li a {
	color: #ffffff;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}
#top ul li a:hover {
	color: #000000;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	margin: 0px;
	width: 875px;
	height: 120px;
	background: url(images/footer.jpg) no-repeat;
	text-align: left;
}
#bottom p {
	padding: 20px 0px 0px 250px;
	margin: 0px;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #ffffff;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	text-decoration: none;
}
#bottom a:hover {

	color: #000000;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}

/*_______________________________________ CONTENT */

#content p {
	padding: 10px;
	margin: 0px;
}
#content a {
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none; 
}
#content a:hover {
	color: #cccccc;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	text-decoration: none;
}
ul {
	list-style-type: circle;
}
ul li {
	padding: 5px;
}
#content h1 {
	color: #fdfdfd;
	border-bottom: 1px solid #000000;
	margin: 5px 5px 5px 100px;
	padding-right: 10px;
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	letter-spacing: 5px;
}
#content b {
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
#content em {
	color: #ffffff;
}
#content strong {
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}
#content h2, h3 {
	margin: 0px 150px 5px 10px;
	border-bottom: 1px solid #bbbbbb;
	color: #000000;
	font-style: italic;
	letter-spacing: 2px;
}
#content u {
	color: #ededed;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
#content blockquote {
	margin: 5px 80px 5px 80px;
	padding: 7px;
	background: url(images/blockquote.jpg);
	border-bottom: 2px solid #000000;
}
#content blockquote b {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}
#content blockquote a {
	color: #000000;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}
#content blockquote a:hover {
	color: #ffffff;
	border-bottom: 1px solid #000000;
}
#content input, textarea, option, select, button {
	background: url(images/blockquote.jpg);
	border: 0px;
	border-bottom: 3px solid #000000;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
}