@charset "utf-8";

body {
margin: 10px 0px 0px 0px;
background-color:#D6D6D6;
background-image:url(../images/bgeinados.gif);
background-position:top;
background-repeat:no-repeat;
background-attachment:fixed;
}

ul{
list-style-type: none;
padding: 0px;
margin: 2px;
}

li {
list-style-image:url(../images/listred.gif);
list-style-position:inside;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#4D4D4D;
line-height:16px;
}

li a{
color:#4D4D4D;
text-decoration:none;
}

li a:hover{
color:#6E3A3A;
text-decoration:underline;
}

/*---div ids begin here---*/

#wrapper {
width:800px;
margin-left:auto;
margin-right:auto;
}

#sidebar {
background-color:white;
border-style:solid;
border-width:thin;
border-color:#4D4D4D;
padding:20px 20px 20px 20px;
margin:0px 0px 0px 0px;
width:149px;
filter:alpha(opacity=90);/* opacity for IE users */
opacity:0.9;/* opacity for firefox and chrome */
float:left;
}

#content {
background-color:white;
border-style:solid;
border-width:thin;
border-color:#4D4D4D;
padding:20px 20px 20px 20px;
margin:0px 0px 10px 0px;
width:558px;
float:right;
filter:alpha(opacity=90);/* opacity for IE users */
opacity:0.9;/* opacity for firefox and chrome */
}

#logo {
width:149px;
height:30px;
margin-bottom:10px;
border-bottom-style:solid;
border-bottom-color:#4D4D4D;
border-bottom-width:thick;
}

#head {
width:558px;
height:30px;
margin-bottom:10px;
border-bottom-style:solid;
border-bottom-color:#4D4D4D;
border-bottom-width:thick;
}
#nav{
width:149px;
margin-bottom:10px;
border-bottom-style:solid;
border-bottom-color:#4D4D4D;
border-bottom-width:thick;
padding-bottom:10px;
}
#links{
width:149px;
margin-bottom:10px;
}

#footer{
width:800px;
clear:both;
}

/*---end div ids---*/
/*---begin classes (I like to seperate them)---*/
.top{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#6E3A3A;
font-size:21px;
margin:0px 0px 0px 0px;
}
.type{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:10px;
line-height:14px;
margin:0px 0px 12px 0px;
}
.title{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#6E3A3A;
font-size:14px;
margin:0px 0px 12px 0px;
}

.foot{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:10px;
line-height:14px;
margin:0px 0px 0px 0px;
text-align:center;
}

.dan{
margin-left:10px;
margin-bottom:0px;
float:right;
}
