@charset "utf-8";
body  {
	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: #FFFFFF;
	font-family: Garamond;
	font-size: 100%;
	background-color: #800000;
}
.twoColElsLtHdr #header {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	clear: none;
	border: 0px none #FFFFFF;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	margin-right: 0px;
	position: absolute;
	height: 700px;
	top: 0;
	left: 15px;
	padding: 0px;
} 
.twoColElsLtHdr #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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/parakentro%20logobw.gif);
	background-repeat: no-repeat;
	width: 850px;
	background-position: 0px top;
	border-right-width: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000000;
	text-align: left;
	height: 700px;
	top: 0px;
	left: 165px;
	position: absolute;
	visibility: visible;
} 
.twoColElsLtHdr #mainContentstudio {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 850px;
	background-position: 40px 10px;
	border-right-width: 30px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/A02%20PARAKENTRO%20studios%20G.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
}
.twoColElsLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 630px;
	height: 70px;
	position: absolute;
	top: 630px;
	float: none;
	left: 13px;
} 


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #FFFFFF;
}
.costalist1 {
	float: left;
	margin-right: 0px;
	font-family: Garamond;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #AA0000;
	list-style-type: disc;
	text-transform: none;
	font-variant: normal;
	line-height: normal;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	white-space: normal;
	border: thin outset #FFFFFF;
	color: #FFFFFF;
}

ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12pt;
	cursor: default;
	width: 8em;
	font-style: italic;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px outset #FFFFFF;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	border: thin outset #FFFFFF;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
	border: thin outset #FFFFFF;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 12pt;
	font-style: italic;
	background-color: #FFFFFF;
	top: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: garamond;
	color: #FFFFFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #333333;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #990000;
	color: #FFFFFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #990000;
	color: #FFF;
}


/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FFFFFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FFFFFF;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
.twoColElsLtHdr #footerstudio {
	background:#DDDDDD;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 630px;
	height: 70px;
	position: absolute;
	top: 630px;
	float: left;
	left: 70px;
	z-index: 2;
	padding: 0px;
}
#ARROW {
	height: 49px;
	width: 120px;
	top: 603px;
	right: 466px;
	position: absolute;
}
#ARROW2 {
	height: 49px;
	width: 120px;
	top: 620px;
	right: 402px;
	position: absolute;
}
#ARROW3 {
	height: 49px;
	width: 120px;
	top: 631px;
	right: 432px;
	position: absolute;
}
.A01PARAKENTRO {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 10px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/01G%20PARAKENTRO.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#A01PARAKENTROtext {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 560px;
	left: 41px;
	top: 81px;
	height: 472px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
.A02RecordingStudio {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 10px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/02G%20PARAKENTRO%20STUDIOS.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#A02RecordingStudioText {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 364px;
	left: 207px;
	top: 74px;
	height: 178px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
.A03PerformanceStage {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 0px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/03G%20PARAKENTRO%20STAGE.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#A03PerformanceStageText {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 364px;
	left: 238px;
	top: 88px;
	height: 178px;
	font-family: Garamond;
	font-size: 17px;
	color: #000000;
}
.A04Publications {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 0px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/04G%20PARAKENTRO%20PUBLICATIONS.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#A04PUBLICTIONStext {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 474px;
	left: 36px;
	top: 64px;
	height: 343px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
.A05GUESTROOMS {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 0px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/05G%20PARAKETNRO%20GUEST%20ROOMS.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#A05GuestroomsTEXT {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 369px;
	left: 255px;
	top: 89px;
	height: 246px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
.A06MeetingRooms {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 0px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/06G%20PARAKENTRO%20MEETING%20ROOMS.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#A06MeetingRoomsText {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 427px;
	left: 109px;
	top: 86px;
	height: 147px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
.A07FimEditing {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 0px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/07G%20PARAKENTRO%20FILM%20EDITING.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#A07FimEditingTEXT {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 431px;
	left: 352px;
	top: 100px;
	height: 185px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
.A08HELLASSAT {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 0px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/08G%20PARAKENTRO%20RURAL%20WINGS.jpg);
	position: absolute;
	right: auto;
	left: 165px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#A08HELLASSATtext {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 431px;
	left: 301px;
	top: 134px;
	height: 185px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F01Cacoyannistext {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 685px;
	left: 45px;
	top: 4px;
	height: 536px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/parakentro%20logobw.gif);
	font-variant: normal;
}
.F01Cacoyannis {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 877px;
	background-position: 0px 10px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 700px;
	background-image: none;
	position: absolute;
	left: 169px;
	top: -2px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
	background-attachment: fixed;
}
.F02CacoyannisErgography {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 950px;
	background-position: 0px 10px;
	border-right-width: 30px;
	float: none;
	color: #000000;
	text-align: left;
	height: 3200px;
	background-image: none;
	position: absolute;
	right: auto;
	left: 10px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
}
#F02Ergographytext {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 684px;
	left: 208px;
	top: 6px;
	height: 2586px;
	font-family: Garamond;
	font-size: 16px;
	color: #000000;
	line-height: 0px;
	background-image: url(PARAKENTROWEBPAGE%20V%202/images/parakentro%20logobw.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#ARROW4 {
	height: 49px;
	width: 120px;
	top: 2469px;
	position: absolute;
	left: 499px;
}
#ARROW5 {
	height: 49px;
	width: 120px;
	top: 548px;
	position: absolute;
	overflow: visible;
	visibility: visible;
	float: left;
	z-index: auto;
	left: 463px;
}
.F03CacoyannisWorks {
	font-family: Garamond;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 770px;
	background-position: 0px 10px;
	border-right-width: 30px;
	float: right;
	color: #000000;
	text-align: left;
	height: 860px;
	background-image: none;
	position: absolute;
	left: 15px;
	top: 0px;
	z-index: auto;
	visibility: visible;
	padding: 0px;
	background-attachment: fixed;
	clear: none;
}
#ARROW6A4 {
	height: 49px;
	width: 120px;
	top: 801px;
	position: absolute;
	overflow: visible;
	visibility: visible;
	float: left;
	z-index: auto;
	left: 384px;
}
#F04MotherLand {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 533px;
	left: 212px;
	top: 112px;
	height: 194px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F05JohnnyLoganText {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 532px;
	left: 212px;
	top: 93px;
	height: 124px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F05NanaMouskouriText {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 238px;
	left: 224px;
	top: 606px;
	height: 181px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F06KalliopiText {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 260px;
	left: 207px;
	top: 599px;
	height: 222px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F06DalarasText {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 533px;
	left: 212px;
	top: 100px;
	height: 252px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#ARROW7A4 {
	height: 49px;
	width: 120px;
	top: 814px;
	position: absolute;
	overflow: visible;
	visibility: visible;
	float: left;
	z-index: auto;
	left: 384px;
}
#F07Alexiatext {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 185px;
	left: 561px;
	top: 113px;
	height: 337px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F07Hadjiyannis {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 351px;
	left: 216px;
	top: 653px;
	height: 163px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F08MichaelCacoyannis {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 586px;
	left: 166px;
	top: 86px;
	height: 310px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F09Europe {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 523px;
	left: 213px;
	top: 88px;
	height: 144px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F10TheaterMusic {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 523px;
	left: 209px;
	top: 117px;
	height: 144px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F10TheaterMusic2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 190px;
	left: 378px;
	top: 254px;
	height: 410px;
	font-family: Garamond;
	font-size: 18px;
	color: #000000;
}
#F11TVMusic {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 215px;
	left: 368px;
	top: 74px;
	height: 410px;
	font-family: Garamond;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: block;
}
#F12CinemaMusic {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 276px;
	left: 296px;
	top: 71px;
	height: 410px;
	font-family: Garamond;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: block;
}
#F13CDs {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 218px;
	left: 369px;
	top: 93px;
	height: 410px;
	font-family: Garamond;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: block;
}
#Z01epikoinonia {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 453px;
	left: 128px;
	top: 40px;
	height: 440px;
	font-family: Garamond;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: block;
}
#F30Pictures {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 644px;
	left: 32px;
	top: 344px;
	height: 201px;
	font-family: Garamond;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: block;
	background-color: #FFFFFF;
	font-style: normal;
}
#A00names  {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 122px;
	left: 16px;
	top: auto;
	height: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	color: #FFFFFF;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: block;
	bottom: 10px;
}
#A00rockyou {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 437px;
	left: 145px;
	top: auto;
	height: 314px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: block;
	bottom: 372px;
	background-color: #FFFFFF;
	overflow: visible;
	visibility: visible;
}
#A00rockyoubig {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	width: 607px;
	left: 55px;
	top: auto;
	height: 475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	display: block;
	bottom: 184px;
	background-color: #FFFFFF;
	overflow: visible;
	visibility: visible;
}
