
/*  UNIVERSAL STYLES */


body
{
	background-image: url(http://www.epidavros.org/_gr/_universal/bkg_tile.jpg);
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

div.main_holder
{
	background-image: url(http://www.epidavros.org/_gr/_universal/bkg_stairs.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
/*	margin-left: auto; 
	margin-right: auto; */
}

img.layout_image
{
	display: block;
}

a.normal_link
{
	text-decoration: none;
	font-weight: normal;
	color: #5D1108;	
}
a.normal_link:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #5D1108;	
}

p
{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

/*  HOME PAGE STYLES  */



div.home_feature_1
{
	position: absolute;
	top: 36px;
	left: 410px;
	width: 121px;
	height: 108px;
}

div.home_feature_2
{
	position: absolute;
	top: 380px;
	left: 410px;
	width: 121px;
	height: 108px;
}

div.home_feature_3
{
	position: absolute;
	top: 492px;
	left: 410px;
	width: 121px;
	height: 108px;
}

div.home_news_area
{
	position: absolute;
	top: 375px;
	left: 534px;
	width: 232px;
}

td.home_news_content
{
	width: 232px;
	height: 205px;
	background-color: #3F2E27;
}

p.home_news_story
{
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: #BECC93;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 20px;
}
span.home_news_film_title
{
	font-weight: bold;
	/*color: #ABD039;*/
}
span.home_news_date
{
	color: #8B8987;
}
a.home_news_link
{
	color: #ABD039;
	text-decoration: none;
	font-weight: bold;
}
a.home_news_link:hover
{
	color: #ABD039;
	text-decoration: underline;
	font-weight: bold;
}
span.home_news_title
{
	font-size: 11px;
	font-weight: bold;
}

