body {
	margin: 0px;
    padding: 0px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#header {
	width: 100%;
	background: url("logo-ro.gif") left no-repeat ;	
	text-align: right;
	padding-top: 3em;
	padding-bottom: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-bottom: 1px solid black;
}

#header a, #header a:visited {
	text-decoration: underline;
	color: #000000;
}

#header a:hover {
	text-decoration: none;
	color: #000000;
}

#header form {
	display: inline; 
}

#header input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #eeeeee;
	border: 1px solid #000000;
	margin-bottom: 3px;
}

#search {
	padding-right: 2em;
}

#menu {
	width: 100%;
	background: #ECE6D7 url("bg-top.gif") top repeat-x;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.35em; 
	border-bottom: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
}

#menu ul, #menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a:link, #menu a:visited
{
	margin: 10px;
	text-decoration: none;
	color: #000000;
}
#menu a:link#current, #menu a:visited#current, #menu a:hover
{
	border-bottom: 1px solid #000000;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif; 
	padding: 0 5% 0 5%;
}

#content p {

}

div.quote {
	font-style: italic;
}

#content div.autor {
	margin-top: 0.5em;
	margin-right: 1em;
	text-align: right; 
	font-size: 0.9em;
	color: #666666;
}

#content img.scf {
	margin-right: 2em; margin-bottom: 2em;
}

#content a, #content a:visited {
	color: #989385;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content h2 {
	font-size: 0.9em;
	color: #989385;
}
#content h1 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	color: #000000;
}

#col1 {
	float: left;
	width: 47%; 
	margin-right: 2%;
}

#col2 {
	border-left: 1px dashed #999999;
	padding-left: 1em;
	float: left;
	width: 47%; 
}

ul.main {
	padding-left: 56px;
}

ul.main li {
	margin-left: 1em;
	list-style-type: none;
}

#col2 img {
	float: left;
}

#footer {
	clear:both;
	width: 100%; 
	background: #ECE6D7 url("bg-bottom.gif") repeat-x bottom;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#footer p {
	margin: 0px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

img.prezentare {
	margin-left: 30px; 
	border: 1px solid #666666;
}

.error {
	border: 1px solid red;
}

div.row {
	padding: 1px;
}

span.desc {
	width: 100px;
	float: left;
	text-align: right;
}

span.cont { 
	margin-left: 15px;
	width: 180px;
	text-align: left;
}