body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/body.jpg) repeat-x;
 font-size: 0.8em;
	color: #000;
}

.div-scroll{
 border: 1px #000 solid;
 width: 650px;
 height: 130px;
 overflow: auto;
 text-align: left;
}

.ul-scroll{
 border: 0px #000 solid;
 width: 500px;
 margin: 0;
 padding-left: 20px;
 list-style: inside;
}

.li-scroll{
 border: 0px #000 solid;
}

.input{
 font-weight: normal;
	font-size: 1em;
}

.textarea{
 font-weight: normal;
	font-size: 1.1em;
 overflow: auto;
}

#input-button{
 background-image: url(images/input.gif);
}

.avertizare{
 width: 700px;
 border: 0px #000 solid;
 color: #FF0000;
 text-decoration: none;
 font-size: 1.8em;
}

span{
 border: 0px #000 solid;
	margin: 0;
	padding: 0;
 text-align: left;
	text-transform: uppercase;
 font-weight: bold;
	font-size: 1em;
	color: #9099c2;
}

.ul{
 border: 0px #00f solid;
 width: 600px;
}

.li{
 border: 0px #00f solid;
 padding-bottom: 10px;
 font-size: 1.1em;
}
.u {
 text-decoration: none;
 color: #CC0033;
}

h1, h2, h3 {
 text-align: left;
	margin: 0;
	padding: 0;
}

h2 {
 border: 0px #000 solid;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #9099c2;
 padding-bottom: 15px;
}

h3 {
	font-size: 1.2em;
}

h4 {
 text-align: center;
	font-size: 1.2em;
}

p, ul, ol {
	line-height: 20px;
	text-align: justify;
}

a {
	color: #0000CC;
 font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
 border: 0px #fff solid;
	width: 717px;
	height: 119px;
	margin: 0 auto;
	background: url(images/head.jpg);
}

#header h1 {
 border: 0px #fff solid;
	float: left;
	padding: 0px 0 0 10px;
	font-size: 2em;
	text-transform: lowercase;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menu */

#menu {
 border: 0px #fff solid;
	width: 800px;
	height: 22px;
	margin: 0 auto;
}

#menu ul {
 margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a, #menu a:hover, #menu .first a {
 border: 0px #fff solid;
	display: block;
	float: left;
	padding: 10px 20px 0 20px; /* modifici */
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
 font-weight: bold;
 font-size: 1em;
}

#menu a{
	text-decoration: none;
 color: #D8D8D8;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .first a {
 text-decoration: underline;
 color: #FFFFFF;
}

/* Content */

#content {
 border-bottom: 1px #000 solid;
	width: 900px;
	margin: 15px auto 5px auto;
	padding: 10px;
}

/* Posts */
.post{
 border: 0px #000 solid;
 width: 690px;
 text-align: left;
 padding-bottom: 5px;
 padding-left: 5px;
}

#posts {
	float: left;
	width: 480px;
}

/* Links */
#links {
	float: right;
	width: 180px;
	padding-left: 10px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 3px 0;
 border: 0px #00f solid;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li em {
	font-style: normal;
	font-size: 1.1em;
}

/* Footer */

#footer {
 border: 0px #000 solid;
 background-color: transparent;
	padding-right: 200px;
	text-align: right;
	color: #999999;
 font-size: 0.7em;
}