body {
	background-color: #D6E1E5;
	color: #5E534F;
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	background-image: url(images/bg_color.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	width:740px;
	margin-top: 23px;
}


/* Όλα η σειρά του μενού */

#bars {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	margin-top: 4px;
}

.lang {
	padding: 7px;
	background-color: #FFFFFF;
}

.menulinks {
	padding-right: 14px;
}

.contact {
	padding: 10px;
}


/* ---------------------------- */


/* Αριστερή και κεντρική στήλη μαζί */

#main {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

#left_column {
	width: 231px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	margin-bottom: 4px;
}

.foto {
	margin-bottom: 10px;
}

#page {
	width: 467px;
	padding: 9px;
	background-color: #FFFFFF;
}

#activities {
	padding: 12px 0px 7px 11px;
	background-color: #B0AE1C;
	border-bottom: 7px solid #A09F18;
}

#title {
	padding: 10px;
	background-color: #DDDFC6;
	font-weight: bold;
}

#content {
	padding: 10px;
	background-color: #F3F4EB;
	line-height: 1.5em;
}

#content a:link, #content a:active, #content a:visited {
	font-weight: bold;
	color: #5E534F;
	text-decoration: none;
	border-bottom: 1px dotted #5E534F;
}

#content a:hover {
	font-weight: bold;
	color: #A09F18;
}

.post {
	font-size: 11px;
}

p {
	margin-top: -3px;
}

p a:link, p a:active, p a:visited {
	font-weight: bold;
	color: #5E534F;
	text-decoration: none;
	border-bottom: 1px dotted #5E534F;
}

p a:hover {
	font-weight: bold;
	color: #A09F18;
}

/* ---------------------------- */


.footer {
	background-color: #FFFFFF;
	color: #C1B8A5;
	padding: 7px;
}

.icons {
	margin-right: 15px;
}

#seperate {
	background-color: #FFFFFF;
}


.input {
	background-color: #FFFFFF;
	padding: 3px 3px 1px 3px;
	color: #666666;
	font-family: Tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	width: 265px;
	height: 18px;
	border: 1px solid #C2C5C7;
}

.area {
	margin-top: 5px;
	background-color: #FFFFFF; 
	border: 1px solid #C2C5C7;
	padding: 3px 3px 1px 3px;  
	font-family: Tahoma, arial, verdana, sans-serif;
	color: #666666;
	font-size: 12px;
	width: 265px;
	height: 150px;  
}

.button {
	font-family: Tahoma, arial, verdana, sans-serif; font-size: 12px; color: #666666; 
	border: 1px solid #C2C5C7;
	background-color: #FFFFFF; 
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	font-size: 11px;
}

.button a:link, .button a:active, .button a:visited {
	cursor: pointer;
}
.button a:hover {
	cursor: pointer;
}