    html {
	width: 98%;
	height: 97%;
	margin: 0;
	padding: 1%;
	border: 0 none;
	text-align:center;
	background-color: #749199;
	font: normal 100.01%/1.4 Arial,Helvetica,sans-serif;
    }
    body { 
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size: .9em;
    }

    h1,h2,h3 {
	color: #6c3847;
    }

    h1 { font-size: 1.4em; margin:0 0 1em 0; }
    h2 { font-size: 1.2em; }
    h3 { font-size: 1em; }

/* OVERALL LAYOUT */

    #layout { 
	width: 100%;
	text-align: left;
    }

    #layout td { 
	vertical-align:top;
	text-align:left;
	padding: 0; 
    }

/* TOP LEFT CORNER LOGO */

    td#logo {
	width: 200px;
	height: 150px;
	padding:0;
    }

/* HEADER PHOTOS */
   td#header {
	vertical-align:middle;
	height: 150px;
	padding: 0 0 0 10px;
   }
   td#header div {
	width:100%;
	height:139px;
	overflow:hidden;
   }
   td#header img {
	height: 135px;
	border: 2px solid #6c3847;
	margin: 0 5px 0 0;
   }

/* CORNER IMAGES */
    #top-left {
	background: transparent url(bg-top-left.png) bottom left no-repeat;
	height:10px;
    }
    td#top-right {
	height: 10px;
	padding:5px;
	background: transparent url(bg-top-right.png) bottom right no-repeat;
    }
    td#bottom-left {
	width:100%;
	height: 10px;
	background: transparent url(bg-bottom-left.png) top left no-repeat;
    }
    td#bottom-right {
	width: 10px;
	height: 10px;
	background: transparent url(bg-bottom-right.png) top right no-repeat;
    }

/* CONTENT PANEL */

    #layout td#content {
	background-color: #cfc7c4;
	border-left: 2px solid #6c3847;
	border-right: 2px solid #6c3847;
	width: 100%;
	padding: 0 10px;
    }

    /* Hack for MSIE PC only \*/
    /* End of hack */

/* NAVIGATION PANEL */

    td#nav {
	width: 180px;
	padding: 0 7px 240px 7px;
	background: transparent url(logo.png) center bottom no-repeat;
	
    }
    td#nav ul {
	list-style: none;
	margin: .5em 0;
	padding:0;
	border-top:1px solid #6c3847;
	width:186px;
    }
    
    td#nav ul li {
	margin: 0;
	padding:0;
    }
    
    td#nav li a, td#nav li span {
    text-indent:3px;
	text-decoration:none;
	display:block;
	width: 184px;
	padding: 5px 0 5px 0;	
	font-weight:bold;
	border-bottom:1px solid #6c3847;
	border-left:1px solid #6c3847;
	border-right:1px solid #6c3847;
    }
    td#nav li span {
	color: #6c3847;
	background-color: #cfc7c4;
    }
    td#nav li a {
	color: black;
    }
    td#nav li a:hover {
	color:white;
	background-color: #6c3847;
    }

/* THE BOTTOM LINE */

    td#footer { 
	height: 1.5em;
	line-height: 1.5;
	text-align:right;
	font-size: .83em;
	padding: 0 10px;
    }

    td#footer span {
	display:block;
	float:left;
    }

