#main
{
	margin: 0px 0 0px 0;
	background-image: url('../images/first_page_bg.jpg');
	background-repeat: no-repeat;
}

#content
{
	margin: -10px 0px 0 0px;
	float: right;
	width: 230px;
	text-align: justify;
}

#menu
{
	/*margin-top: 22px;*/
	margin-top: 32px;
	width: 190px;
}

#flag_lv
{
	position: absolute;
	margin: -7px 0 0 22px;
}

#flag_uk
{
	position: absolute;
	margin: -7px 0 0 58px;
}

#actual_event_box
{
	position: absolute;
	margin: 275px 0 0 395px;
	width: 220px;
	height: 165px;
	cursor: pointer;
}

#actual_events_title
{
	width: auto;
	height: 35px;
	background-position: center;
}

#actual_events
{
	margin: 0px 0 0 5px;
/*	border: 1px solid red;*/
	width: 210px;
	height: 100px;
}

#actual_events .event
{
	margin-bottom: 10px;
	font-size: 10px;
}
