@charset "UTF-8";
/* CSS Document */


/*layout*/
body {
	background-color: white;
	margin: 0; /* good practice to account for differing browser defaults */
	padding: 0;
	text-align: center;/* this centers the container in IE 5* browsers.*/
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	position: relative;
	width: auto;
}

body#page div#body_wrap {
	display:block;
	width:80%;
	margin:0 auto; /* center, no top or bottom margin */
	
	min-width: 500px;
}

#header {
  background-color: white;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
}


div#logo a {
  margin:0 auto; /* centers!! */
  background-image: url('images/fngpaint.jpg');
  background-repeat: no-repeat;
  background-position: center;
  
  height: 230px;
  width : 340px;

  display: block;
  text-decoration: none;
}

div#news {
	width: 80%;
	margin:5px auto; /* center, 5px top  bottom margin */
	border: 1px red solid;

}

div#mp3 {
	text-align:left;
	width: 80%;
	margin: 10px auto;
}

div#title {
	margin:5px auto; /* center, no top or bottom margin */
	text-align:left;
}

div#descript {
	width : 80%;
	margin: 20px auto; /* top right bottom left */
}

div#email {
	text-align:center;
	width: auto;
	margin:20px auto; /* centers!! */
}

div#links {
	text-align:left;
	margin:20px;

	
}

div#contact {
	width:auto
	margin:30px auto; /* centers!! */
	text-align: center;
}


div#footer {
	font-size:10px;
	text-align:center;
}

/* page break */

hr {
	height:1px;
	background:#444;
	display:block;
	margin:20px 0;
	clear:left;
	border:0;
}

/* fonts */

h1 { 
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 10px 0; 
	padding: 0; 
	color: black; 
	font-size: 2.1em; 
	} 
h2 { 
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 10px 0; 
	padding: 0; 

} 
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.00em; 
	font-size: 1.1em;
	margin: 0 0 5px 0; /* top right bottom left */
	padding: 0; 
  
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.00em; 
	font-size: 1.1em;
	margin: 0 0 5px 0; /* top right bottom left */
	padding: 0; 
  
}
	
p { 
  font-family: Tahoma, Geneva, sans-serif;
  color: black;
  line-height: 1.3em; 
  margin: 0 0 0 0; 
  padding: 0; 

} 


small {
	font-size: 10pt
}
