* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #AAE0FE url(media/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
	margin-top: 20px;
	margin-bottom: 10px;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: bold;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.3em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
width: 904px;
margin: 0 auto;
border: 10px solid #ffffff;
}

/* Header */

#header {
	height: 258px;
	width: 904px;
}

#logoAbout {
width: 904px;
height: 209px;
background: url(media/logoAbout.png) repeat-x;

}

#logoHome {
width: 904px;
height: 209px;
background: url(media/logoHome.png) repeat-x;
}

#logoArii {
width: 904px;
height: 209px;
background: url(media/logoArii.png) repeat-x;
}

#menu {
height: 49px;
padding-left: 15px;
background: url(media/menu.gif) no-repeat;
}

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

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: auto;
	height: 35px;
	margin: 0 0 0 30px;
	padding: 14px 0 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(media/menu_r.gif) repeat-x;
}

/* Page */

#page {
	width: 904px;
	background: #ffffff;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 904px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post {
	margin-bottom: 15px;
	background: #AAE0FE;
	padding: 0px;
	color: #0A416B;
}

.post a {
	color: #1D74A6;
}

.post a:hover {
	color: #FFFFFF;
}
a.important {
	font-weight: bold;
	color:red;
}
.italics {
	display:inline;
	font-style:italic;
}
.anunt {
	padding: 10px 20px 0 20px;
	color: #0A416B;
	background: #AAE0FE;
	height : auto;
	min-height: 200px;
}
/* pentru IE6 */
* html .anunt {
	height: 200px;
}
.anunt p.headline {
	text-align: center;
	font-weight: bold;
}
.anunt p.when {
	text-align:right;
	padding-bottom:10px;
}
/* Footer */

#footer {
	clear: both;
	padding-top: 0px;
	height: 30px;
	background: url(media/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}

