body {
	background: #CACACA url(images/background.png) repeat-x;
	font-family: Verdana, sans-serif;
    padding: 0.8em 2.0em;
}

#header {
    margin: 0em 0em 0.8em 0em;
}
#menu {
    margin: 0em 0em 0em 0.4em;
    float: left;
}
#content {
    margin: 0em 0.4em 0em 11.6em;
}
#slide {
    margin: 0em 0.4em 0em 0.4em;
}
#footer {
    clear: both;
    margin: 0.8em 0em 0em 0em;
}
#header,
#footer {
    border-width: 1px;
    border-style: solid;
    border-color: #404040;
}

/* teste */
#header {
    border-width: 0 0 0 0;
}
#footer {
    border-width: 1px 0 0 0;
}

h1, h2, h4, h5, h6 {
    padding: 0.4em 0.8em;
    margin: 0em;
    color: #404040;
    background-color: #e0e0e0;
    font-weight: bold;
}

/* teste */
h1 {
    color: white;
    background-color: #ffffff;
    /*background-color: #b0b0b0;*/
    font-size: 150%;
}

h2 {
    font-size: 100%;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #404040;
}
h3 {
    font-size: 90%;
    color: #404040;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #404040;
    margin: 0em 0em 0.4em 0em;
}
h4 {
    color: white;
    background-color: #616161;
    font-size: 70%;
    font-weight: normal;
    text-align: center;
}

.menu {
    margin: 0em 0em 0.8em 0em;
    border-width: 1px;
    border-style: solid;
    border-color: #404040;
}
.menu-head,
a.menu-item {
    display: block;

    font-size: 80%;
    width: 12em;

    padding: 2px 5px 2px 5px;
}
.menu-head {
    color: #404040;
    background-color: #e0e0e0;
    font-weight: bold;
}
a.menu-item {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e0e0e0;

    color: black;
    background-color: white;
    font-weight: normal;
    text-decoration: none;
}
a.menu-item:hover {
    color: black;
    background-color: #f0f0f0;
    text-decoration: none;
}
a.menu-item:link,
a.menu-item:visited {
    color: black;
}

.content {
    color: black;
    background-color: white;
    margin: 0em 0em 0.8em 0em;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #404040;
    padding: 0.4em 0.8em;
}

p, li, td {
	color: black;
	font-size: 80%;
}

p, ul, ol, li {
    margin: 0em 0em 0.6em 0em;
}

img {
	border: none;
}

a:link { color: #404040; }
a:visited { color: #808080; }
/*a:hover,
a:active  { background-color: #f0f0f0; }*/

a.footer:link,
a.footer:visited {
    color: white;
    background-color: #616161;
    text-decoration: none;
}
a.footer:hover,
a.footer:active {
    color: white;
    background-color: #616161;
    text-decoration: underline;
}

.cite {
    margin: 0.8em 0em 0em 0em;
    border-width: 1px 0px 0px 0px;
    border-style: dashed;
    border-color: #e0e0e0;
    padding: 0.6em 3em 0 3em;
	font-size: 70%;
	font-style: italic;
    text-align: center;
}

.date {
    margin: 0em 0em 1.2em 0em;
	font-size: 70%;
    text-align: right;
}

em {
	font-style: normal;
    font-weight: bold;
}

pre {
    border-width: 1px;
    border-style: dashed;
    border-color: #b0b0b0;
    padding: 0.6em;
}

a.album-tit:link,
a.album-tit:visited {
    text-decoration: none;
}
a.album-tit:hover,
a.album-tit:active {
    text-decoration: none;
}

.album-list {
    text-align: center;
}

.album-thumb {
    margin: 4px;
    border-width: 8px;
    border-style: solid;
    border-color: #f7f3f3;
}

div.album-nav {
    clear: both;
    margin: 0.6em 0em 0em 0em;
    border-width: 1px 0px 0px 0px;
    border-style: dashed;
    border-color: #e0e0e0;
    padding: 0.6em 0 0 0;
}
p.album-nav-l { width: 15%; text-align: left; float: left; }
p.album-nav-r { width: 15%; text-align: right; float: right; }
p.album-nav-c { text-align: center; }

table.album-nav {
    margin: 0.6em 0em 0em 0em;
    border-width: 1px 0px 0px 0px;
    border-style: dashed;
    border-color: #e0e0e0;
    padding: 0.6em 0 0 0;
    width: 100%;
}
td.album-nav-l { width: 15%; text-align: left; }
td.album-nav-c { width: 70%; text-align: center; }
td.album-nav-r { width: 15%; text-align: right; }
img.album-nav-sel {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

table.album-slide { border-collapse: collapse; margin-left: auto; margin-right: auto; }
td.album-slide-tl { background-image: url("images/t_l_corner.png"); padding: 45px 0px 0px 45px; }
td.album-slide-t  { background-image: url("images/top.png"); padding: 44px 0px 0px 0px; }
td.album-slide-tr { background-image: url("images/t_r_corner.png"); }
td.album-slide-l  { background-image: url("images/left.png"); }
td.album-slide-c  { background: white; padding: 1px; }
td.album-slide-r  { background-image: url("images/right.png"); }
td.album-slide-bl { background-image: url("images/b_l_corner.png"); }
td.album-slide-b  { background-image: url("images/bottom.png"); padding: 0px 0px 44px 0px; }
td.album-slide-br { background-image: url("images/b_r_corner.png"); padding: 0px 45px 45px 0px; }
p.album-slide     { text-align: center; margin: 0; }
div.album-slide   { margin: 1em 15% 1em 15%; }
div.album-slide-mini { 
    clear: both;
margin: 1em 15% 1em 15%; }
img.album-slide-mini {
float:left;
margin: 0 1em 1em 0; 
border: #f3f3f3 solid 15px;
}

td.album-slide0-tl { background-image: url("images/t_l_corner.jpg"); padding: 51px 0px 0px 51px; }
td.album-slide0-t  { background-image: url("images/top.jpg"); }
td.album-slide0-tr { background-image: url("images/t_r_corner.jpg"); }
td.album-slide0-l  { background-image: url("images/left.jpg"); }
td.album-slide0-r  { background-image: url("images/right.jpg"); }
td.album-slide0-bl { background-image: url("images/b_l_corner.jpg"); }
td.album-slide0-b  { background-image: url("images/bottom.jpg"); }
td.album-slide0-br { background-image: url("images/b_r_corner.jpg"); padding: 0px 51px 51px 0px; }

.album-tag-n { font-weight: bold; }
.album-tag-v { }
.album-tag-s { color: silver; font-weight: bold; margin-left: 0.6em; margin-right: 0.6em; }
