/**
 * File: template.css
 * Date: 10/11/02
 * Author: Nick Loeve
 * A test stylesheet for muttaburra.com
 * First version of page layout for the template system
 */
 
 /*
 * setup the link properties
 */

A{
    font-family: verdana, arial, serif;
    font-size: 9pt;
}
A.link:link     { 
    text-decoration: underline;
    color: #9C7F84;
    background-color: transparent;
}
A.link:visited  { 
    text-decoration: underline;
    color: #9C7F84;
    background-color: transparent;
}
A.link:active   { 
    text-decoration: underline;
    color: #9C7F84;
    background-color: transparent;
}
A.link:hover    { 
    text-decoration: underline; 
    color: #9C7F84;
    background-color: transparent;
}
A.MenuLink:link    {
    
    font-size: 12pt;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}
A.MenuLink:visited  { 
    
    font-size: 12pt;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}
A.MenuLink:active   {
    
    font-size: 12pt;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}
A.MenuLink:hover    { 
    
    font-size: 12pt;
    text-decoration: none; 
    color: #666666;
    background-color: transparent;
}

A.linkGallery:link     { 
    text-decoration: none;
    color: #000000;
    background-color: #9C7F84;
}
A.linkGallery:visited  { 
    text-decoration: none;
    color: #000000;
    background-color: #9C7F84;
}
A.linkGallery:active   { 
    text-decoration: none;
    color: #000000;
    background-color: #9C7F84;
}
A.linkGallery:hover    { 
    text-decoration: underline; 
    color: #000000;
    background-color: #9C7F84;
}

A.linkTrail:link     {
    font-weight: bold;
    text-decoration: underline;
    color: #9C7F84;
    background-color: #ffffff;
}
A.linkTrail:visited  {
    font-weight: bold;
    text-decoration: underline;
    color: #9C7F84;
    background-color: #ffffff;
}
A.linkTrail:active   { 
    font-weight: bold;
    text-decoration: underline;
    color: #9C7F84;
    background-color: #ffffff;
}
A.linkTrail:hover    { 
    font-weight: bold;
    text-decoration: underline; 
    color: #9C7F84;
    background-color: #ffffff;
}

A.footer:link     { 
    font-size: 8pt;
    text-decoration: none;
    color: #9C7F84;
    background-color: transparent;
}
A.footer:visited  {
    font-size: 8pt;
    text-decoration: none;
    color: #9C7F84;
    background-color: transparent;
}
A.footer:active   {
    font-size: 8pt;
    text-decoration: none;
    color: #9C7F84;
    background-color: transparent;
}
A.footer:hover    {
    font-size: 8pt;
    text-decoration: underline; 
    color: #9C7F84;
    background-color: transparent;
}


/*
 * Set up some classes to specifiy the parts of the page.
 */
 
.top{
    
    position: absolute;
    left: 0px;
    top: 0px;
    width: 770px; 
    height: 150px;
    z-index: 10;
    
    color: #000000;
    background: white;
    background-repeat: no-repeat;
    background-position: center;

}


.main{
	font-family: verdana, arial, serif;
	font-size: 10pt;
	position: absolute;
	left: 31px;
	top: 188px;
	width: 582px;
	color: #000000;
	background-color: #ffffff;
	height: 168px;

}

.gallery{
    
    position: absolute;
    left: 620px;
    top: 195px;
    width: 150px;
    /*height: 500px;*/
    
    font-family: verdana, arial, serif;
    font-size: 8pt;
    text-align: center;
    
    color: #000000;
    background-color: #9C7F84;
}


.trail{

    position: absolute;
    left: 0px;
    top: 155px;
    height: 20px;
    
    font-family: verdana, arial, serif;
    font-size: 10pt;
    font-weight: 900;
    
    color: #9C7F84;
    background-color: #ffffff;
}


.galleryHeading{
    
    font-size: 14pt;
    
    color: #000000;
    background-color: #9C7F84;
}

.pageNumber{

    font-size: 10pt;
    font-weight: 900;
    
    color: #988B97;
    background-color: #ffffff;
}

.footer{
    
    text-align: center;
    
    font-family: verdana, arial, serif;
    font-size: 8pt;
    font-weight: 900;
}


/*
 * over-ridden tags
 */

h1{
    
    font-family: verdana, arial, serif;
    font-size: 14pt;
    
    
    color: #000000;
    background-color: #ffffff;
}
 
img{
    border="0";
}


p{
    font-family: verdana, arial, serif;
    font-size: 10pt;
    
    color: #000000;
    background-color: #ffffff;
}


h2{
    
    font-family: verdana, arial, serif;
    font-size: 12pt;
    
    color: #000000;
    background-color: #ffffff;

}

ul{
    font-family: verdana, arial, serif;
    font-size: 10pt;
    
    color: #000000;
    background-color: #ffffff;
}

li{
    font-family: verdana, arial, serif;
    font-size: 10pt;
    
    color: #000000;
    background-color: #ffffff;
}

td{
    font-family: verdana, arial, serif;
    font-size: 10pt;
}
