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

body {
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
	background-image: url(images/fgloves_00.gif);
	color: #000000;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
#container {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 575px;
	background: url(images/fgloves_04.gif) repeat-y;
}
#top1 {
	position: relative;
	width: 575px;
	height: 131px;
	background: url(images/fgloves_01.gif) no-repeat;
}
#top2 {
	position: relative;
	width: 575px;
	height: 131px;
	background: url(images/fgloves_02.gif) no-repeat;
}
#top3 {
	position: relative;
	width: 575px;
	height: 131px;
	background: url(images/fgloves_03.gif) no-repeat;
}
#content {
	position: relative;
	margin-left: 180px;
	padding: 0px;
	width: 350px;
	text-align: justify;
	/*border: 1px solid blue;*/
}
#menu {
	position: absolute;
	background: transparent;
	top: 390px;
	left: 30px;
	width: 150px;
	text-align: left;
	/*border: 1px solid yellow;*/
}

/*__________________________________________ MENU */

#menu a {
	font-family: georgia; 
	letter-spacing: 2px;
	line-height: 12px;
   display: block;
	color: #3a3a3a;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size:6pt; 
}
#menu a:hover {
   display: block;
	color: #6b5cff;
	font-weight: bold;
	text-decoration: none;

}

/*_______________________________________ CONTENT */

#content p {
	padding: 5px;
	margin: 0px;
}
#content a {
	letter-spacing: 1px;
	color: #3723bc;
	font-weight: normal;
	text-decoration: none; 
}
#content a:hover {
	color: #f0c15d;
	font-weight: normal;
	text-decoration: none;
}
#content h1 {
	color: #fec64f;
	font-family: georgia, "bookman old style", "palatino linotype", minion;
	margin-bottom: 0px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
	text-align: right;
}
#content b, strong {
	color: #3723bc;
	text-transform: uppercase;
	font-weight: bold;
}
/* #content strong, h2, h3 {
	color: #000000;
	font-family: georgia, "book antiqua", minion, "bookman old style";
	font-size: 11px;
	font-style: italic;
}*/
#content strike {
	color: #7a7a7a;
}
#content u {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fec64f;
}
#content q {
	color: #000000;
	font-weight: normal;
}
#content blockquote {
	width: 80%;
	padding: 0px;
	margin: 5px 0px 10px 10px;
}
#content h2, h3, blockquote b {
	color: #f0c15d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
#content input, textarea, option, select, button, submit {
	color: #000000;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	background-color: #ffffff;
	border: 0px;
	border-bottom: 3px solid #f0c15d;
}