@charset "utf-8";
/* CSS Document */

.body{
	background-color:#C3BDAB;
	margin:0;
	padding:0;
}

#header{
	background-color: #8E230F;
	background-image:url(../images/pasxalidis_website_header.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:1024px;
	height:174px;
}

#menu{
	width:1024px;
	background-color: #EADEC1;
}

#main_left{
	width:288px;
	background-color: #EADEC1;
}

#main_center{
	width:536px;
	background-color: #EADEC1;
	background-image:url(../images/buttom_center.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:35px;
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
#main_center a{
	color:#CC3300;
	text-decoration:none;
}

#main_rigth{
	width:200px;
	background-color: #EADEC1;
	background-image:url(../images/buttom_right.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:35px;	
	font-family:Arial;
	font-size:12px;
	color:#333333;
}

#footer{
background-color: #8E230F;
height:25px;
font-family:Arial;
font-weight:bold;
font-size:16px;
color:#FFCC33;
text-decoration:none;
}

#footer a{
text-decoration:none;
color:#FFFFFF;
}

#footer_copy{
background-color: #8E230F;
height:25px;
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#FFCC33;
text-decoration:none;
}

#footer_copy a{
text-decoration:none;
color:#FFFFFF;
}