body, html 
{
	margin:0;
	padding:0;
	height:100%;
	border:none;
}

.p {font-family:Georgia, "Times New Roman", Times, serif}

body
{
	/*background: url('../img/design/bg_content.gif') left top repeat;
	height:100%;*/
	/*background-color:#f0e6ef; d297ff*/
	/*background-color:#E1B9FF;*/
	background-color:#eedbfc;
}

#wrapper {
	min-height:100%;
	width:1000px;
	position:relative;
	margin:0 auto;
}

* html #wrapper {
	height:100%;
}

#content {
	float:left;
	width:710px;
	margin-right:5px;
	margin-left:5px;
	margin-top:255px;
	padding-top:23px;
	font-size:11px;
	font-family:Georgia;
	padding-bottom:60px;
	background: url('../img/design/content_bg.gif') top center no-repeat;
}

/* ------------------------------ */
/* ----------- HEADER ----------- */
/* ------------------------------ */

#header {
	width:1000px;
	height:120px;
	margin-bottom:4px;
}

#header-left {
	width:200px;
	height:120px;
	float:left;
	background: #999;
}

#header-center {
	width:592px;
	height:120px;
	float:left;
	margin-left:4px;
	margin-right:4px;
	background: #999;
}

#header-right {
	width:200px;
	height:120px;
	float:left;
	background: #999;
}

/* ------------------------------ */
/* -----------  TITLE ----------- */
/* ------------------------------ */

#title {
	width:635px;
	height:200px;
	top:125px;
	left:205px;
	position:absolute;
}

#title-top {
	width:635px;
	height:200px;
	background: url('../img/design/title_top.png') no-repeat;
}

/* ------------------------------ */
/* ---  LEFT & RIGHT BANNERS ---- */
/* ------------------------------ */
#left {
	float:left;
	width:160px;
}

#right {
	float:right;
	width:120px;
}

/* ------------------------------ */
/* --------- CONT BUTToNS  ------- */
/* ------------------------------ */

#contbuttons {
	width:694px;
	height:60px;
	position:absolute;
	top:135px;
	left:173px;
}

/*
* html #contbuttons-clienti {
	background: url('');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='img/design/cont_membri.png');
}

*/

/* ------------------------------ */
/* -----------  MENU  ----------- */
/* ------------------------------ */

#menu {
	margin:0px;
	padding:0px;
	float:left;
	margin-right:10px;
	margin-left:4px;
	margin-bottom:4px;
}

#menu li{
	list-style:none;
}



/* ------------------------------ */
/* ---------  GREEN BLOCKS ------ */
/* ------------------------------ */


.lilaBlock-small {
	float:left;
	width:230px;
	height:179px;
	position:relative;
	margin-bottom:6px;
}
.lilaBlock-small #leftRoundedCorners {
	position:absolute;
	left:0px;
	top:0px;
	height:179px;
	width:4px;
	background: url('../img/design/leftLilaBoxCorners.gif') no-repeat;
}
.lilaBlock-small #rightRoundedCorners {
	position:absolute;
	right:0px;
	top:0px;
	height:179px;
	width:4px;
	background: url('../img/design/rightLilaBoxCorners.gif') no-repeat;
}
.lilaBlock-small #gb-content {
	width:222px;
	position:absolute;
	left:4px;
	top:0px;
	height:169px;
	background: url('../img/design/lilaGradientPixel.gif') repeat-x;
	padding-top:10px;
}
.lilaBlock-small .descimg {
	width:59px;
	height:77px;
	margin-left:3px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
	border:3px solid #FFFFFF;
}
.lilaBlock-small .title{
	font-size:14px;
	margin-bottom:6px;
	display:block;
}
.lilaBlock-small a {
	position:absolute;
	right:10px;
	bottom:10px;
}


.greenBlock-small {
	float:left;
	width:230px;
	height:179px;
	position:relative;
	margin-bottom:6px;
}
.greenBlock-small #leftRoundedCorners {
	position:absolute;
	left:0px;
	top:0px;
	height:179px;
	width:4px;
	background: url('../img/design/leftGreenBoxCorners.gif') no-repeat;
}
.greenBlock-small #rightRoundedCorners {
	position:absolute;
	right:0px;
	top:0px;
	height:179px;
	width:4px;
	background: url('../img/design/rightGreenBoxCorners.gif') no-repeat;
}
.greenBlock-small #gb-content {
	width:222px;
	position:absolute;
	left:4px;
	top:0px;
	height:169px;
	background: url('../img/design/greenGradientPixel.gif') repeat-x;
	padding-top:10px;
}
.greenBlock-small .descimg {
	width:59px;
	height:77px;
	margin-left:3px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
	border:3px solid #FFFFFF;
}
.greenBlock-small .title{
	font-size:14px;
	margin-bottom:6px;
	display:block;
}
.greenBlock-small a {
	position:absolute;
	right:10px;
	bottom:10px;
}

.greenBlock-small-spacer {
	width:7px;
	height:1px;
	float:left;
	display:block;
}


/*---------------------*/

.greenBlock-big {
	padding:4px;
	float:left;
	min-height:100%;
	width:339px;
	background:#A4C856 url('../img/design/greenGradientPixel.gif') repeat-x;
	font-size:10px;
	position:relative;
    margin-top:10px;
    padding-bottom:40px;
}
.greenBlock-big .title{
	font-size:14px;
	font-weight:bold;
}
.greenBlock-big .descimg {
	width:59px;
	height:77px;
	margin-top:9px;
	margin-left:9px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
	border:3px solid #FFFFFF;
}

.lilaBlock-big {
	padding:4px;
	float:left;
	height:215px;
	width:339px;
	background: url('../img/design/lilaGradientPixel.gif') repeat-x;
	font-size:10px;
	position:relative;
padding-bottom:10px;

	min-height:100%;
}
.lilaBlock-big .title{
	font-size:14px;
	font-weight:bold;
}
.lilaBlock-big .descimg {
	width:59px;
	height:77px;
	margin-top:9px;
	margin-left:9px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
	border:3px solid #FFFFFF;
}

.lrButtons {
	position:absolute;
	bottom:8px;
	width:331px;
	height:34px;
	padding-left:4px;
	padding-right:4px;
	vertical-align:bottom;
}
.lrButtons a img {
	position:absolute;
	bottom:0px;
	right:0px;
}
.lrButtons span a img {
	position:relative;
}

/* ------------------------------ */
/* -----------  MENU  ----------- */
/* ------------------------------ */
#pagination {
	display:block;
	text-align:center;
	padding:10px;
}
#pagination a {
	font-weight:bold;
}

#search_new {
	text-align:center;
	margin-top:34px;
}

.caut_nume { 
	width:363px;
	height:54px;
	background: url('../img/design/cautare_nume.gif') no-repeat;
	margin:auto;
}

#search {
	width:429px;
	height:73px;
	background: url('../img/design/home_search_bg.gif') no-repeat;
}

#search_new span {
	display:block;
	height:21px;
	text-indent:2px;
    color: white;
	padding-top:3px;
}

#search_new span a, #search_new span a:active #search_new span a:visited  {
	color:white;
	text-decoration:none;
}
#search_new span a:hover{
	color:#CCCCCC;
}
#search_new span a img {
	vertical-align:middle;
}
#search_new  input {
	width:100px;
	height:16px;
	border:0;
	background:#666;
	vertical-align:top;
	font-size:12px;
	line-height:16px;
	color:#FFF;
}
/* ------------------------------ */
/* ----------- COMMON ----------- */
/* ------------------------------ */

a img {
    border: 0;
}

/* floating  */

.clear {
	clear:both;
}

.clear-right {
	clear:right;
}

.clear-left {
	clear:left;
}

.toLeft {
	float:left;
}

.toRight {
	float:right;
}

/* banners  */

.banner-120_160 {
	width:120px;
	height:270px;
	display:block;
	margin-bottom:4px;
    background: #aaa;
/*	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; */
}
.banner-160_160 {
	width:160px;
	height:270px;
	display:block;
	margin-bottom:4px;
    background: #aaa;
/*	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; */
}
.banner-160_120 {
	width:160px;
	height:120px;
	display:block;
	margin-bottom:4px;
	background:#aaa;
/*	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; */
}

.banner-120_120 {
	width:120px;
	height:120px;
	margin-bottom:4px;

	background:#aaa;
/*	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; */
}

.banner-350_80 {
	width:350px;
	height:80px;
	margin-bottom:4px;

	background:#aaa;
/*	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; */
}

.contact-form {
	margin-top:30px;
	width:420px;
	margin-left:240px;
}

.contact-form-locatie {
	margin-top:-5px;
	width:420px;
	margin-left:240px;
}

.formblock {
	margin-bottom:2px;
	float:left;
	width:100%;
}
.formblock1 {
	clear:both;
	margin-bottom:2px;
	float:left;
}
.formblock2 {
	clear:both;
	margin-bottom:2px;
	float:left;
}
.formblock input {
	border:1px solid #B3B2B2;
	font-size:9px;
}

.formblock1 input {
	border:1px solid #B3B2B2;
	font-size:9px;
	width:90px;
}
.formblock2 input {
	border:1px solid #B3B2B2;
	font-size:9px;
}

.formblock select {
	border:1px solid #B3B2B2;
	font-size:9px; 
}

.formblock textarea {
	border:1px solid #B3B2B2;
	font-size:10px;
}
.formblock label {
	width:120px;
	float:left;
	margin-top:3px;
	text-align:right;
	padding-right:8px;
}
.formblock1 label {
	width:100px;
	float:left;
	margin-top:3px;
	text-align:right;
	padding-right:8px;
}
.formblock2 label {
	width:80px;
	float:left;
	margin-top:3px;
	text-align:right;
	padding-right:8px;
}

.required {
	color:#787878;
}
.required span {
	color:#E6A301;
}
.contact-info {
	border-top:1px dashed #8C8C8C;
	margin-top:14px;
	margin-left:12px;
	margin-right:30px;
	padding:4px;
}
#footer {
    clear: both;
	height:60px;
	text-align:center;
}

.footerBanners {
/*padding-top:60px;*/
}

.homeSpacer {
	padding-left:20px;
	padding-right:10px;
	width:429px;
	float:left;
	padding-bottom:10px;
}

.homeSpacer_hom {
	padding-left:20px;
	padding-right:10px;
	width:429px;
	float:left;
	padding-bottom:2px;
}
.spacer {
	width:8px;
	height:10px;
    margin-bottom:10px;
    display:block;
}

.hSpacer {
	height:10px;
	display:block;
	clear:left;
	position:relative;
}
.citylink {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.reviewimg {
	width:59px;
	height:77px;
	margin-top:9px;
	margin-left:9px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
	border:3px solid #FFFFFF;
}



ul.checkboxMultiple {
    margin:0;
    padding:0;
    list-style-type:none;
    display: block;
}

ul.checkboxMultiple li {
    display:block;
    margin: 0 8px 0 0;
} 

.bigsearchform { 
float: right;
position: absolute;

}

.xxxxx {
   float: none;
   clear: both;
   font-size:14px;
}

.xxxxx label {
display: block;
float: none;
}

/*input[type=radio] { vertical-align: middle; margin: 0; *margin-top: -2px; }
label { vertical-align: middle; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
 input[type=radio] { margin-top: -2px; }
}
*/

.advsearch {
float: left;
}

/* round big squares */

.greenBlock-rounded {
	font-size:10px;
	padding:4px;
	float:left;
	height:205px;
	width:339px;
	position:relative;
	margin-bottom:6px;
}
.greenBlock-rounded #leftRoundedCorners {
	position:absolute;
	left:0px;
	top:0px;
	height:215px;
	width:4px;
	background: url('../img/design/leftGreenBoxCorners.gif') no-repeat;
}
.greenBlock-rounded #rightRoundedCorners {
	position:absolute;
	right:0px;
	top:0px;
	height:215px;
	width:4px;
	background: url('../img/design/rightGreenBoxCorners.gif') no-repeat;
}
.greenBlock-rounded #gb-content {
    width:339px;
	position:absolute;
	left:4px;
	top:0px;
	height:169px;
	background: url('../img/design/greenGradientPixel.gif') repeat-x;
	padding-top:10px;
}

.greenBlock-rounded .title{
	font-size:14px;
	margin-bottom:1px;
	display:block;
}
.greenBlock-rounded a {
	position:absolute;
	right:10px;
	bottom:1px;
}

.greenBlock-rounded .descimg {
	width:59px;
	height:77px;
	margin-top:5px;
	margin-left:5px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
	border:3px solid #FFFFFF;
}

.lrButtons2 {
	position:absolute;
	bottom:10px;
	width:331px;
	height:34px;
	padding-left:4px;
	padding-right:4px;
}



.lilaBlock-rounded {
	font-size:10px;
	padding:4px;
	float:left;
	height:205px;
	width:339px;
	position:relative;
	margin-bottom:6px;
}
.lilaBlock-rounded #leftRoundedCorners {
	position:absolute;
	left:0px;
	top:0px;
	height:215px;
	width:4px;
	background: url('../img/design/leftLilaBoxCorners.gif') no-repeat;
}
.lilaBlock-rounded #rightRoundedCorners {
	position:absolute;
	right:0px;
	top:0px;
	height:215px;
	width:4px;
	background: url('../img/design/rightLilaBoxCorners.gif') no-repeat;
}
.lilaBlock-rounded #gb-content {
    width:339px;
	position:absolute;
	left:4px;
	top:0px;
	height:169px;
	background: url('../img/design/lilaGradientPixel.gif') repeat-x;
	padding-top:10px;
}

.lilaBlock-rounded .title{
	font-size:14px;
	margin-bottom:1px;
	display:block;
}
.lilaBlock-rounded a {
	position:absolute;
	right:10px;
	bottom:1px;
}

.lilaBlock-rounded .descimg {
	width:59px;
	height:77px;
	margin-top:5px;
	margin-left:5px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
	border:3px solid #FFFFFF;
}

#somecontent {
    position: relative;
	float: right;
	text-align:justify;
    width : 468px;
    margin-right: 6px;
	top:0px;
}

.some_con {
	font-size:14px;
}

#somecontent_locatie {
    position: absolute;
	top:630px;
	left:160px;
	float: left;
	text-align:justify;
    width : 225px;
    margin-left: 35px;
}

#somecontent2 {
    position: relative;
	float: right;
	text-align:center;
    width : 468px;
    margin-right: 6px;
	line-height:20px;
}

#somecontent3 {
    position: relative;
	float: right;
	text-align:justify;
    width : 390px;
    margin-right: 6px;
}

#somecontent3 p{
	text-align:center;
}

#somecontent A{
	color:#000;
	text-decoration: underline;
	font-weight:bold;
	font-size:14px;
}
#somecontent A:link{ color:#000;	text-decoration: underline;}
#somecontent A:active{	color: #000; text-decoration:none;}
#somecontent A:hover{	color: #000; text-decoration:none;}

#somecontent2 h3{
    width: 86%;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}

#followcontent {
    margin-right: 1px;
    margin-left: 30px;
    text-align: justify;
}

#followcontent2 {
    margin-right: 1px;
    margin-left: 30px;
    text-align:center;
}


#followcontent2 p {
/*  text-indent: 3em; */
    text-align:center;
    font-size: 14px;
}

#somecontent2 p {
/*  text-indent: 3em; */
    text-align:center;
    font-size: 14px;
}

p {
/*  text-indent: 3em; */
    text-align:justify;
    font-size: 14px;
}

#somecontent ul{
    list-style-type: square;

    font-size: 14px;
    width: 82%;
}

#somecontent h3{
    width: 86%;
}

.ptext {
    font-size: 11px;
}

.contactinfo {
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.boldtext {
    font-weight: bolder;
}

.colortext {
    color: #000000;
}

.box-margin-a {
	border:1px solid black;
}

.box-margin-b {
	border:2px solid black;
}


.chenar1 {
	border: 2px solid black;
}

.chenar2 {
	border: 4px solid black;
}

.bigboxwidth {
    width: 280px;
}

.bigboxwidth1 {
    width: 278px;
}

.bigboxwidth2 {
    width: 276px;
}

/* table layout */

.pink-box-small {
    height:100%;
    width:230px;
    background: #eedbfc;
    border:1px solid black;
}

.pink-box-small .content {
padding: 0;
padding-top:5px;

}	

.pink-box-small .content .imag  {
	float:left;
	margin-right:4px;
}
.pink-box-small .content .imag .tribal_left {
	height:91px;
	width:15px;
	/*background: url('../img/pink_left_tribal.jpg') no-repeat;*/
}	

.pink-box-small .content .imag .tribal_right {
	height:12px;
	width:61px;
	/*background: url('../img/pink_right_tribal.jpg') no-repeat;*/
}	


.green-box-small .buttons {
    height:30px;
}
/* doar home page*/


.green-box-small {
    height:100%;
    width:230px;
    background: #A5C856 url('../img/design/r/green_bg_pixel.gif') repeat-x;
    border:1px solid black;
}

.green-box-small .content {
padding: 0;
padding-top:5px;

}	

.green-box-small .content .imag  {
	float:left;
	margin-right:4px;
}
.green-box-small .content .imag .tribal_left {
	height:91px;
	width:15px;
	background: url('../img/green_left_tribal.jpg') no-repeat;
}	

.green-box-small .content .imag .tribal_right {
	height:12px;
	width:61px;
	background: url('../img/green_right_tribal.jpg') no-repeat;
}	


.green-box-small .buttons {
    height:30px;
}

.lila-box-small {
    height:100%;
    width:230px;
    background: #C689C3 url('../img/design/r/lila_bg_pixel.gif') repeat-x;
    border:1px solid black;
}

.lila-box-small .content {
    padding: 0;
    padding-top:5px;
}		

.lila-box-small .buttons {
height:30px;
}

.lila-box-small .content .imag  {
	float:left;
	margin-right:4px;
}
.lila-box-small .content .imag .tribal_left {
	height:91px;
	width:15px;
	background: url('../img/lila_left_tribal.jpg') no-repeat;
}	

.lila-box-small .content .imag .tribal_right {
	height:12px;
	width:61px;
	background: url('../img/lila_right_tribal.jpg') no-repeat;
}

.green-box-big {
	height:100%;
	background: #A5C856 url('../img/design/r/green_bg_pixel.gif') repeat-x;
}

.green-box-big .content {
    padding:3px;
    padding-top:8px;
    padding-bottom:8px;
    font-size: 11px;
}	

.green-box-big .buttons {
}

.green-box-big .content .imag  {
	float:left;
	margin-right:4px;
}

.green-box-big .content .imag .tribal_left {
	height:91px;
	width:15px;
	background: url('../img/green_left_tribal.jpg') no-repeat;
}	

.green-box-big .content .imag .tribal_right {
	height:12px;
	width:61px;
	background: url('../img/green_right_tribal.jpg') no-repeat;
}	

.lila-box-big {
    height:100%;
    background: #C689C3 url('../img/design/r/lila_bg_pixel.gif') repeat-x;
}

.lila-box-big .content {
    padding:3px;
    padding-top:8px;
    padding-bottom:8px;
    font-size: 11px;
}

.lila-box-big .buttons {
}

.lila-box-big .content .imag  {
	float:left;
	margin-right:4px;
}
.lila-box-big .content .imag .tribal_left {
	height:91px;
	width:15px;
	background: url('../img/lila_left_tribal.jpg');
}	

.lila-box-big .content .imag .tribal_right {
	height:12px;
	width:61px;
	background: url('../img/lila_right_tribal.jpg');
}


.green-box-huge {
    height:100%;
    width:479px;
    background: #A5C856 url('../img/design/r/green_bg_pixel.gif') repeat-x;
}

.green-box-huge .content {
    padding:3px;
    padding-top:8px;
    padding-bottom:8px;
    font-size: 11px;
}	
.green-box-huge .buttons {
    height:30px;
}

.green-box-huge .content .imag  {
	float:left;
	margin-right:4px;
}
.green-box-huge .content .imag .tribal_left {
	height:91px;
	width:15px;
	background: url('../img/green_left_tribal.jpg');
}	

.green-box-huge .content .imag .tribal_right {
	height:12px;
	width:61px;
	background: url('../img/green_right_tribal.jpg');
}


b.title {
    display: block;
    font-size: 14px;
    line-height: 13px;
}

h4.title {
    padding: 4px;
    margin: 4px;
}
 



.dimg {
	border:1px solid #000000;
}

.dimgarticle {
	border:3px solid #FFFFFF;
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
}

p.homepageintro {
    font-size: 14px;
    margin: 3px;
    padding: 3px;
}

p.homepageintro2 {
    font-size: 14px;
    margin: 0 3px 1px 3px;
    padding: 0 3px 1px 3px;
}

p.homepageintro1 {
    font-size: 11px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
	margin-top:0px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;	
	text-align:center
};


/*p.homepagearticletitle {
    padding: 0 0 5px 0px;
    margin:  0 0 5px 0;
	text-align:left;
	height:80px;
	font-weight:bold;
}*/
/*.homepagearticletitle {
	font-size:12px;
	font-weight:bold;
	margin-left:8px;
}*/
/*b.artitle {
    padding: 1px;
    margin: 1px;
    font-size: 11px;
    text-align: left;	
	height:77px;
}
*/
/*.homepagearticle {
    font-size: 12px;
    padding: 1px;
    margin: 1px;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-bottom:  1px;
}*/

h4.welcome {
    padding: 1px;
    margin: 1px;
}

.bolder {
    font-weight: bolder;
}

.content { 
    font-size: 11px;
}

.cityxxx {
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.firstp {
    margin-top: 1px;
    line-height: 24px;
}

#reviews-body {
	background-image:url('../img/design/recenzii_background.jpg');
	background-repeat:no-repeat;
}

#party-body {
	background-image:url('../img/design/party_background.jpg');
	background-repeat:no-repeat;
}

#conference-body {
	background-image:url('../img/design/conference_background.jpg');
	background-repeat:no-repeat;
}

#articole-body {
	background-image:url('../img/design/articole_background.jpg');
	background-repeat:no-repeat;
}


#restaurant_page-body {
	background-image:url('../img/design/star_member_background.jpg');
	background-repeat:no-repeat;

	margin:0 auto;
	height:602px;
	width:899px;
	text-align:left;
	font-family:georgia;
	font-size:10px;
	padding-left:50px;
	padding-right:50px;
}

#restaurant_page-description {

	margin:0 auto;
	height:295px;
	width:899px;
	text-align:left;
	overflow:auto;
}

.restaurant_page_menu{float:left; padding-right:3px; padding-top:3px;}

.pageaddress{ padding-top:-5px; margin-top:-10px; text-align:right}

#article_page-description {

	margin:0 auto;
	height:444px;
	width:899px;
	text-align:left;
	overflow:auto;
}


#star-member-body {
	background-image:url('../img/design/star_member_background.jpg');
	background-repeat:no-repeat;
}

#star-member-body, #articole-body, #party-body, #conference-body, #reviews-body {
	margin:0 auto;
	height:602px;
	width:899px;
	text-align:left;
	font-family:georgia;
	font-size: 12px;
	padding-left:50px;
	padding-right:50px;
	overflow:auto;
}

.white-background {
	background:white;
}

#center-container {
   width:100%;
   height:100%;
   text-align:center;
   vertical-align:middle;
}

.articole-titlu {
    width: 94%; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.articole-titlu-alt {
    width: 94%; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
	padding-top:10px;
}

.articole-titlu-alt-link {
    width: 94%; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.article-link{text-align:center; height:84px;}

.articole-titlu-img{
	clear:both;
    width: 97%; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: left;
	padding-top: 10px;
	height:86px;
}

h1.pageHeading { font-family:Arial, Helvetica, sans-serif; font-size: 22px; font-weight:bold; color:#000; padding-top:10px; padding-bottom:4px; margin:0px;}

.articole-spacer {
    padding-top:30px;
}
	
p {
	padding-right:40px;
}

#exchange {
    clear: both;
    border: 0 solid red;
    width: 992px;
    height: 180px;
	overflow:auto;
    padding: 4px;
    text-align: center;
    margin-left: auto; 
    margin-right: auto; 
}

.viewpage {
    margin: 0; 
    padding: 0;
    text-align: center; 
    color: black;
    font-size: 1em;
}

.viewpage a{
    text-decoration: none;
    color: #00008B;
    font-weight: normal;
}

.restaurant_page-images {
    padding-top: 10px;
}

#restaurant_page-description p {
    padding: 5px;
    margin: 5px;
}

#restaurant_page-description pre {
    padding: 5px;
    margin: 5px;
    font-size: 1.5em;
}


.party_page-images {
    padding-top: 10px;
}

#party_page-description p {
    padding: 5px;
    margin: 5px;
}

#party_page-description pre {
    padding: 5px;
    margin: 5px;
    font-size: 1.5em;
}
#party_page-body {
	background-image:url('../img/design/party_background.jpg');
	background-repeat:no-repeat;

	margin:0 auto;
	height:602px;
	width:899px;
	text-align:left;
	font-family:georgia;
	font-size:10px;
	padding-left:50px;
	padding-right:50px;
}

#party_page-description {

	margin:0 auto;
	height:295px;
	width:899px;
	text-align:left;
	overflow:auto;
}

.conference_page-images {
    padding-top: 10px;
}

#conference_page-description p {
    padding: 5px;
    margin: 5px;
}

#conference_page-description pre {
    padding: 5px;
    margin: 5px;
    font-size: 1.5em;
}
#conference_page-body {
	background-image:url('../img/design/conference_background.jpg');
	background-repeat:no-repeat;

	margin:0 auto;
	height:602px;
	width:899px;
	text-align:left;
	font-family:georgia;
	font-size:10px;
	padding-left:50px;
	padding-right:50px;
}

#conference_page-description {

	margin:0 auto;
	height:295px;
	width:899px;
	text-align:left;
	overflow:auto;
}

.error_message {
    font-size: 1.3em;
    color: fuchsia;
    font-weight: bold;
}


.formblock_locatie {
	margin-bottom:2px;
    margin-top: 5px;
}
.formblock_locatie input {
	border:1px solid #B3B2B2;
	font-size:9px;
}

.formblock_locatie select {
	border:1px solid #B3B2B2;
	font-size:9px; 
}

.formblock_locatie textarea {
	border:1px solid #B3B2B2;
	font-size:10px;
}
.formblock_locatie label {
	width:180px;
	float:left;
	margin-top:3px;
	text-align:right;
	padding-right:8px;
}

ul{margin:0; padding-bottom:35px; padding-top:0;}

.banner-120_120_blank {
	background-image:url('../img/design/banner-120_120_blank.jpg');
	background-repeat:no-repeat;
	height:120px;
	padding:3px;
	font-size:10px;
	color:#C22529;
	font-family:Georgia;
}

.banner-120_120_blank A{
	color:#039;
	text-decoration:none;
}
.banner-120_120_blank A:link{ color:#039;	text-decoration:none;}
.banner-120_120_blank A:active{	color: #039; text-decoration:none;}
.banner-120_120_blank A:hover{	color: #039; text-decoration: underline;}
