body
{
	margin: 10px;
	background-color: #575867;
	color: white;
	font-family: helvetica neue medium condensed, helvetica, sans serif;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1.2em;
}

#container
{
	background-color: #747589;
	width: 836px;
	height: 635px;
	/*height: 725px;*/
	margin: 0 auto;
	padding: 15px;
	background-image: url(/images/homepage/parthenon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 64px;
	position: relative;
	text-align: right;
}

.text_graphic
{
	background-image: url(/images/homepage/intro_text3.gif);
	width: 816px;
	height: 46px;
	margin: 0;
}

#main_nav
/*black boxes with text */
{
	position: absolute;
	right: 0px;
	/*top: 270px;*/
	top: 160px;
	width: 669px;
	margin: 0 30px 0 0;
}

/* --------- About us -------- */

#about_contact
{
	position: absolute;
	bottom: 65px;
	left: 15px;
	width: 100px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

a.aboutus:link, visited { color: #fff;  }
a.aboutus:hover { color: #fbe422; text-decoration:none; }

a.aboutus
{
	color: #fff;
	width: 47px;
	height: 11px;
	display: inline;
	margin: 0;
	text-decoration:none;
}




.intro_text { display: none; }
img.metaforas { margin: 14px 15px 55px 0; }

a.foundations:link, visited { background-color: #ffff66; }
a.foundations:hover { background-color: #d2d253; }

a.foundations
{
	background-color: #ffff66;
	width: 200px;
	height: 200px;
	display: block;
	float: right;
	margin: 0 10px 10px 0;
}

a.structure:link, visited { background-color: #ff00ff; }
a.structure:hover { background-color: #d902d9; }

a.structure
{
	background-color: #ff00ff;
	width: 200px;
	height: 200px;
	display: block;
	float: right;
	margin: 0 0 10px 0;
}

a.metafora:link, visited { background-color: #40f000; }
a.metafora:hover { background-color: #36c702; }

a.metafora
{
	background-color: #40f000;
	width: 200px;
	height: 200px;
	display: block;
	float: right;
	margin: 0 10px 0 0;
}

a.inflection:link, visited { background-color: #ffb433; }
a.inflection:hover { background-color: #db9a2b; }

a.inflection
{
	background-color: #ffb433;
	width: 200px;
	height: 200px;
	display: block;
	float: right;
	margin: 0 10px 0 0;
}

a.dialog:link, visited { background-color: #fff; }
a.dialog:hover { background-color: #999; }

a.dialog
{
	background-color: #fff;
	width: 200px;
	height: 200px;
	display: block;
	float: right;
	margin: 0;
}




a.contactus:link, visited { background-color: #fff; }
a.contactus:hover { background-color: #fbe422; }

a.contactus
{
	background-color: #fff;
	width: 57px;
	height: 11px;
	display: inline;
	margin: 0;
}

a:link, visited 
{ 
	color: #fbe422;
	text-decoration: none;
}

a:hover
{ 
	color: #fff;
	text-decoration: underline;
}

