html, body {
	height:100%;
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

body {
	margin:0px;
	background:url(../images/bgr-site.jpg) top left;}
	
.clear {
	clear:both; height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;}
	
#wrapper {
	margin:0px auto;
	background-color:#589554;
	width:770px;
	min-height:100%;
	height:auto !important;
  	height:100%;

	border:10px solid #FFFFFF;
	border-top:none;
	border-bottom:none;

	}
	
#header {
	}
	
#content {
	}
	
#footer {
	background:url(../images/bgr-footr.jpg) top left no-repeat;
	padding-top:15px;
	margin-top:15px;
	}

a { color:#ffed74;
	text-decoration:none;
	}
a:hover { color:#ffd462;
	text-decoration:underline;}
	
h1 { margin:30px 30px 15px;
	color:#ffed74;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	}

h2 { font-size:22px;
	color:#fff9ce;
	font-weight:normal;
	margin:15px 30px 10px;
	}
	
h3 { font-size:16px;
	margin:5px 30px 10px;
	}
	
h4 {
	}

p { margin:10px 30px;
	}
.box { width:375px;
float:left;}

.poza  {
 padding:1px;
 background-color:#a0410d;
 border:1px solid #ffffd3;
 }
 
.flLeft {
 	float:left;
	margin:0px 5px 0px 0px;
	display:inline;
 }
 
.flRight {
 	float:right;
	margin:0px 0px 0px 5px;
	display:inline;
 }
 
.algnCenter {
	text-align:center;
}


.domenii {margin:0px 30px; width:710px;}
.domenii a {
	display:block;
	color:#ffed74;
	text-decoration:none;
	padding:3px 1px;
}

.domenii a:hover {
	text-decoration:none;
	color:#990000;
	background-color:#ffed74;
}