* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 85%;
}

a:link, a:visited {
	text-decoration: underline;
	color: #CC0000;}
a:hover, a:active, a:focus  {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

#header {
	width: 770px;
	height: 10px;
	margin: 0 auto;
}

.titlu {
font-family: Trebuchet MS, arial;
font-size: 44px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -2px;
line-height: 1em;
color: olive;

}
.m1 {font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color: #3B3B3B;
	 }
	 
.m2 {font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
color: #3B3B3B;
	 }
	 
.subs {
font-family: Lucida Grande, Lucida, Verdana, sans-serif;
font-size: 13px;
font-weight: bold;
}
#splash {
	width: 770px;
	height: 90px;
	background: url(images/bg.gif) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 460px;
	padding: 10px;

}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 220px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

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

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 20px;
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/img01.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar h4 {
	height: 30px;
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/img02.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#sidebar h5 {
	height: 20px;
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(images/img03.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer {
	clear: both;
	width: 770px;
	height: 20px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 10px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

