* {margin:0; padding:0;}

body
{	margin-left: auto;
	margin-right: auto;
	width: 28em;
	background-color: white;
	font-size: 1em;
	font-family: tahoma, sans-serif;
	text-align: right;
	color: white;
	margin-top: 1em;
}

h1
{	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h2
{	font-size: 1em;
}

p
{	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

a
{	text-decoration: none;
	color: white;
}

#title
{	background: #111;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	padding-right: 4em;
}

#title a, #title img
{	border: none;
	height: 2em;
}

#picture
{	margin-top: 0.05em;
}

#picture img
{	border: none;
	width: 100%;
}

#contact
{	margin-top: 0.1em;
	margin-bottom: 0.1em;
/*	background: #222;*/
	background: url(bg.png);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

#menu
{	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
}

#menu ul
{	list-style-type: none;
}

#menu a
{	display: block;
	height: 2em;
	width: 17.45em;
	padding-top: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	background: #111;
}

#portfolio a
{	float: left;
}

#journal a
{	float: right;
}

#portfolio a:hover
{	background: #ffc822;
	font-weight: bold;
}

#journal a:hover
{ 	background: #ffc822;
	font-weight: bold;
}
