body {
margin: 0;
padding: 0;
text-align: center;
line-height: 1.3em;
font: 80%  serif, "Trebuchet MS", tahoma, verdana, arial, sans-serif;
background: #fff url(img/bgd.gif) repeat-y;
background-position: 50% 0;
color: #666;
}

#container {
position: relative;
width: 624px;
margin-right: auto;
margin-left: auto;
margin-top: 0;
text-align: left;
}

a:link, a:visited {
text-decoration: none;
color: #663300;
background: inherit;
}

a:hover {
text-decoration: none;
color: #cc6600;
background: inherit;
}

#banner {
width: 600px;
height: 150px;
margin: 0 0 0 12px;
padding: 0 0 0 0;
background: url(img/artesao3.jpg);
}

#title h1 {
margin: 0 10px 10px 12px;
padding-top: 5px;
font-size: 1.3em;
color: #295300;
background: inherit;
}

.container {
width: 600px;
padding-top: 10px;
margin-left: 12px;
}

#top-nav {
margin: 0;
padding: 0 0 20px 20px;
border-bottom: 1px solid #bbb;
}

#top-nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#top-nav a:link, #top-nav a:visited {
float: left;
padding: 0 10px 20px 10px;
text-decoration: none;
color: #666;
background:inherit;
}

#top-nav a:link.active, #top-nav a:visited.active, #top-nav a:hover {
background:inherit;
color: #487500;
background: url(img/top_menu.gif) no-repeat bottom center;
}

#content {
float: left;
width: 450px;
margin-top: 0;
padding: 1px;
border-right: 1px solid #ddd;
}

#content p {
padding-left: 10px;
padding-right: 10px;
}

#content h1 {
margin: 10px 30px 0 20px;
padding: 3px;
font-variant: small-caps;
font-size: 1.4em;
color: #666;
background: inherit;
}

#content h2 {
margin: 0px;
padding: 3px;
font-variant: small-caps;
font-size: 1.2em;
color: #663300;
background: inherit;
}

#side-menu {
width: 150px;
margin: 0 0 0 456px;
padding-left: 3px;
}

#side-menu h1 {
margin: 0 0 0 0;
font-variant: small-caps;
font-size: 1em;
color: #c86000;
background: inherit;
}

#side-nav {
width: 95%;
margin: 5px 0 5px 10px;
padding: 0;
list-style-type: none;
color: #333;
background:inherit;
}

#side-nav a {
background-color:inherit;
display: block;
width: 95%;
text-align: left;
text-decoration: none;
background:url(img/side_menu.gif) no-repeat;
background-position:right;
color: #c86000;
}

#side-nav a#current, #side-nav a:hover {
text-decoration: none;
background-color: #fff;
color: #000;
}

.sideheader {
color: #666;
background: inherit;
text-align: center;

font-size: 1.4em;
font-variant: small-caps;
margin-top: 10px;
padding-top: 3px;
padding-bottom: 3px;
}

#more-links {
padding-bottom: 5px;
padding-top: 20px;
text-align: left;
}

.news {
color: #666;
background:inherit;
}

#footer {
clear:both;
width: 600px;
padding: 3px;
margin: 20px 0 0 10px;
border-top: 1px solid #ddd;
font-size: .9em;
text-align: left;
color: #333;
background: inherit;
}

#footer a:link, #footer a:visited {
color: #c86000;
background:inherit;
}

#footer a:hover {
border-bottom: 1px dashed #333;
color: #333;
background:inherit;
}

.myborder { 
border: 1px solid #eeae0e;
padding:5px;
}

a img {
border: none; 
}

div.scroll {
overflow: auto;
height: 5em;
width: 130px;
border: solid 1px #999;
padding: 1ex;
background: #fff;
color: #866709;
margin: 0 0 0 0;
}

form {
	margin-left:20px;
	width: 310px;
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	width:300px;
	padding:4px;
	border:none;
	font:90% Verdana;
	color:#777;
	background-color: #FFFFFF;
	border-bottom: 1px solid #eee;
	
}

textarea {
	width:300px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	color:#777;
	background-color: #FFFFFF;
}


#dhtmlgoodies_slideshow{
	width:410px;	/* Total width of slideshow */
	padding:20px;

}

#previewPane{
	border:1px solid #CCCCCC;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:10px;

	position:relative;
	
	/* CSS HACK */
	height: 292px;	/* IE 5.x */
	height/* */:/**/280px;	/* Other browsers */
	height: /**/280px;
			
}
#previewPane img{
	line-height:400px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}
#galleryContainer{
	
	height:102px;	/* Height of the images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
			
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
}
#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:150px;
	top:125px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#theImages .imageCaption{
	display:none;
}
