/* CSS Document */

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

body
	{
    color: #fdfdfd;
    font-family: "Palatino Linotype", Verdana, Arial Unicode MS, Arial, Helvetica, sans-serif;
    text-align: center;
	font-size: 12px;
	background-color: #000000;
	background-image: url('http://www.dimitrelos.gr/dimitrelos_background.jpg');
	background-repeat: no-repeat;
	}
#container
	{
	color: #fefefe;
	position: relative;
	margin: 1px auto;
	width: auto;
	}
#pageHeader
	{
	margin-top: 10px;
	margin-left: 11px;
	width: auto;
	text-align: left;
	height: 20px;
	float: left;
	}
#pageHeaderright
	{
	width: 100px;
	height: 20px;
	margin-left: 430px;
	margin-top: -10px;
	border: 1px solid #030303;
	}
h1.bio span.h1
	{
	display: none;
	color: #000000;
	}
h1.bio
	{
	width: 710px;
	height: 550px;
	margin: 0px 0px 30px 100px;
	}

a
	{
	font-size: 28px;
	color: #ffffff;
	}
a:hover
	{
	color: #333333;
	text-decoration: none;
	}