
html * {margin: 0; padding: 0; }

body {
	background-image: url(i/bg.gif);
	}
	
#container {
	position: relative;
	z-index: 0;
	width: 760px;
	margin: 0 auto;
	}
	
#header {
	float: left;
	width: 760px;
	height: 242px;
	background: url(i/theme.jpg) 0 0 no-repeat;
	}
	
h1 a {
	float: left;
	display: inline;
	width: 271px;
	height: 56px;
	margin: 159px 0 0 71px;
	text-indent: -9000px;
	text-decoration: none;
	background: url(i/logo.gif) 0 0 no-repeat;
	}
h1#len a {
	background: url(i/logo_en.gif) 0 0 no-repeat;
	}

#main {
	float: left;
	display: inline;
	width: 760px;
	background: url(i/main_bg.gif) 0 0 repeat-y;
	}

#content {
	float: left;
	display: inline;
	width: 550px;
	margin: 0 0 0 19px;
	padding-bottom: 10px;
	border-right: 1px dashed #974a0d;
	}
div.feedBurnerFeedBlock p.feedTitle {
	font: normal 0.7em/1.7em Georgia, "Times New Roman", Times, serif;
	padding: 10px 15px 0 50px;
}
#content p {
	font: normal 0.7em/1.7em Georgia, "Times New Roman", Times, serif;
	padding: 10px 15px 0 50px;
	}
#content p a {
	color: #974a0d;
	text-decoration: none;
	border-bottom: 1px dashed #974a0d;
	padding-bottom: 1px;
	}
#content p a:hover {
	text-decoration: none;
	border: 0;
	}
#content img {
	float: left;
	margin: 0 14px 5px 0;
	padding: 6px;
	border: 1px solid #d4bd66;
	background-color: #fcf8e3;
	}
#content object {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	}
	
h2 {
	font: bold 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
	padding: 8px 10px 0 60px;
	height: 50px;
	color: #974a0d;
	background: url(i/bg_title.gif) 43px 0 no-repeat;
	}

#navlist {
	float: right;
	display: inline;
	width: 170px;
	clear: right;
	}
#navlist li {
	display: block;
	list-style-type: none;
	width: 170px;
	padding: 7px 0 7px 0;
	}
#navlist li a {
	font: bold 0.7em Georgia, "Times New Roman", Times, serif;
	color: #974a0d;
	display: block;
	text-decoration: none;
	padding-right: 20px;
	}
#navlist li a:hover {
	text-decoration: none;
	color: #cc9e5c;
	}
/* gia na paizei to block kai ston IE */
* html #navlist li a {
	height: 1%;
	}
	
/* contact form */

.contactform {
	margin: 10px 0 0 50px;
	color: #974a0d;
	font: normal 0.7em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	}
.contactform td {
	padding: 0.4em;
	}
.box {
	float: left;
	padding: 2px;
	background-color: #FBF5D9;
	border: 1px solid #DDC774;
	}
.submit {
	float: left;
	margin: 0;
	padding: 2px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #974a0d;
	background-color: #FBF5D9;
	border: 1px solid #DDC774;
	}

#footer {
	float: left;
	display: inline;
	width: 760px;
	height: 114px;
	background: url(i/footer.gif) 0 0 no-repeat;
	}