@charset "UTF-8";

@import url(reset.css);
@import url(typography.css);


#container {
	margin: 10px auto 0 auto;
	padding: 28px;
	width: 600px;
	border: #000 1px solid;
	background: #fff;
}

#header {
	height: 124px;
	margin-bottom: 12px;
	background: #fff url(/images/background-header.jpg) top left no-repeat;
}

#menu {
	height: 20px;
	margin-bottom: 24px;
	background: #bf222d url(/images/background-menu.png) top left no-repeat;
}

#menu ul {
	padding: 2px 18px 0;
}

#menu ul li {
	padding-right: 10px;
	margin-right: 10px;
	display: inline;
	border-right: 2px solid #fff;
}

#menu ul li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

#main {
	margin-bottom: 42px;
}

#main-content {
	width: 500px;
}

#footer p {
	margin-bottom: 8px;
}

#footer ul li {
	margin-right: 4px;
	display: inline;
}

#footer ul li.last {
	margin-right: 0;
}

/* CV tabel */
body#cv table {
	margin-bottom: 20px;
}

body#cv table th {
	width: 150px;
	text-align: left;
	font-weight: normal;
}