* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(media/bg_big.jpg) top left repeat;
	font: normal 12px/17px Verdana, Arial, sans-serif;
}
/* Blocuri */
#wraper {
	margin: 0 auto;
	width: 956px;
	background: url(media/wrap_bg.jpg) top left repeat-y;
}
#header {
	width: 956px;
	height: 264px;
	background: url(media/header.jpg) top left no-repeat;
}
#sideBar {
	width: 250px;
	float: left;
}
#mainContent {
	width: 641px;
	margin-left: 280px; 
}
#footer {
	width: 956px;
	height: 50px;
	clear: both;
	background: url(media/footer_bg.jpg) top left no-repeat;
	font: normal 12px/40px "Trebuchet MS", sans-serif;
	text-align: center;
}
/* Meniurile de navigare */

.meniu {
	width: 224px;
	background: url(media/sidebar_bg.jpg) top left repeat-y;
	font-size: 15px;
	margin-left: 20px;
	margin-bottom: 25px;
}

ul.meniu li {
	list-style-type: none;
	text-indent: 25px;
}
ul.meniu li:hover {
	list-style-image: url(media/bullet.jpg); /* numai pt. gecko si opera */
}
li.headline {
	font-weight: bold;
	line-height: 29px;
	height: 29px;
	color: #fff;
	background: url(media/headline_bg.jpg) top left repeat-x;
}
li.end {
	background: url(media/sidebar_down.jpg) bottom left no-repeat;
}
/* Link-uri din meniu */
.meniu li a:link {
	text-decoration: none; 
	color: #af6e1e;
}
.meniu li a:visited {
	color: #000;
	text-decoration: none;
}
.meniu li a:hover {
	color: #000;
	text-decoration: underline;
}
.meniu li a:active {
	color: #000;
}

/* mainContent - background-uri si impodobiri */
#mainContent {
	background: url(media/content_bg.jpg) top left repeat-y;
	margin-bottom: 20px;
}
#mainContent ul, #mainContent p, #mainContent h1, #mainContent h2, #mainContent img, #mainContent table {
	margin-left: 20px;
	margin-right: 10px;
}
#mainContent h3 {
	padding-left: 30px;
}
.titlu {
	font: bold 15px/29px Verdana, Arial, sans-serif;
	color: #fff;
	background: url(media/headline_bg.jpg) top left repeat-x;
	margin-left: 0;
}
.sfarsit {
	width: 641px;
	clear: both;
	background: url(media/content_down.jpg) bottom left no-repeat;
}
/* pozitionari imagini */
img.dreapta {
	float: right;
	display: inline;
	margin: 5px 12px;
}
img.stanga {
	float: left;
	display: inline;
	margin: 5px 12px;
}

/* Typography */
#mainContent h1 {
	font: normal 30px/40px "Trebuchet MS", Times, serif;
	color: #af6e1e;
	padding: 15px 7px 15px 0;
}
#mainContent h2 {
	font: bold 24px/30px "Trebuchet MS", Times, serif;
	color: #af6e1e;
	padding: 15px 7px 15px 0;
}
#mainContent p {
	padding: 10px 7px 10px 0;
	text-indent: 10px;
}
#mainContent ul {
	list-style-type: circle;
	margin-left: 30px;
}
#mainContent blockquote {
	font-size: 90%;
	background-color: #b2d6fb;
	margin: 10px 20px 10px 20px;
	padding-left: 35px;
}
#mainContent a img {
	border: 0;
}
/* main Content links */
#mainContent a:link {
	color: #af6e1e;
}
#mainContent a:visited {
	color: #2b699a;
}
#mainContent a:hover {
	text-decoration: none;
	color: #af6e1e;
}