@charset        "UTF-8";

body
{
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

a { color: #1F348B; }
a:hover { color: #666; }
a img { border-width: 0px; }

h1, h2, h3, h4, h5, h6
{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

p
{
	padding: 0px;
	margin: 0px;
}

/* --- standard ---- */
*.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;
}

*.fltleft { float: left; }
*.fltright { float: right; }

/* -- layout -- */
#pageframe
{
	text-align: left;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

#pageframe .deco-top
{
	background-image: url(../images/b-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#pageframe .deco-bottom
{
	background-image: url(../images/b-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#pageframe .deco-left
{
	background-image: url(../images/b-left.gif);
	background-repeat: repeat-y;
	background-position: left center;
}

#pageframe .deco-right
{
	background-image: url(../images/b-right.gif);
	background-repeat: repeat-y;
	background-position: right center;
}

#pageframe .deco-tl
{
	background-image: url(../images/b-tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pageframe .deco-tr
{
	background-image: url(../images/b-tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#pageframe .deco-br
{
	background-image: url(../images/b-br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#pageframe .deco-bl
{
	background-image: url(../images/b-bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#pagecontent { padding: 10px 10px 10px 10px; }

#header
{
	background-image: url(../images/aris-matzoros-header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 900px;
	height: 293px;
}

#header #logo
{
	padding-top: 120px;
	padding-left: 30px;
}

#main-content
{
	padding: 0px 20px 0px 20px;
	1background-color: #CCC;
}

#main-content #con-left
{
	float: left;
	width: 200px;
	margin: 0px 10px 0px 0px;
	1background-color: #F60;
}

#main-content #con-right
{
	float: left;
	width: 650px;
	1background-color: #F90;
}

#path-box
{
	color: #999;
	font-size: 10px;
	margin-bottom: 30px;
}

#path-box a
{
	color: #999;
	font-size: 10px;
}

#path-box a:hover { color: #000; }

#footer
{
	color: #999;
	font-size: 10px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer #copy
{
	float: left;
	width: 30%;
	
}

#credits
{
	text-align: right;
	width: 890px;
	margin: 0px auto 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#credits a
{
	color: #999;
	text-decoration: none;
}

#credits a img { vertical-align: middle; }

#lang-box
{
	text-align: right;
	width: 890px;
	margin: 20px auto 5px auto;	
}
#lang-box a
{
	color: #999;
	text-decoration: none;
}
#lang-box a:hover{color: #1F348B;}