@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/backgr.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:979px;
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(../images/top_menu.jpg); 
	height:80px;
	padding: 0 5px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColFixCtrHdr #header h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#e3ad73;
	padding:0px;
	padding-left:5px;
	margin:0px;
	border:0px;
	float:left;
	text-decoration:none;
}
.oneColFixCtrHdr #header h2 a{color:#e3ad73;text-decoration:none;}
.oneColFixCtrHdr #header h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#9c6224;
	padding:20px 5px 0 5px;
	margin:0px;
	border:0px;
	text-decoration:none;
}
.oneColFixCtrHdr #header h3 a{color:#9c6224;text-decoration:none;}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
	height:827px;
	
}

.oneColFixCtrHdr #mainContent #pizza1{
	z-index:2;
	position:relative;
	top:7px;
	left:-20px;
	float:left;
}
.oneColFixCtrHdr #mainContent #oldmenu{
	margin:0px;
	float:right;
	padding:0px;
	margin-top:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	margin-right:20px;
}
.oneColFixCtrHdr #mainContent #oldmenu a {
	color:#2c1001;
}
.oneColFixCtrHdr #mainContent #logo{
	z-index:3;
	position:relative;
	top:-212px;
	left:-9px;
	float:right;
}
.oneColFixCtrHdr #mainContent #logo a img{
	border:0px;
	margin:0px;
}
.oneColFixCtrHdr #mainContent #stanga{
	z-index:2;
	background:url(../images/stanga_menu.jpg);
	position:relative;
	float:left;
	top:-14px;
	left:-5px;
	width:319px;
	height:516px;
}
.oneColFixCtrHdr #mainContent #stanga p{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#210c01;
	margin:0px;
	padding:5px;
}
.oneColFixCtrHdr #mainContent #topdr{
	position:relative;
	margin:0px;
	padding:0px;
	background:#e7daa3;
	height:256px;
	width:468px;
	float:right;
	margin-top:-200px;
	margin-right:40px;
}
.oneColFixCtrHdr #mainContent #dreapta{
	margin:0px;
	padding:0px;
	position:relative;
	float:right;
	top:0px;
	left:-40px;
	width:458px;
	z-index:9;
}
.oneColFixCtrHdr #mainContent #dreapta #lines{
	background:url(../images/line_small.jpg);
	width:458px;height:31px;
}
.oneColFixCtrHdr #mainContent #dreapta #lines2{
	background:url(../images/line_small.jpg);
	width:458px;height:31px;
}
.oneColFixCtrHdr #mainContent #dreapta #centerflash{
/*	background:#00C;*/
	width:458px;
	height:193px;
	background:url(../images/centerflash.jpg);
}
.oneColFixCtrHdr #mainContent #dreapta p{
	margin-top:50px;
	padding:0px;
	color:#2c1001;
	width:458px;
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:url(../images/footer_back.jpg);*/
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	text-align:right;
	color:#e7daa3;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding: 10px 20px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}