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

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/bg.jpg) repeat-x;
	color: #777777;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 1px;
}
#container {
	margin: 0px;
	padding: 0px;
		border: 0px solid red;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 500px;
	background: url(images/lay.jpg) no-repeat;
		border: 0px solid red;
}
#content {
	position: absolute;
	text-align: justify;
	top: 310px;
	left: 430px;
	width: 500px;
		border: 0px solid blue;
}

/*_______________________________________________________________________________________ MENU */

#menu {
	position: absolute;
	top: 450px;
	left: 75px;
	width: 335px;
	text-align: left;
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 3px;
		border: 0px solid green;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	padding: 0px;
	margin-bottom: 5px;
	border: 0px solid #d3d3d3;
	display: block;
	list-style: none;
	border-bottom: 1px solid #eaeaea;
}
#menu li a {
	color: #939d9a;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}
#menu li a:hover {
	color: #317b78;
	text-decoration: none;
}


/* _________________________________________________________________________________________ BOTTOM */
#bottom {
	margin: 0px;
	padding-top: 30px;
	width: 500px;
	height: 70px;
	text-align: center;
	letter-spacing: 3px;
	font-style: italic;
	color: #333333;
		border: 0px solid blue;
}
#bottom p {
	padding: 0px;
	margin: 0px;
}

/*___________________________________________________________________________________________ CONTENT */

#content p {
	padding: 5px 0px 10px 0px;
	margin: 0px;
}
#content a {
	letter-spacing: 2px;
	color: #daa736;
	font-style: italic;
	font-weight: normal;
	text-decoration: none; 
	border-bottom: 1px dotted #dddddd;
}
#content a:hover {
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}
#content h2 {
	color: #eaeaea;
	margin: 20px 0px 20px 0px;
	font-size: 35px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 15px;
	line-height: 25px;
}
#content h3 {
	margin: 0px 0px 5px 10px;
	color: #d33437;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 2px;
}
#content b {

	letter-spacing: 2px;
}
#content strong {
	color: #3e746e;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
}
#content i {
	letter-spacing: 2px;
}
#content em {
	color: #3e746e;
}
#content u {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px dotted #dddddd;
}
#content blockquote {
	margin: 10px 0px 5px 0px;
	padding: 7px;
	line-height: 30px;
	letter-spacing: 2px;
	background: url(images/blockquote.jpg);
	color: #555555;
}
#content blockquote a {
	color: #999999;
	border-bottom: 0px solid black;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#content blockquote a:hover {
	color: #676767;
	text-decoration: none;
}
#content input, textarea, button, select{
	padding: 8px;
	background: #efefef;
	border: 1px solid #cccccc;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #555555;
	letter-spacing: 2px;
}

#content img {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #dddddd;
	margin: 5px;
}
#content a img {
	padding: 10px;
	background: #efefef;
	border: 1px solid #cccccc;
	margin: 5px;
}
#content a:hover img {
	padding: 10px;
	background: #eaeaea;
	border: 1px solid #cccccc;
}

/* ___________________________________________________________________________________________ LISTS */


#content ul {
	font-size: 11px;
	margin: 0px;
}
#content ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #eeeeee;
	list-style: none;
	display: block;
}
#content ul li a {
	margin-top: 5px;
	color: #999999;
	border-bottom: 0px;
	display: block;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#content ul li a:hover {
	color: #717171;
	text-decoration: none;
}
#content ol li {
	padding-bottom: 15px;
}
