/* formatting */

body {background-color:#090401; 
background-image:url(graphics/bg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top left;
font-family:"verdana", sans serif; 
font-size:10px; 
letter-spacing:1px;
color:#B3ACA4;}

img {border:none; margin:0px; padding:0px;}

h1 {font-family:"bookman antiqua", serif; 
position: relative; left: 20px;
font-style:italic;
color:#7E6D62;}

h3 {font-size:12px;}

a:link, a:visited, a:hover, .a:active {color:#B3ACA4;; 
text-decoration:underline; font-weight:bold;}


/* design */

.navbar {
position:fixed; 
top: -1px; left:9px; 
z-index:2;}

.content {width:430px;
position: relative; 
top:70px;
left:10px;
padding-bottom:30px;
z-index:1;}

.footer {position: relative;
left:100px;
top:20px;
padding-bottom:10px;}

