/* 
-----------------------------------------------
itzamna images01 css 
Author:   Francisco Maya
Version:  Sep 05
for southpacific page No.3
(larger than 1&2)

Layout Stylesheet modified & based on SSI 
Developer templates: www.ssi-developer.net                 
-----------------------------------------------
*/

body {
 background-image: url("/images/backgrounds/bggrey.gif");
 background-repeat: inherit;
 font-family: verdana, arial, tahoma, sans-serif;
 margin:10px;
 padding:0;
 }

/* Logo Bar */
#outer {
 background:#404040;
 text-align:left;
 border:1px solid #000000;
 width:500px;
 margin:auto;
 }

#hdr {
 height:50px;
 }

/* original background color:#660000; */
#bar {
 background:#660000;
 height:21px;
 border:solid #000000;	
 border-width:0px 0px 0px 0px;
 text-align:center;
 }

/* Navigator bar */
#top-nav-inner {
 padding:0;
 }

#top-nav-inner a:link {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 color:#ccc;
 }

#top-nav-inner a:visited {
 color:#B8B8B8;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#top-nav-inner a:active {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#top-nav-inner a:hover {
 background:inherit;
 color:#555555;
 font-weight:bold;
 text-decoration:none;
 }

/* Main Body Block, original color: #404040 */
#bodyblock {
 position:relative;
 width:500px;
 background:#2F4F4F;
 padding:0px;
 }

/* Left Column */
#l-col {
 float:left;
 background:#B0B0B0;
 width:143px;
 }

#l-col a:link {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#l-col a:visited {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#l-col a:active {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#l-col a:hover {
 background:inherit;
 color:#660000;
 font-weight:bold;
 text-decoration:none;
 }


/* for the remaining Main Body Block, specifying total height, but 
it depends on the image height also */

#cont {
 width:353px;
 height:500px;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }
#cont a:link {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#cont a:visited {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#cont a:active {
 color:#000000;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#cont a:hover {
 background:inherit;
 color:#660000;
 font-weight:bold;
 text-decoration:none;
 }

/* Footnote bar */
#ftr {
 height:14px;
 border:solid black;
 border-width:1px 0 0 0;
 }

#ftr a:link {
 color:#989898;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#ftr a:visited {
 color:#989898;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#ftr a:active {
 color: #808080;
 background:inherit;
 font-weight:bold;
 text-decoration:none;
 }

#ftr a:hover {
 background:inherit;
 color: #660000;
 font-weight:bold;
 text-decoration:none;
 }

