

body {
    margin: auto;
    width: 1024px;
    background-image: url('images/back-font1-03.png');
    color: 000000;
    text-align: center;
    font-size: 16pt;
    font-family: helvetica arial;
    font-weight: 300;

}

p {
    font-size: 16pt;
}

h1 {
    font-family: verdana;
    color: 000000;
    text-align: center;
    font-size: 18pt;
    line-height: normal 15px;
    text-decoration: bold;

}
h2{
    color: 000000;
    text-align: center;
    text-decoration: underline !important;
    line-height: 15px;
}
h3{
    color: #000000;
    font-size: 14pt;
    text-align: center;
   
    line-height: 20px;
}

h4 {
    font-size: 20pt;
}

h5 {
    font-size: 18pt;
}

/*  h3 a:link, a:visited {
color:#ffffff;
text-decoration:none;
}

h3 a:hover, a:active {
color:#ffffff;
text-decoration:underline;
} 

h3 a {
    color: #000000;
    font-family: verdana;
    font-size: 14px;

    
}

h3 a:hover {
    color: #C0C0C0 ;
    font-family: verdana;
    font-size: 14px;
    text-decoration: underline;    
} */


#upper {

    height: 203px;
    cellpadding: 0;
    cellspacing: 0;
    background-color: c3884e;
    border-collapse: collapse;
}
#langbar {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 1024px;
    height:25px;
    background-color: #531;
    color: #da1;
    padding: 0;
    border-collapse: collapse;
    align: right;
    
}

#user {
    
    height: 25px;
    top: 3px;
}

#pass {
      height: 25px;  
}

#submit {
    height: 25px;  
}

#login {
    height: 25px;  
}

#signup{
    height: 25px;
}

#upper {
    padding: 0px;
    border:  solid 0px;
}



nav#top-menu {
    width: 100%;
    height: 33px;
    background-color: #531;
    margin: 0;
    padding: 0;
}

#top-menu ul {
    display: block;
    list-style-type: none;
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}

#top-menu ul li {
    margin: 0;
    padding: 0px;
}
#top-menu ul li a {
    display: block;
    float: left;
    max-height: 20px;
    width: 170px;
    margin: 0px;
    padding: 5px 0;
    font-family: tahoma, sans-serif;
    font-size: 20px;
    text-align: center;
    background-color: #531;
    text-decoration: none;
    color: #da1;
    border-bottom: #531 solid 2px;
}
#top-menu ul li a:hover { border-bottom: #da1 solid 2px; }



#content-table {
    width: 1024px;
    border: solid 0px;
    cellpadding: 0px;
    cellspacing: 0px;
    background-color: #c3884e;
    border: solid 0px;
    background-color: c3884e;
    border-collapse: collapse;
}
#galvid {
    
        background-color: c3884e;
	border-collapse: collapse;
}
#content-table tr {
    height: strickt;
    padding: 0px;
    vertical-align: top;
    float: center;
}
#content-table td {
    border: solid 0px;
}
#footer {
    font-family: sans-serif;
    font-size: smaller;
    color: #ffffff; 
    width: 1024px;
    height: 150px;
    text-align: center;
    color: #da1;
    background-color: #531; /*#946308; */
    border: solid 0px;
}
#podia {

    font-family: sans-serif;
    font-size: smaller;
    color: #ffffff; 
    width: 1024px;
    height: 150px;
    background-color: #946308;
    border: solid 0px;
}
#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:50px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

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

a:hover,a:active {
	color:#000000;
	text-decoration:underline;
}

#page-footer {
	text-align:center;
	width:1024px;
	margin-top:0px;
	padding:4.5px 0 18px;
        background-color: #531;
        color: #da1;
	border-top:0px solid #dfdfdf;
}

#page-footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
