

div#navigation {
	position: fixed;
	_position: relative;
	top: 0px;
	margin: 0 auto;
	padding: 0px
	border: 0px;
	/*width: 100%;*/
	height: 2em;
	line-height: 2em;
	min-height: 36px;
	width: 100%;
	background: white url('menu bg.gif') bottom center  repeat-x;
	/*display: table;*/
	text-align: center;
	font-size: 150%;
	_font-size: 12pt;
	letter-spacing: 2px;
	z-index: 10000;
	
}
ul#nav-menu li {
	display: table-cell;
	/*_display: inline;*/
	vertical-align: middle;
	min-height: 36px;
	height: 2em;
	line-height: 2em;
	margin: 0 auto;
	padding: 0px
	border: 0px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 1px;
}

#nav-menu li a {
	display: table-cell;
	/*display: inline-block;*/
	text-align: center;
	width: 158px;
	min-height: 36px;
	height: 2em;
	line-height: 2em;
	margin: 0 auto;
	padding: 0px
	border: 0px;
	/*background: url('menu bg.gif') bottom repeat-x;*/
	background: white url('menu bg.gif') bottom center repeat-x;
	text-decoration: none;
	z-index: 1000;
	position: absolute;
	bottom: 0px;
}

#nav-menu li a img {
	margin-top: 8px;
	padding: 2px 8px;
	border: 0px;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
#nav-menu li a:hover {
	text-decoration: none;
}

#nav-menu li#home a:link
, #nav-menu li#home a:visited {
	background-image: url('menu ltblue.gif');
	right: 180px;
}
#nav-menu li#cv a:link
, #nav-menu li#cv a:visited {
	background-image: url('menu blue.gif');
	right: 10px;
}

#nav-menu li#portfolio a:link
, #nav-menu li#portfolio a:visited  {
	background-image: url('menu green.gif');
	left: 10px;
}

#nav-menu li#contact a:link
, #nav-menu li#contact a:visited {
	background-image: url('menu yellow.gif');
	left: 180px;
}
#nav-menu li#home a:hover {
	background-image: url('menu ltblue h.gif');
}
#nav-menu li#cv a:hover {
	background-image: url('menu blue h.gif');
}

#nav-menu li#portfolio a:hover {
	background-image: url('menu green h.gif');
}

#nav-menu li#contact a:hover {
	background-image: url('menu yellow h.gif');
}

div#body {
	margin-top: 4em;
}

div#home-body {
	position: relative;
	margin: 1em auto;
	padding: 0px
	border: 0px;
	line-height: 1.4em;
	width: 40em;
	font-size: 125%;
	letter-spacing: 1px;
}

div#home-body #side-column {
	width: 158px;
	float: left;
	font-size: 0px;
	position: absolute;
	left: 0px;
}

div#home-body #main-column {
	margin-left: 160px;
}

div#home-body #main-column h2 {
	margin: 1em 0.5em 0;
	padding-left: 0.5em;
	zoom: 1.0;
	font-size: 115%;
}
div#home-body #main-column p {
	margin: 0.5em;
	padding-left: 0.5em;
	zoom: 1.0;
}
a:link {
	color: #3366cc;
	text-decoration: none;
}
a:visited  {
	color: #6666aa;
	text-decoration: none;
}
a:hover
, a:focus {
	background: #c4e1ff; /*#ffd541;*/
	color: #3d537f;
	text-decoration: none;
}
div#body a:link
, div#body a:visited {
	padding-top: 0.5em;
    padding-bottom: 0.5em;
	/*position: relative;	*/
}


div#home-body #section-home h2 {
	border-bottom: solid #1ea2ba 3px;
}
div#home-body #section-home h2 img {
	padding: 4px 0px;

}

div#home-body #section-cv h2 {
	border-bottom: solid #5b7fcf 3px;
}

div#home-body #section-portfolio h2 {
	border-bottom: solid #7eb414 3px;
}

div#home-body #section-contact h2 {
	border-bottom: solid #e0b300 3px;
}

