/* Coding and design by Justine
URL: http://louder-now.net/
EMAIL: justine@louder-now.net */

body {
	background: #03112c url(images/tsf2_00.gif);
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #46668b;
	font-family: "trebuchet ms", arial, sans-serif;
	line-height: 19px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px;
	width: 100%;
	background: url(images/tsf2_bg.gif) repeat-x;
	text-align: justify;
	/*border: 0px solid red;*/
}
#top1 {
	margin: 0px auto;
	width: 600px;
	height: 90px;
	background: url(images/tsf2_01.gif) no-repeat; 
  			border: 0px solid lime;
}
#top2 {
	margin: 0px auto;
	width: 600px;
	height: 100px;
	background: url(images/tsf2_02.gif) no-repeat; 
			border: 0px solid lime;
}
#top3 {
	margin: 0px auto;
	width: 600px;
	height: 100px;
	background: url(images/tsf2_03.gif) no-repeat; 
			border: 0px solid lime;
}
#top4 {
	margin: 0px auto;
	width: 600px;
	height: 80px;
	background: url(images/tsf2_04.gif) no-repeat;
			border: 0px solid fuchsia;
}
#content {
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	text-align: justify;
	width: 600px;
			border: 0px solid red;
}

/* _____________________________________________________ MENU */
#menu {
	padding: 0px 0px 0px 255px;
	margin: 0px auto;
	text-align: center;
	letter-spacing: 0px;
	line-height: 50px;
			border: 0px solid red;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;	
}
#menu ul li {
	padding: 0px;
	display: inline;
}
#menu ul li a {
	color: #367cd0;
	padding: 25px 10px 30px 10px;
	text-decoration: none;
	text-transform: uppercase;
				border: 0px solid blue;
}
#menu ul li a:hover {
	color: #114b9b;
	text-decoration: none;
	background: url(images/menuli.gif) repeat-x;
}

/* __________________________________________ BOTTOM */

#bottom {
	margin: 0px;
	padding: 3px 0px 7px 0px;
	width: 100%;
	height: 120px;
	color: #374a6e;
	background: url(images/footer.gif);
	text-align: center;
			border: 0px solid lime;
}
#bottom i {
	color: #d0dae6;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #6b81a9;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#bottom a:hover {
	color: #516790;
	text-decoration: none;
}
#bottom a img {
	border: 5px solid #12203d;
	margin: 5px;
}
#bottom a:hover img {
	border: 5px solid #1e3351;
}

/* ___________________________________________________ CONTENT */
#content p {
	margin: 5px 0px 10px 0px;
	padding: 5px;
}
#content h1 {
	margin: 0px;
	color: #bddbff;
	font-weight: normal;
	font-size: 23px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#content h2, h3 {
	margin: 0px;
	padding: 0px 0px 10px 20px;
	color: #124d9e;
	text-align: left;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: normal;
	line-height: 2px;
	letter-spacing: 4px;
}
#content a {
	padding: 0px 1px 0px 1px;
	color: #4d89d1;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #a9d0ff;
	font-weight: normal;
	text-decoration: none;
}
#content ul {
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 20px 20px;
}
#content ul li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style-image: url(images/li.gif);
}
#content ul li a {
	color: #247acd;
}
#content ol li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#content b {
	color: #8bbcf7;
	font-weight: bold;
}
#content strong {
	color: #e2eeff;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	color: #247acd;
}
#content em {
	color: #bddbff;
}
#content u {
	color: #6697d0;
	border-bottom: 1px solid #264467;
	text-decoration: none;
}
#content blockquote {
	margin: 10px 50px 20px 50px;
	padding: 5px;
	background: #000000;
}
#content textarea, input, select, button, submit {
	background-color: #020719;
	border: 0px;
	border-bottom: 3px solid #17243d;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #97b9e0;
}
