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

body {
	background: #171717;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #5d5d5d;
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: 23px;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	padding: 30px 0px 20px 0px;
	width: 660px;
	background: #000000 url(images/phones_bg-y.jpg) repeat-y;
	position: relative;
}
#top {
	width: 660px;
	height: 254px;
	background: #000000 url(images/phones_01.jpg);
}
#content {
	margin: 15px 0px 15px 0px;
	text-align: justify;
	width: 422px;
	background: url(images/phones_03.jpg);
			border: 0px solid yellow;
}
#text {
	background: url(images/phones_02.jpg) no-repeat;
	padding: 10px 0px 10px 0px;
}

/* _____________________________________________________ MENU */
#menu {
	position: absolute;
	top: 293px;
	left: 437px;
	width: 203px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 29px;
			border: 0px solid blue;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu ul li {
	padding: 0px;
	margin: 7px 0px 7px 0px;
	display: block;
	list-style: none;
		border: 1px solid #1f1f1f;
}
#menu ul li a {
	color: #cccccc;
	display: block;
	background-color: #1f1f1f;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #72b224;
	display: block;
	text-decoration: none;
	background: url(images/hovermenu.jpg);
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 660px;
	height: 50px;
	background: #191919 url(images/phones_04.jpg);
	color: #4e4e4e;
	text-align: center;
	letter-spacing: 2px;
	font-style: italic;
}
#bottom p {
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

#bottom a {
	padding: 0px 1px 0px 1px;
	color: #648929;
	text-decoration: none;
}
#bottom a:hover {
	border-bottom: 1px dotted #555555;
	color: #707070;
	text-decoration: none;
}
/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#content h1 {
	margin: 0px 5px 0px 5px;
	padding-right: 10px;
	letter-spacing: 6px;
	font-size: 16px;
	color: #797979;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
	text-align: right;
}
#content h2, #content h3 {
	margin: 0px 10px 5px 10px;
	letter-spacing: 3px;
	font-size: 15px;
	color: #808080;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
}
#content a {
	color: #648929;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px dotted #555555;
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}
#content b {
	color: #999999;
	font-style: italic;
	letter-spacing: 1px;
}
#content strong {
	color: #648929;
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	color: #909090;
}
#content em {
	color: #aacf6f;
}
#content u {
	color: #909090;
	border-bottom: 1px solid #365619;
	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 blockquote {
	margin: 15px 20px 25px 20px;
	padding: 5px;
	background: #191919;
}
#content textarea, input, select, button, submit {
	background-color: #191919;
	padding: 5px;
	color: #707070;
	border: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 1px;
}
#content img, #content a img {
	border: 1px solid #191919;
	background: #323232;
	padding: 5px;
	margin: 3px;
}
#content a:hover img {
	border: 1px solid #131313;
	background: #464646;
	padding: 5px;
	margin: 3px;
}