
/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	background-color:#082954;
	font-family:"Arial";
	font-size:15px;
	font-weight:50;
	margin:0 auto;
	padding:5px 0;
}


/* headers */
h1, h2 {
	color:#FFFFFF;
	text-align:center;
}
h1 {
	font-size:2.9em;
}
h2 {
	font-weight:normal;
	color:#000000
}
h3 {
	color:#000000;
	margin-bottom:3px;
	
}
h4 {
	color:#000000;
	margin-bottom:3px;
	border-bottom:1px solid #E2E2E2;
}

/* paragraphs */
p {
	margin:6px 2px 10px 2px;
	line-height:1.4em;
}

/* links */
a, a:visited {
	color:#688AB6;
	font-family:"Calibri";
	font-size:15px;
	font-weight:50;
}
a:hover {
	color:#486997;
	font-family:"Calibri";
	font-size:15px;
	font-weight:50;
}

/* lists */
ul {
	list-style:square;
	margin:4px 0 4px 20px;
}
ol {
	margin:4px 0 4px 27px;
}

/* forms */
form {
	padding:5px;
	margin:4px;
	background-color:#ffffff;
	font-family:"Calibri";
	font-size:15px;
	font-weight:50;
}
/* code */
code {
	display:block;
	background-color:#E1D3C1;
	border-bottom:1px solid #D3BFA5;
	border-top:1px solid #D3BFA5;
	padding:6px;
	margin:5px;
	color:#A37E4E;
}
div.cv {
	
	position:absolute;
	width:400px;
	background-color:#fff;
	border:1px solid #C9C9C9;
	padding:15px;
	visibility:hidden;
	z-index:1;
}

/* wrapper, header & nav */
div#wrap {
	width:775px;
	background-color:#f0f6fd;
	margin:20px auto;
	padding:10px;
	font-family:"Calibri";
	font-size:15px;
	font-weight:50;
}
div#header {
	background-color:#C3D6EF;
	padding-top:0px;
	border:1px solid #ffffff;
	background-image:url('images/header_background.jpg');
	background-repeat:repeat-x;
	height:350px;
}

div#nav {
	
	background-color:#C3D6EF;
	margin:10px 1px;
	width:99.9%;
	height:35px;
	font-family:"Calibri";
	font-size:15px;
	font-weight:50;
	
}

div#nav ul {
	list-style:none;
	margin:0 230px;
	padding:0;
	
}

div#nav ul li {
	float:left;
	
}

div#nav ul li a {
	float:left;
	padding:10px 10px 0px 10px;
	height:20px;
	font-weight:100;
	color:#000000;
	text-decoration:none;
	display:block;
	
}

div#nav ul li a:hover {
	color:#ffffff
	
}


div#nav ul li a.selected, div#nav ul li a.selected:hover {
	text-decoration:underline;
	background-color:#C3D6EF;
	color:#000000
}


/* content */
div#content {
	margin:2px -1px;
}

/* page - left hand column */
div#page {
	}
div#page img{
	border-color:#000000;
	border:0px;
}
/* footer */
div#footer {
	clear:both;
	border-top:1px solid #DDDDDD;
}
div#footer p {
	font-size:0.8em;
	text-align:center;
}

/* generic classes */
.bold {
	font-weight:bold;
}

#poweredby {
	display:none;
}
#papatakis div {
	position:absolute;
	top:850px;
	display:none;
}
#papatakis:hover div {
	display:block;
}	
