/* css Zen Garden submission 190 - 'Lonely Flower', by Mitja Ribic, http://mitja.impresija.com/mic/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Mitja Ribic */
/* Added: November 10th, 2005 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body {
	font-family: Eurostile;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

p { 
	padding: 0px;
	font: 11px Tahoma; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	}

h1,h2,h3 {
	margin-top: 15px;
	padding: 0px;
	font-family: Eurostile;
	font-size: large;
	color: #FFFFFF;
	}

h3 {
	margin-bottom: 0px;
	color: #FFFFFF;
	padding-bottom: 0px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Eurostile;
	font-size: large;
	}

#supportingText h3 span,#preamble h3 span {
	padding-bottom: 4px;
	background: 0;
	padding-left: 24px;
	}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-family: Eurostile;
	font-size: 12px;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
#container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	background-color: #000000;
	background-image:  url(bandpic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 30px solid #FFFFFF;
	overflow: hidden;
	height: 600px;
	bottom: auto;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}

		#pageHeader {
	width: 250px;
	height: 100px;
	float: right;
	position: relative;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	letter-spacing: 4px;
	font-family: Eurostile;
	margin-top: 5px;
	margin-right: 5px;
			}

		#preamble {
	margin-left: 31px;
	padding: 20px;
	padding-top: 1px;
	padding-bottom: 30px;
	width: 306px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center top;
			}

#supportingText {
	width: auto;
	position: relative;
	bottom: auto;
	background-color: #000000;
	height: 600px;
	letter-spacing: 4px;
	text-align: left;
	font-family: Eurostile;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 10px;
	}

#footer {
	text-align: left;
	text-transform: none;
	margin-top: 10px;
	border-top: 1px #dddddd;
	font-family: Eurostile;
	letter-spacing: 4px;
	font-size: 12px;
	border-top-style: solid;
	height: 10px;
	position: absolute;
	left: -1px;
	text-indent: 5px;
	width: 100%;
	padding-bottom: 10px;
	bottom: 150px;
	overflow: hidden;
	}

#quickSummary p.p2 {
	text-align: left;
	color: #ffffff;
	width: auto;
	padding: 50px 0px 0px 15px;
	font-family: Eurostile;
	text-indent: 5px;
	font-size: 10px;
	text-transform: uppercase;
	height: auto;
	}
