/* RESET */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

ul { list-style: none; }
b { font-weight: bold; }
i { font-style: italic; }
em { font-style: normal; }
table { table-layout: fixed; }
td { vertical-align: top; }
acronym { border-bottom: 1px #ddd dotted; }

/* LAYOUT */

body {
	background: url('../gfx/bg.png') no-repeat center 100px;
	font: 12px/150% verdana, sans-serif;
}

#frame {
	width: 900px;
	margin: 50px auto 0 auto;
}

#portrait {
	float: left;
	margin-right: 20px;
}

#top h1 {
	font: bold 30px tahoma, sans-serif;
}
#top h2 {
	font: 20px tahoma, sans-serif;
}

#menu {
	clear: both;
	padding-top: 30px;
}
	#menu li {
		width: 450px;
		margin: auto;
	}
		#menu li a {
			display: block;
			width: 442px;
			height: 16px;
			margin: auto;
			color: #fff;
			padding: 10px 0;
			text-align: center;
			background: url('../gfx/button.jpg') no-repeat top left;
		}
		#menu li a:hover {
			background-position: bottom left;
		}

#content {
	clear: both;
	padding-top: 30px;
}

.text ul {
	list-style: inside disc;
	padding-left: 1em;
	line-height: 180%;
}

.text h3 {
	margin: 1em 0 0.5em 0;
	font: 17px tahoma, sans-serif;
}

.text h4 {
	color: #ee7900;
	font: bold 20px tahoma, sans-serif;
}

#cv-box {
	border: 2px #f5b067 solid;
	padding: 10px 15px;
}

.half {
	float: left;
	width: 410px;
	padding: 0 20px;
}
	
address {
	font-style: normal;
	float: right;
	width: 300px;
	padding-bottom: 20px;
	text-align: right;
}

#footer {
	clear: both;
	padding: 50px 0 20px 0;
	margin: auto;
	text-align: center;
}