/** BASIC */

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	background: #c0c0c0;
	margin: 0;
}

img { border: none; } 

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #000000;
	
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

.year {width:110px;}

.job {width:285px;}

table {text-align:left; width:540px; border:0;}

/** PAPER */

#paper {
position:relative;
	width: 800px;
	margin: 0px auto;
	background: #ffffff;
}

#tagline {
	position:absolute;
	top: 120px;
	left: 190px;
	}

#top {
	position:absolute;
	top: 80px;
	left: 170px;
	}

#logo {
	position:absolute;
	top: 0;
	left: 570px;
	}


#main {
	top: 0px;
	width: 520px;
	padding: 20px;
	background: url(images/bg.jpg) no-repeat left top
}

#language {
	position:absolute;
	top: 0px;
	left: 20px;
	}

/** MENU */

#menu {
	position:absolute;
	top: 320px;
	left: 610px;
	}
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: block;
}

#menu a {
	display: block;
	
}


/** FOOTER */

#footer {
	width: 800px;
	margin: 0px auto;
	text-align: right;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	font-size: 0.6em;
}