body{
background:#FFFFFF;
margin:9px;
font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
color:#666666;
}

a { color:#555; text-decoration:underline; }
a:hover { color:darkRed; text-decoration:underline; }
/*a:active { color:#999999; text-decoration:none; }
a:active:hover { color:#6C8EFF; text-decoration:underline; }
a:visited { color:#999999; text-decoration:none; }
a:visited:hover { color:#6C8EFF; text-decoration:underline; }
*/

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

#header
{
/*	background: url(/images/logo128.gif) left center no-repeat; */
	height: 128px;
	text-align: left;
	line-height: 128px;
	padding-bottom: 1em;
	border-bottom: 1px solid #aaa;
}

#sidebar{
float:left;
text-align:left;
width:150px;
padding-bottom:1em;
}

#main
{
	margin-left: 160px;
}

#login label 
{
	float:left;
}
#login input
{
	float: right;
	border: 1px solid #aaa;
}
#login input[type=text], input[type=password] { width: 100px; }
#login input[type=submit] { width: 102px; }


#content1{
width:270px;
padding:20px;
float:left;
text-align:justify;
}

#content3{
	width:620px; 
	padding:20px;
	float:left;
	text-align:justify;
}

#content_panele{
	padding:20px;
	margin-bottom:10px;	
	float:right;
	text-align:justify;
	width:2px;
}

.content2{
padding:20px;
text-align:justify;
}

.entry{
margin-left: 20px;
}


.wide 
{
  padding: 1em;
  text-align: justify;
}

h1{
	text-align:right;
	/* color:#6C8EFF; */
	color: darkRed;
	font-size:12pt;
	font-weight:bold;
}

h2{
   text-align:right;
   /* color:#6C8EFF; */
   color: darkRed;
   font-size:12pt;
   font-weight:bold;
}

h3{
text-align:right;
/* color:#6C8EFF; */
color: darkRed;
font-size:10pt;
font-weight:bold;
}

#title{
height:160px;
/*margin-top:30px; */
border-bottom:#CCCCCC 1px solid;
text-align:right;
font-size:10pt;
letter-spacing:-1px;
color:#CCCCCC;
}

#footer{
text-align:center;
font-size:10px;
height:30px;
margin-top:10px;
border-top:#aaa 1px solid;
text-transform:lowercase;
clear: both;
}

 #navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background:#F3F3F3;
width: 13em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top:#CCCCCC 1px solid;
text-align: right;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
background: #F3F3F3;
text-decoration: none;
}

#navlist li a { color: #999999; }

#navlist li a:hover
{
border-color: #FE3;
color: darkRed;
background: #FFFFFF;
}


