/*<!--------------------------------------------------------------- universal settings -->*/
* {
	padding: 0;
	margin: 0;
	}

/*<!---------------------------------------------------------------- general settings -->*/		
body { 	
	color: #284d01;
	background: #284d01;
	font-family:  'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1em;
}
img {
	border: none;
}
a {
	text-decoration: none;
}

#strip {
	display: block;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	width: 800px;
	background: transparent url(../images/music.gif) top left repeat-y;
	border-left: 2px dotted #fff;
	border-right: 2px dotted #fff;
}
#content {
	margin: 0 100px;
	padding: 0;
}
* html body DIV#content {
	margin: 0 0 0 103px;
}
a {
	font-style: italic;
	color: #9c0;
}


h1 {
	display: block;
	margin: 60px 0 0 0;
	font: 1.8em 'Times New Roman', Times, serif;
	color: #4a8801;
	clear: both;
}
* html body DIV#content h1 {
	display: block;
	margin: 20px 0 0 0;
	font: 1.8em 'Times New Roman', Times, serif;
	color: #4a8801;
	clear: both;
}



p{

	text-align: justify;
	margin: 1.3em 0 0 0;
}
* html body DIV#content p [
	padding: 0 20px;
}	

.title {
	font-weight: bold;	
	color: #284d01;
}
.comment {
	font: 0.8em  'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}


#topff {
	display: block;
	height: 150px;
	float: left;
	margin: 22px 0 20px 0;
}
#topf {
	display: block;
	height: 150px;
	float: left;
	margin: 22px 0 20px 18px;
}
#top {
	display: block;
	height: 216px;
	float: left;
	margin: 0 12px 20px 0;
}

.clear {
	clear: both;
	margin: 20px 0;
}









