body{
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	color: #f0cb89;
	font-size: 12px;
	background: url(../images/bg.gif) repeat-x top center #330c10;
}

a{
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: #f0cb89;
}

p{
	line-height: 20px;
}

a.rosu{
	font-weight: bold;
	font-style: italic;
	color: #bb1e22;
}
p.content{
	font-size: 12px;
	font-weight: normal;
	padding: 5px 250px 0px 0px;
	margin: 0px;
	line-height: 20px;
}

h1{
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0px ;
	padding: 0px;
}

#mainContainer{
	width: 100%;
	margin: 0px auto;
	background: url(../images/header.gif) no-repeat top center;
	padding-top: 50px;
}

#logo{
	width: 330px;
	height: 142px;
	margin: 0px auto;
}

#content{
	width: 100%;
    margin: 0px auto;
    padding: 0px !important;
}

#fragment3{
   background: url(../images/pozeRest2.gif) no-repeat top right;
	}
	
#footer{
	width: 100%;
	height: 80px;
	background: url(../images/footer.gif) repeat-x top center;
	color: #330c10;
text-align: center;
}

.cleaner{
	clear: both;
}


table.gallery td{
background:#f0cb89;
}