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

body {
	background: #000000 url(images/rockballads_00.gif);
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	color: #5d5d5d;
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: 17px;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 480px;
	background: #000000 url(images/rockballads_04.gif);
}
#top1 {
	width: 480px;
	height: 160px;
	background: #000000 url(images/rockballads_01.gif)
}
#top2 {
	width: 480px;
	height: 160px;
	background: #000000 url(images/rockballads_02.gif)
}
#top3 {
	width: 480px;
	height: 160px;
	background: #000000 url(images/rockballads_03.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: 480px;
	color: #cccccc;
	text-align: center;
	letter-spacing: 0px;
			border: 0px solid blue;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	padding: 0px 20px 0px 0px;
	display: inline;
}
#menu ul li a {
	color: #cc0101;
	text-decoration: none;
	text-transform: uppercase;
	cursor: default;
}
#menu ul li a:hover {
	color: #fdfdfd;
	text-decoration: none;
	cursor: default;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 480px;
	background: #191919;
	color: #4e4e4e;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom i {
	color: #cccccc;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #aa2219;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:hover {
	color: #ffffff;
	background: #2d2c28;
	font-weight: bold;
	text-decoration: none;
}
/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 15px 10px;
}
#content h2 {
	border-bottom: 3px solid #1f1f1f;
	margin: 0px 5px 0px 5px;
	padding-right: 10px;
	letter-spacing: 6px;
	font-size: 17px;
	color: #d4d4d6;
	line-height: 5px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
}
#content h3 {
	margin: 0px 10px 5px 10px;
	letter-spacing: 3px;
	font-size: 17x;
	color: #cc0101;
	line-height: 5px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
}
#content a {
	color: #c1c1c1;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover, a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#content b {
	color: #cc0101;
	font-weight: bold;
}
#content strong {
	color: #cc0101;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}
#content i {
	color: #cc0101;
}
#content em {
	color: #c1c1c1;
}
#content u {
	color: #c1c1c1;
	border-bottom: 1px solid #cc0101;
	text-decoration: none;
}
#content ol {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
#content ol li {
	padding: 0px 10px 15px 5px;
}
#content ul {
	margin: 10px 0px 15px 0px;
}
#content img {
	margin: 3px;
}

#content blockquote {
	margin: 15px 50px 25px 50px;
	padding: 5px;
	background: #191919;
}
#content textarea, input, select, button, submit {
	background-color: #191919;
	color: #9c9c9c;
	border: 0px;
	border-bottom: 3px solid #424242;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
}
