/* Style sheet for frozen video productions */

body { float: left; background: #000000; font-family: Verdana; }

.article { background-image: url(images/menu789.jpg); background-position: bottom; background-repeat: no-repeat; padding: 10px;
           border-color: #969288; border-width: 1px; border-style: ridge; border-left: none; border-right: none; border-top: none; }

.article2 { background-image: url(images/menu789.jpg); background-position: bottom; background-repeat: no-repeat; padding: 10px;
           border-color: #969288; border-width: 1px; border-style: ridge; border-left: none; border-right: none; border-top: none; background-color: #252525;
           margin: 20px; }

.quotes { font-style: italic; border: 1px dotted; padding: 4px; margin-left: 25px;}

.ital {   font-style: italic; padding 4px; text-align: center; font-size: .6; }

p {font-size: small;}


#page { width: 1024px; color: #FFFFFF; }

#top { float: left; width: 1024px; color: #FFFFFF; padding: 125px; margin: 5px; font-size: x-large;
       background-image: url(images/menutop.jpg); background-repeat: no-repeat;  background-position: top; }

#navbar { float: left; width: 225px; background-color: #000000; color: #FFFFFF; }
  #navbar h1 { font-size: 11pt; text-decoration: bold; text-align: center; }
  #navbar p { font-size: small; }
  #navbar a { background-image: url(images/submenu_hover.jpg); background-position: bottom; background-repeat: no-repeat; font-size: small; color: #FFFFFF;
              text-decoration: none; padding: 6px; display: block; }
  #navbar a:hover { color: yellow; }

#main { float: right; width: 789px; }

  #main h1 { background-image: url(images/menu789.jpg); background-position: bottom; background-repeat: no-repeat; display: block;
             font-size: large; padding: 12px; text-align: center; }
  #main p {font-size: small;}
  #main a { font-size: small; color: #FFFFFF; text-decoration: none; }
  #main a:hover { color: yellow; }

  #main li { font-size: small; }


#footer { float: left; width: 1024px; font-size: 8pt; text-align: center; padding: 100px; background-image: url(images/menu.jpg);
          background-repeat: no-repeat; background-position: center; }
  #footer a { text-decoration: none; color: #FFFFFF; }
  #footer a:hover { color: yellow; }
