/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

a,
a:link,
a:visited,
a:active
{
text-decoration: none;
color: #aa6633;
}

a:hover
{
text-decoration: underline;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
   font-size: 10px;
    background: #000;
   color: #cc9966;
}

#header
{
    background-image: url('http://www.sanctuaryphoto.com/SiteGraphics/Bonnie_Header.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 120px;
    background-color: #000;
}

#banner
{
    padding-left: 120px;
    padding-top: 15px;
}

#navigation
{
    width: 200px;
    color: #cc9966;
    font-size: 10px;
    float: left;
    padding: 5px;
    margin-left: 10px;
    border: inset #993300 2px;
    background: #000;
    height: 700px;
}

#main
{
    background-image: url('http://www.sanctuaryphoto.com/SiteGraphics/leather_background.jpg');
    padding-bottom: 20px;
    width: 100%
}

#transition
{
    background-image: url('http://www.sanctuaryphoto.com/SiteGraphics/leather_gradient.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    height: 40px;
}

#main-text
{
    background: #ffd;
    color: #000;
    font-size: 14px;
    margin-left: 250px;
    margin-right: 20px;
    padding: 10px;
    border: double #993300 3px;
    height: 100%;
}

#menu-element
{
    height: 45px;
}

table.elegant {
	border-width: 3px;
	border-style: double;
	border-color: black;
	border-collapse: collapse;
}
table.elegant th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
}
table.elegant td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
}

table.simple {
	border-width: 3px;
	border-style: double;
	border-color: black;
        border-spacing: 3px;
}
table.simple th {
	padding: 2px;
	border-style: none;
}
table.simple td {
	padding: 2px;
	border-style: none;
        font-size: 12px;
}

.entryheader
{
font-family: Georgia, Palatino, "Times New Roman", Times, Serif;
font-size: 20px;
margin-bottom: 5px;
border-bottom: solid 1px #993300;
}

.entryfooter
{
margin-top: 5px;
margin-bottom: 10px;
border-top: dotted 1px #993300;
border-bottom: dotted 1px #993300;
font-size: 10px;
}

.gallerynav
{
margin-left: 10px;
margin-right: 10px;
}