html, body
     {
     background: #ddddcc url(images/bg2.jpg) top left repeat-y;
     color: #993333;
     margin: 0;
     padding: 0;
     font: 14px Arial, sans-serif;
     }

body
     {
     background: url(images/Sydney1.jpg) top left no-repeat;
     }

h1, h2, h3
     {
     font-family: Arial, sans-serif;
     line-height: 1.25em;
     }

h1
     {
     margin: 0;
     width: 90%;
     float: right;
     padding-top: 1em;
     color: #330000;
     text-align: center;
     }

h2, h3
     {
     margin: 1em 50px;
     color: #330000;
     }

h4
     {
     margin: 0;
     color: #c99194;
     font-size: xx-small;
     font-weight: normal;
     }

a:link
     {
     color: #4f6b9f;
     font-weight: bold;
     text-decoration: underline;
     }

a:visited
     {
     color: #4f6b9f;
     font-weight: bold;
     text-decoration: none;
     }

a:hover
     {
     color: #330000;
     text-decoration: underline;
     }

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

p
     {
     margin: 1em 10%;
     line-height: 1.25em;
     text-align: justify;
     }

img
     {
     border-style: none;
     text-align: center;
     }

ul
     {
     list-style-image: url(images/bulletr.gif);
     padding: 1em;
     }

ul ul
     {
     list-style-image: url(images/bulletb.gif);
     margin-left: -35px;
     padding: 1em;
     }

li
     {
     margin: 0.5em 8% 0 12%;
     line-height: 1.25em;
     }

#main
     {
     clear: right;
     margin: 1em 50px 3em 200px;
     padding: 3em 0 0 0;
     width: auto;
     }

#main ul
     {
     list-style-image: url(images/bulletr.gif);
     margin: -1.5em auto -0.5em auto;
     }

#main ul ul
     {
     list-style-image: url(images/bulletb.gif);
     margin: -0.5em 0 0 -60px;
     }

#main li
     {
     margin: 0.5em 8% 0 12%;
     line-height: 1.25em;
     }

#menu
     {
     position: absolute;
     margin-top: 138px;
     width: 200px;
     font-variant: small-caps;
     text-align: left;
     font-size: 110%;
     font-weight: bold;
     text-decoration: none;
     }
     

#menu ul
     {
     list-style-type: none;
     margin-left: -38px;
     display: block;
     }

#menu li
     {
     height: 30px;
     width: 173px;
     color: #ddddcc;
     margin-top: -7px;
     border-top: 1px solid #cccccc;
     padding: 5px 0 0 25px;
     background: #4f6b9f;
     letter-spacing: 0.25em;
     }

#menu li a:link, #menu li a:visited
     {
     text-decoration: none;
     color: #ddddcc;
     }

#menu li a:hover
     {
     text-decoration: underline;
     color: #993333;
     }

#footer
     {
     background: #993333 bottom center;
     clear: both;
     margin: 0 auto;
     width: 99%;
     text-align: right;
     color: #ddddcc;
     border: 3px ridge #ede8dd;
     }

#footerimg
     {
     background: transparent url(images/footerpaws.gif) center top no-repeat;
     margin-top: -35px;
     height: 40px;
     padding: 50px 1% 5px 1%;
     }

#footer a:link, #footer a:visited
     {
     color: #ddddcc;
     text-decoration: underline;
     }

#footer a:hover
     {
     text-decoration: none;
     }

#footer p
     {
     margin: 0;
     line-height: 1em;
     font-size: small;
     text-align: right;
     }

#formbox
     {
     margin: 5% auto;
     min-height: 265px;
     width: 45%;
     padding-left: 50px;
     }

.ick
     {
     text-align: left;
     margin: 5em 0;
     font-size: 125%;
     }

.photonote
     {
     background: transparent url(images/camera.gif) no-repeat;
     margin-left: 10px;
     padding-left: 30px;
     font-size: 85%;
     }

.photoframe, .photoframe p
     {
     margin: 25px auto;
     text-align: center;
     }

.photocaption
     {
     margin: -10px 0 3em 0;
     text-align: center;
     font-size: 85%;
     font-style: italic;
     color: #330000;
     }

.specialleft
     {
     position: absolute;
     margin-top: 314px;
     width: 179px;
     color: #000033;
     font-weight: bold;
     border: 10px solid #993333;
     padding: 9px 0;
     text-align: center;
     }

.specialleft a:link, .specialleft a:visited
     {
     color: #993333;
     font-weight: bold;
     }

.special
     {
     margin: auto;
     width: 55%;
     color: #000033;
     font-weight: bold;
     border: 10px solid #993333;
     padding: 10px;
     text-align: center;
     font-size: 120%;
     }
/*
.special a:link, .special a:visited
     {
     color: #993333;
     font-weight: bold;
     }
*/
.textonly
     {
     display: none;
     }

.fineprint
     {
     color: #000033;
     font: x-small Geneva, Arial, sans-serif;
     }

.viewlog /* used in viewlog.php */
     {
     margin: 1em;
     font: x-small Geneva, Arial, sans-serif;
     text-align: inherit;
     }

