html {
    overflow: auto;
}
body {
    overflow: auto;
    margin: 0 0;
    padding: 0;
    font-family: Georgia, Verdana, Arial, "Times New Roman", Times, serif, SimSun;
    font-size:8px;
    color: #000000;
    background-color: #FFFFFF;
}
#description {
    position: absolute;
    width:161px;
    z-index: 1;
    height:400px;
    margin-left:25px ;
    padding-top:61px;
}
#siteContent {
    position: relative;
    width: 100% - 225px;
    border-left: 200px solid #ffffff;
    background-color: #ffffff;
    z-index: 0;
    height:600px;
    padding-top:20px;
}
#home_title {
	margin-top: 72px;
	margin-bottom: 12px;
}
#home_links {
	font-size: 40px;
	margin-top: 10px;
	margin-left: -2px;
}
#home_links a {
	color: #999999;
}
#home_links a:hover {
    color:#656565;
}
#header {
    margin-left:auto;
    margin-right:auto;
}
#headerline {
    height: 2px;
    background-color: #ff9900;
    overflow:hidden;
    margin-bottom:2px;
    clear: both;
}
#headermenu {
    margin-left:auto;
    margin-right:auto;
    height: 16px;
}
#header_menu_left {
    float:left;
    height: 20px;
}
#menu_site {
	font-size: 14px;
}
#menu_site_inativo {
    font-size: 14px;
    float: right;
}
#menu_left {
    font-size:13px;
	float:left;
}
#header_menu_right {
    float:right;
    padding-right: 29px;
    font-size:13px;
    margin-top: 1px;
}
#menuitem {
    float:left;
    color:#999999;
    height: 17px;
}
#menuitem a {
    color:#999999;
}
#menuitem a:hover {
	color:#656565;
}
#menuitem_sel {
    color:#000000;
    float:left;
    height: 17px;
}
#menuitem_sel a {
    color:#000000;
}
#menu_pipe {
	margin-left: 9px ;
	margin-right: 9px ;
    float:left;
    color: #999999;
}
#contentpage {
    clear:both;
    height:530px;
    overflow-x:hidden;
    overflow-y:hidden;
    padding-top:40px;
}
#contentpage[id] {
    height:490px;
}
#photos {
    height:400px;
    overflow:hidden;
    width: 100%;
}
#photo {
}
#photoDescriptionContainer {
    font-size:10px;
    width:120px;
    position:relative;
    height:400px;
    margin-left:5px;
    margin-right:30px;
}
#photoDescription {
    position:absolute;
    bottom:0;
}
#scroll {
    margin-top: 30px;
    height: 11px;
}
#scrollLeft {
    width: 15px;
    height: 15px;
    float: left;
}
#scrollBar {
    float: left;
    height: 11px;
    width: 100%;
    text-align: left;
    background-image: url(../imgs/scroll_bg.gif);
}
#scrollBarImpl {
    position:relative;
    height: 11px;
    width:50px;
    font-size: 2px;
    background-image: url(../imgs/scroll.gif);
}

#scrollRight {
    float: left;
    width: 15px;
    height: 15px;
}
#footer {
    margin-left:auto;
    margin-right:auto;
    width: 100% - 225px;
    position: absolute;
	bottom: 18px;
}
#footer[id] {
	width:100%;
}
#idioma {
	margin-left: 200px;
}
#copyright {
    font-size:10px;
}
#info {
    height: 400px;
    font-size: 13px;
    line-height: 1.7em;
    margin-top: -18px;
    /*background-color: fuchsia;*/
}
#info[id] {
    margin-top: 0px;
}
#info_column_left {
    width: 350px;
    float: left;
    /*background-color: blue;*/
}
#info_column_right {
    width: 350px;
    float: left;
    margin-left: 30px;
    /*background-color: gray;*/
}
table {
    border-collapse:collapse;
    border-spacing: 0;
}
td, tr {
    padding: 0px;
}
a {
    text-decoration:none;
}
img {
    border: none;
}