/* 
----------------------------------------------------------------------------
Copyright Einstein Industries 2005. Used with Permission.                             
May not be duplicated or reproduced.

Please check for cross-browser compatibility prior to making changes
MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari

CSS Document - layout.css
---------------------------------------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* remove default link styles */
:link,:visited { text-decoration:none; }

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,table,td,tr,dl,dt,dd,ul,ol,li,pre,form,fieldset,input { margin:0; padding:0; border:0;}

/* prevent blue linked image borders */
a img,:link img,:visited img { border:none; }
img { display:block; }

/* basic elements
 * ------------------------------------------------------------------------- */
body { background-color:#000; text-align:center; }
#wrap-bna { background: url("../images/inside/bna/bna-bg.jpg") repeat-y;}

a:link,a:visited { text-decoration:underline; color:#fff; }
a:hover,a:active { text-decoration:none; color:#fff; }
p { color:#fff; padding: 10px 0 0 0; font-size: 13px;}

