@charset "utf-8";
/* CSS Document */

body {
background-image:url(bg.png);
background-repeat:repeat-x;
font-family:"Georgia", Arial ,sans-serif;
font-size:10.5px;
color:#6a5c4a;
}

.wrapper {
width:900px;
margin:0 auto;
}

#headers {
background-color:#e7f8fe;
padding-top:4px;
padding-bottom:4px;
width:800px;
height:200px;
margin:0 auto;
}


#Theaders {
background-color:#e7f8fe;
padding-top:4px;
padding-bottom:4px;
width:800px;
height:160px;
margin:0 auto;
}

#Fheaders {
background-color:#e7f8fe;
padding-top:4px;
padding-bottom:4px;
width:800px;
height:100px;
margin:0 auto;
}

.titles {
float:left;
padding-left:4px;
padding-top:6px;
font-size:28px;
color:#9ac7eb;
}

.view {
float:right;
padding-right:30px;
padding-bottom:8px;
font-size:14px;
}

.text {
text-align:justify;
width:650px;
float:left;
padding-top:20px;
padding-left:50px;
}

.img {
padding-top:2px;
padding-left:150px;
} 

.sites {
margin:0 auto;
padding-top:4px;
text-align:center;
}

.footer {
padding:3em;
text-align:center;
}

#nav-list {
margin:0 auto;
font-size:16px;
font-family:"Georgia", Arial, sans-serif;
text-align:center;
width:700px;
padding-right:8px;

}

#nav-list li {
display:inline;
list-style:none;
padding-left:1em;
}

#nav-list a{
display:inline;
list-style:none;
}

#nav-list a:hover {
color:#80add2;
text-decoration:none;
}

li {
list-style:none;
}

a:link {
	color: #6a5c4a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6a5c4a;
}
a:hover {
	text-decoration:none;
	color: #2b221d;
}
a:active {
	text-decoration: none;
	color: #6a5c4a;
}