	@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}

a {
color:#7f8000;
}

#header {
	width:900px;
	height:160px;

}

#logo {
	width:400px;
	height:160px;
	background-image:url(../images/pioden_logo.png);
	background-repeat:no-repeat;
	background-position: 100px 80px;
}

#iaith {
	float:right;
	margin-right:100px;
	margin-top:-50px;
}
#iaith a{
	color:#CCC;
	text-decoration:none;
}

#left {
	width:150px;
	height:350px;
	float:left;
	border-right-color: #CCC;
	border-right-style:solid;
	border-right-width:1px;
	text-align:right;
	padding-right:20px;
	padding-top:60px;
	
}

.navBox a{
	color:#CCC;
	text-decoration:none;
}

#content {
	width:800px;
	height:500px;
	float:left;
	padding-left:20px;
	padding-top:20px;
}

#footer {
	width:800px;
	height:50px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:200px;
	text-align:center;
	font-size:0.9em;

}

#footer a{
	text-decoration:none;
}

