
body
{
	color: #832C2C;
	font-family: arial;
	background-color: #d3dab9;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url('img/bg_body_top.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

a
{
	color: #832C2C;
}

img
{
	border: 0px;
}

div#bg_body_bottom
{
	height: 100px;
	background-image: url('img/bg_body_bottom.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#container
{
	width: 850px;
	padding-top: 0px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fafdf4;
	background-image: url('img/bg_body.gif');
	background-repeat: repeat-x;
}

/************************************/
/*	TOP								*/
/************************************/

div#top
{
	background-image: url('img/bg_top.gif');
	background-repeat: no-repeat;
	height: 32px;
	padding-top: 4px;
	overflow: hidden;
}

div#top ul.menu
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
	float: right;
}

div#top ul.left
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 300px;
	float: left;
}

div#top ul.menu li
{
	display: inline;
	list-style-type: none;
}

div#top ul.menu li a.first
{
	background-image: url('img/li_top_menu_first.gif');
}

div#top ul.menu li a
{
	display: block;
	float: left;
	color: #fafb9a;
	padding-left: 12px;
	padding-right: 3px;
	text-decoration: none;
	background-image: url('img/li_top_menu.gif');
	background-repeat: no-repeat;
}

div#top ul.menu li a:hover
{
	text-decoration: underline;
}

div#top ul.menu li a.active
{
	font-weight: bold;
}

/************************************/
/*	RIGHT							*/
/************************************/

div#right
{
	width: 250px;
	float: right;
	background-color: #FAFDF4;
	padding-right: 5px;
}

div#right ul.menu
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 50px;
}

div#right ul.menu li
{
	list-style-type: none;
	background-repeat: repeat-y;
	text-align: right;
	width: 150px;
	margin: 0px;
}

div#right ul.menu li a
{
	display: block;
	float: right;
	width: 120px;
	height: 25px;
	margin-top: 3px;
	padding-top: 5px;
	padding-right: 15px;
	margin-right: 15px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: "microsoft sans serif", arial;
	text-decoration: none;
	background-repeat: repeat-y;
}

div#right ul.menu li a:hover
{
	margin-right: 20px!important;
}

div#right ul.menu li a.active
{
	margin-right: 25px;
}

div#right ul.menu li.regulament a
{
	background-image: url('img/li_right_cine_suntem.gif');

}

div#right ul.menu li.recomandari a
{
	background-image: url('img/li_right_recomandari.gif');
}

div#right ul.menu li.stiri a
{
	background-image: url('img/li_right_stiri.gif');
}

/************************************/
/*	CONTENT							*/
/************************************/

div#content
{
	padding: 25px;
}

div#content h1
{
	margin-bottom: 40px;
}

div#content img#logo
{
	float: right;
}

div#content p.last
{
	margin-bottom: 50px;
}

/************************************/
/*	FOOTER							*/
/************************************/

div#footer
{
	height: 35px;
	background-image: url('img/bg_footer.gif');
	background-repeat: repeat-x;
	padding-top: 15px;
	text-align: center;
}

div#footer *
{
	color: #660000;
}

div#footer p#copyright a:hover
{
	color: #cc6666;
}

