html
    {
	font-family:    arial, sans-serif;
	font-size:      12px;
	
	color:          white;
	background:     black;
	
	font-size:      12px;
	line-height:    16px;
	
	overflow-y: scroll;
    }

p
    {
    margin: 8px 0px;
    }
a
    {
    color:      #f97020;
    text-decoration:    none;
    }
a:hover
    {
    text-decoration:    underline;
    }

#main
    {
	margin:		10px auto;
	border:		1px solid #e10915;
	padding:    8px;
	width:		750px;
    background: #002950;
    }
#credit
    {
	margin:		10px auto;
	border:		1px solid black;
	padding:    8px;
	width:		750px;
	text-align: center;
    color:      #666;
    }
#credit a
    {
    color:      #668;
    }

#mast
    {
    }

#content
    {
	border:		2px solid #f97020;
	background: black;
    }

#arte_indigena
    {
    position:   relative;
    left:       340px;
    }

#lang
    {
    text-align: center;
    }
#lang ul
    {
    position:   relative;
    top:        -6px;
    }

#lang li
    {
    display:    inline;
    margin:     0px 6px;
    }


col#cl
    {
    width:      16px;
    background: url('/static/images/l_pattern.gif');
    }
col#cc
    {
    width:  714px;
    }
#contentcell
    {
    padding:    12px;
    }
col#cr
    {
    width:      16px;
    background: url('/static/images/r_pattern.gif');
    }






#nav
    {
    color:  white;
    text-align: center;
    border-bottom: 1px solid #f97020;
    }
#nav ul
    {
    position:   relative;
    top:        -6px;
    }
#nav ul.level0
    {
    top:        -11px;
    }
#nav a
    {
    color:  #f97020;
    }
#nav ul.level0 a
    {
    color:  black;
    }
#nav ul.level0 a:hover
    {
    color:  white;
    }
#nav a:hover
    {
    color:  white;
    text-decoration:    none;
    }
#nav li
    {
    margin:     0px 2px;
    }
#nav ul.level0
    {
    /*ie6*/    margin-top: 11px;
    }
#nav ul.level0 li
    {
    margin:     0px 6px;
    border-top: 2px solid #e10915;
    border-bottom: 2px solid #e10915;
    background: #f97020;
    }
#nav li img
    {
    /*ie6*/    margin-top: -11px;
    position:   relative;
    top:        7px;
    width:      14px;
    height:      23px;
    }
#nav li img.left
    {
    left:       -6px;
    }
#nav li img.right
    {
    left:       6px;
    }
#nav li
    {
    position: relative;
    display: inline;
    }








.columns p,
.columns li
    {
    margin:     16px 0px;
    text-align:  justify;
    }
.columns li
    {
    margin-left:    20px;
    list-style:    square;
    }

.text
    {
    float:  left;
    width:  430px;
    }
.images
    {
    float:  left;
    width:  250px;
    
    margin-left:   10px;
    }
.images p
    {
    text-align: center;
    }
.clear
    {
    clear: both;
    height: 0px;
    font-size:  0px;
    line-height: 0px;
    background: red;
    }

h3, h4
    {
    margin:     5px 0px;
    font-weight:    bold;
	color:		#f97020;
    }
h3
    {
    font-size:  20px;
    line-height:    24px;
    }
h4
    {
    font-size:  16px;
    line-height:    20px;
    }

