@charset "utf-8";
/* CSS Document */
*{
padding:0;
margin:0;
text-decoration:none;
border:0;
}

body {
background:#888582;
font-family:'Calibri',Verdana,Tahoma,serif;
color:#83FE71
}

#container {
width:100%;
height:100%;
min-width:500px;
}

#header h1 {
position: relative;
width: 439px;
height: 278px;
}

#header h1 span{
position: absolute;
width: 100%;
height: 100%;
background: url(./images/logo.jpg) no-repeat;
}

#second_container{
background:#4F4D4C url(./images/second_cont_bg.png) top left no-repeat;
width:100%;
height:345px;
margin-top:20px;
}

#nav li {
text-decoration:none;
display:inline;
}

#nav a{
color:#83FE71;
}

#nav a:visited,#nav a:hover {
color:#1D850F;
font-weight:bolder;
}

#nav {
margin-left:10px;
min-width:700px;
}

#sub_container {
border:solid 10px #888582;
margin:10px;
padding:10px;
height:270px;
width:100%;
min-width:500px;
}

#sub_container_foto{
float:left;
height:270px;
min-width:360px;
}

#sub_container_text{
float:left;
width:250px;
min-width:250px;
text-align:justify;
margin-left:15px;
height:250px;
overflow:auto;
}

#sub_container_text p{
margin:10px;
}

#footer {
color:#4F4D4C;
width:200px;
text-align:center;
font-size:0.7em;
margin:20px auto;
min-width:800px;
}

#push {
float:left;
min-width:500px;
height:270px;
}



