/* CSS Document */

@font-face {
 font-family: "FGBonniesFont";
 src: url('FGBonniesFont.ttf'); /* EOT file for IE */
 /* IE chokces on local() and ignores this one */
 src: local("FGBonniesFont"), 
      url('FGBonniesFont.ttf')  format("truetype"); /* TTF file for CSS3 browsers */
}



body {
margin: 0px;
text-align: left; 
background: #f2f2ea url('bg.jpg');
color: #777261;
font-family: 'Trebuchet MS'; 
font-size:11px; 
vertical-align: top;
}

#container {
	text-align:center;
	width:800px;
	margin:0 auto;
}


#topbar {
background: #fef9f6;
padding: 10px;
text-align: center;
}

#content {
text-align: justify;
width:747px;
padding: 5px;
}

.main {
margin-top: -10px;
margin-bottom: 10px;
padding: 5px;
background: #fef9f6;
}


h1 {
color: #dc8b37;
font: normal 22px 'FGBonniesFont'; 
text-transform: none;
letter-spacing:-2px;
text-align: left;
padding-left: 10px;
}

blockquote {
	background: #e5dfc7;
	margin: 20px;
	padding: 10px;
}

 
a { text-transform: none; text-decoration:none; }  
a:link, a:visited {color:#dc8b37;}
a:hover{ color:#333; text-decoration:none; }
a:active { color:#dc8b37;}

a.nav { text-align: left; font: normal 10px Verdana; padding:5px; margin:5px; }
a.nav:link{ color:#333; }
a.nav:visited{ color:#333; }
a.nav:hover{ background: #e5dfc7; color:#dc8b37; }
a.nav:active{ color:#333; }


img {border: 0px;}


UL { 
PADDING-LEFT: 30px; 
MARGIN-LEFT: 0px; 
list-style: square; 
line-height:12px;
}

