/* CSS Document */
body {
margin: 0px;
background-image: url(img/bg.jpg);
background-position: center;
background-repeat: repeat-y;
text-align: center;
font-family: trebuchet MS, Tw Cen MT;
}
a:link, a:visited {
color: #444;
}
img {
border: 0px;
}
input, select, textarea {
font-family: trebuchet MS;
width: 100%;
font-size: 12px;
}
#title {
font-size: 20px;
}
#banner {
position: relative;
margin-left: auto;
margin-right: auto;
width: 1000px;
height: 202px;
background-image: url(img/banner.jpg);
background-repeat: no-repeat;
background-position: center;
}
#nav {
position: relative;
margin-left: auto;
margin-right: auto;
width: 800px;	
padding-top: 6px;
padding-bottom: 6px;
background-position: center;
}
#nav img {
border: 1px solid lightblue;
margin-bottom: -4px;
}
#nav a:link, #nav a:visited,  {
position: relative;
font-size: 14px;
padding: 4px;
color: #444;
text-decoration: none;
background-position: center;
}
#nav img:hover {
border: 1px solid #fff;
color: #fff;
}

#container {
position: relative;
margin-left: auto;
margin-right: auto;
width: 800px;
height: auto;
}
#content {
position: absolute;
width: 450px;
height: auto;
right: 30px;
top: 10px;
text-align: justify;
font-size: 14px;
}
#sidebar {
position: absolute;
left: 30px;
top: 10px;
width: 234px;
height: auto;
padding: 10px;
}

#eltit {
border: 1px solid #147d0b;
font-size: 14pt;
padding: 0px;
margin-top: 10px;
color: #323f53;
}
#el {
border: 1px solid #147d0b;
margin-top: -1px;
margin-left: 15px;
margin-right: 15px;
padding: 10px;
font-size: 12px;
text-align: left;
-moz-border-radius-bottomleft: 15;
-moz-border-radius-bottomright: 15;
}

#el a:link, #el a:visited {
display: block;
text-decoration: none;
color: #444;
padding: 3px;
border: 1px solid #147d0b;
margin-top: 3px;
font-size: 12px;
}
#el a:hover {
border: 1px solid #fff;
}

#article {
border: 1px solid #fff;
padding: 10px;
margin-bottom: 10px;
-moz-border-radius: 20px;
background-image: url(img/article.jpg);
background-position: left;
background-repeat: repeat-y;
}
blockquote {
border: 1px solid #9b69a4;
border-left: 4px solid #9b69a4;
border-right: 2px solid #9b69a4;
padding: 10px;
font-size: 12px;
-moz-border-radius: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(img/article.jpg);
background-repeat: repeat-y;
background-position: right;
}

#stats {
width: 100%;
}

#stats td{
padding: 4px;
font-size: 10pt;
font-family: tahoma;
border: 1px solid green;
margin: 4px;
}