/* Wrapper */
#wrapper { top: 0px; margin-top: 0px; width: 100%; position: absolute; }


/* black bar */
#blackbar { 
height: 75px; 
width: 100%; 
background-color: #000000; 
top: 125px; 
margin-top: 80px;
}
	#blackbar #main { width: 950px; height: 75px; }
	#blackbar #logo { width: 450px; height: 75px; }
	
	
body
{ 
background-image: url('/art/bg-image-7.jpg');
background-position: top center; 
background-repeat: repeat-y;
background-color: #ffffff;
background-attachment: fixed;
}


a  {;}

a:link  {color : blue;text-decoration: none}

a:visited  {color : blue;text-decoration: none}

a:hover  {color : #cf7500;text-decoration: none}

a:active  {color : #000000;text-decoration: none}


.h1 {
font-family : georgia, palatino, serif;
font-size : 24px;
line-height : 28px;
color : #6d512a;
}

.h12 {
font-family : georgia, palatino, serif;
font-size : 24px;
line-height : 28px;
color : #6d512a;
font-style : italic;
}


.h2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 16px;
line-height : 22px;
color : #7d8b4a;
}

.h3 {
font-family : georgia, palatino, serif;
font-size : 16px;
line-height : 21px;
color : #925b00;
}


.text {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
line-height : 22px;
color : #63614b;
}

.commentary {
font-family : georgia, palatino, serif;
font-size : 13px;
line-height : 22px;
color : #63614b;
font-style : italic;
}

.nav {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
line-height : 20px;
color : white;
}

a:link.nav  {color : #ffffff;text-decoration: none}

a:visited.nav  {color : #ffffff;text-decoration: none}

a:hover.nav  {color : #925b00;text-decoration: none}

a:active.nav  {color : #ffffff;text-decoration: none}


.copyright {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
line-height : 22px;
color : #63614b;
}
