
* { font:normal 1em Arial, Helvetica, sans-serif; color:#000; }
html, body { background:#665238; }
hr{	color:#000;	text-decoration: none; }
em { font-style:italic; font-weight:bold; }
img { border:none; }

/*Headers*/
h1 {font-weight:bold; font-size:1.4em;}

b { font-weight: bold}
/*------SPECIFIC ELEMENTS-----*/
#center { margin:5px auto; background:#D3AB56; width:760px; border:1px solid #FFFF99; min-height:200px; }
#header { background:#ff0000 url(../images/JAF-banner.jpg) no-repeat; width:760px; height:150px; border-bottom:2px solid #665238; }
#nav { background:#B3813A; border-bottom:2px solid #665238; padding:0 0 5px 0; }
#nav ul { list-style:none; padding:5px 0 0 0; margin:0 0 0 10px; }
#nav ul li { display:inline; margin:0 0 0 10px; }
#nav ul li:before { content: " | ";  }
#nav ul li:first-child:before { content: ""; }
#content { padding:10px; font-size:0.90em; display:table}
#intro { margin:10px 0;}
#features { text-align:center; padding:5px; }
#features ul { list-style:none; margin:10px 0;}
#features ul li { display:inline; margin:5px; }
#features a, a:link, a:visited { border:none; }
#footer { padding:0 0 0 10px; margin:10px 0 20px 0; font-size:0.90em; }
#contact { padding:10px; text-align:left; }

/*---links----*/

a, a:link, a:visited { border-bottom:1px dashed #fff; color:#fff; text-decoration:none; }
a:hover { background:#FFFFCC; color:#000; }


/* classes*/
.boldwhite { font-weight: bolder; color:#fff; text-align:left; padding:5px; }


