*
{
	margin:0;
	padding:0;
}

body
{
	font-size: 10pt;
	letter-spacing: 1px;
	background: url(../images/bg.gif) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	word-spacing: 5px;
	letter-spacing: -1px;
	color: #515151;
	background-color: Black;
}

#container
{
    background: url(../images/background.jpg);
    margin: 0px auto 0 auto;
    width:855px;
    border-width: 1px;
	border-style: solid;
	border-color: black;
}

#title
{
    font-family: Helvetica, Arial, sans-serif;
    font-size:20pt;
    font-weight:bold;
    color: #DEB887;
    text-align:left; 
    margin:0,5em auto;
}

p
{
    font-family: Helvetica, Arial, sans-serif;
    font-size:12pt;
    font-weight:normal;
    color: #DEB887;
    text-align:left; 
    margin:1em auto;
}

#navdiv
{
    text-align: right;
    height:40px;
}

#navdiv ul
{
	list-style-type: none;
	list-style-image: none;
	margin:0 auto 0 auto;
}

#navdiv ul li
{
	float: right;
	margin-right:10px;
	list-style-type: none;
	list-style-image: none;
}

#navdiv ul li a
{
	padding:30px 0 0 0;
	background: #d0d0d0;
	display: block;
	padding-top:10px;
	width: 100px;
	height:50px;
	text-align: center;
	color:#515151;
	text-decoration: none;
}

#navdiv ul li a:hover
{
	background: #f7f7f7;
}

#navdiv ul li a.selected
{
	padding:30px 0 0 0;
	background: #f7f7f7;
	display: block;
	padding-top:10px;
	width: 100px;
	height:50px;
	text-align: center;
	color:#515151;
	text-decoration: none;
}

#content
{
	background-color: #f7f7f7;
	padding: 20px 0 20px 20px;
	height: 700px;
    margin-bottom:100px;
}

#english-content
{
	padding: 20px 0 20px 20px;
	height: 900px;
    margin-bottom:100px;
}

#pag
{
	background-color: #d0d0d0;
	text-align: center;
	height: 15px;
	border-width: 1px;
	border-style: dotted;
	border-color: Black;
	width: 350px;
	margin: auto auto;
}

h1,h2,h3,h4{
padding:25px 0 5px 0 ;}

h1{font-size:8em;padding-left:40px;}
h2{font-size:2em;}
h3{font-size:1.5em;}

#picturelist {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#picturelist li {
	list-style: none;
	float: left;
	margin: 40px;
	font-weight: normal;
	color: #777777;
	border: thin dotted;
}

#picturelist img{
display:block;
border:2px solid gray;
}

#picturelist img:hover{
border:2px solid #515151;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}






