body {
	margin:0;
	margin-top:1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#FFFFFF;
	font-size: 10px;
}

#container {
	width:80em;
	position:relative;
	margin:auto
}

#header {
	margin: 0px auto;
	width: 80em;
	height: 8.5em;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url(images/michael_header.jpg);
}

#header-left {
	position: relative;
	float: left;
	padding-bottom: 0.5em;
	top: 0em;
	left: 0em;
	width: 16.5em;
	height: 8em;
	background: url(images/menu01.gif);
}

#header-right {
	position: relative;
	float: right;
	top: 0em;
	left: 0em;
	width: 63.5em;
	height: 8em;
	background: #D7CBA8;
	text-align: right;
	z-index: 10;
}

#topmenu {
	margin: 0em auto;
	width: 80em;
	height: 1.5em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: black;
	text-align: left;
	color: white;
}

#main {
	margin: 0em auto;
	width: 80em;
	min-height: 39em;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#menu {
	position: relative;
	float: left;
	top: 0em;
	left: 0em;
	width: 14.5em;
	height: 39em;
	background: url(images/menu01.gif);
	text-align: left;
}

#content {
	position: relative;
	float: right;
	padding: 0em;
	top: 0em;
	left: 0em;
	width: 64em;
	height: 39em;
	background: #D7CBA8;
	text-align: left;
}

#content a {
	text-decoration: none;
	color: black;
}

#content a:hover {
	color: #FF6000;
}

#footer {
	clear:both;
	margin: 0em auto;
	width: 80.0em;
	height: 1.2em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: black;
	text-align: left;
	font-size: 1em;
	color: #AAAAAA;
}

#footer-left {
	position: relative;
	float: left;
	top: 0em;
	left: 0em;
	width: 16.5em;
	height: 2.0em;
	background: url(images/menu01.gif);
	background: #33CC00;
}

#footer-right {
	position: relative;
	float: right;
	top: 0em;
	left: 0em;
	width: 63.5em;
	height: 2.0em;
	background: #D7CBA8;
}

ul.topmenu {
	padding: 0em 0em 0em 0.5em;
	margin: 0em;
	list-style-type: none;
}

li.topmenu {
	display:inline;
	padding: 0em;
	margin: 0em;
}

li.topmenu a {
	padding: 0em 1em 0em 0em;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

li.topmenu a:hover {
	color: black; 
	background: #C07A12; /* red orange*/
}

ul.menu {
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

li.menu a {
	display: block;
	padding: 7.5px 2.5px 2.5px 2.5px;
	text-indent: 15px;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	width: 150px;
	background: url(images/menustrelica.gif) 5px 70% no-repeat;
	color: brown;
}

li.menu a:hover {
	color: #FF6000; /* red orange*/ 
	background: url(images/menustrelica1.gif) 5px 70% no-repeat;
}

li.currentmenu a {
	display: block;
	padding: 7.5px 2.5px 2.5px 2.5px;
	text-indent: 15px;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	width: 150px;
	color: #FF6000; /* red orange*/ 
	background: url(images/menustrelica1.gif) 5px 70% no-repeat;
}

li.submenu a {
	display: block;
	padding: 2.5px 2.5px 2.5px 2.5px;
	text-indent: 35px;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	width: 150px;
	background: url(images/menustrelica.gif) 20px 50% no-repeat;
	color: brown;
}

li.submenu a:hover {
	color: #FF6000; /* red orange*/ 
	background: url(images/menustrelica1.gif) 20px 50% no-repeat;
}

li.currentsubmenu a {
	display: block;
	padding: 2.5px 2.5px 2.5px 2.5px;
	text-indent: 35px;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	width: 150px;
	color: #FF6000; /* red orange*/ 
	background: url(images/menustrelica1.gif) 20px 50% no-repeat;
}


table.cv {
	margin: 0px;
	margin-top: 2px;
	color: black;
	font-size: 12px;
	border: 0px;
}

table.cv a {
	text-decoration: none;
	color: black;
}

table.cv a:hover {
	color: #FF6000;
}

table.cv td {
	padding: 10px 10px 0px 10px;
	vertical-align: top;
}

td.leftcv {
	vertical-align: top;
	border-right: 1px solid white;
	text-align: right;
	width: 150px;
}

p {
	font-size: 12px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}
